HomeSort by relevance Sort by last modified time
    Searched refs:bio_to_mem (Results 1 - 3 of 3) sorted by null

  /external/openssl/apps/
pkeyutl.c 298 siglen = bio_to_mem(&sig, keysize * 10, sigbio);
310 buf_inlen = bio_to_mem(&buf_in, keysize * 10, in);
apps.h 316 int bio_to_mem(unsigned char **out, int maxlen, BIO *in);
apps.c 2410 int bio_to_mem(unsigned char **out, int maxlen, BIO *in) function
    [all...]

Completed in 162 milliseconds