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

/external/openssl/apps/
H A Dpkeyutl.c298 siglen = bio_to_mem(&sig, keysize * 10, sigbio);
310 buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
H A Dapps.h316 int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
H A Dapps.c2407 int bio_to_mem(unsigned char **out, int maxlen, BIO *in) function

Completed in 57 milliseconds