Home
last modified time | relevance | path

Searched refs:asn1_bio_gets (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libcrypto/asn1/
H A Dbio_asn1.c120 static int asn1_bio_gets(BIO *h, char *str, int size);
138 .bgets = asn1_bio_gets,
349 asn1_bio_gets(BIO *b, char *str, int size) in asn1_bio_gets() function