Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dpkeyutl.c413 siglen = bio_to_mem(&sig, keysize * 10, sigbio); in pkeyutl_main()
424 buf_inlen = bio_to_mem(&buf_in, -1, in); in pkeyutl_main()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h248 int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1992 int bio_to_mem(unsigned char **out, int maxlen, BIO *in) in bio_to_mem() function