Searched refs:prefix_gets (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | bf_prefix.c | 20 static int prefix_gets(BIO *b, char *str, int size); 38 || !BIO_meth_set_gets(prefix_meth, prefix_gets) in apps_bf_prefix() 169 static int prefix_gets(BIO *b, char *buf, int size) in prefix_gets() function
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bf_prefix.c | 19 static int prefix_gets(BIO *b, char *str, int size); 33 prefix_gets, 199 static int prefix_gets(BIO *b, char *buf, int size) in prefix_gets() function
|