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

  /external/openssl/crypto/bio/
bss_mem.c 93 BIO *BIO_new_mem_buf(void *buf, int len)
bio.h 604 BIO *BIO_new_mem_buf(void *buf, int len);
  /external/openssl/crypto/pkcs7/
pk7_smime.c 363 tmpin = BIO_new_mem_buf(ptr, len);
pk7_doit.c 375 bio = BIO_new_mem_buf(os->data, os->length);
618 bio = BIO_new_mem_buf(data_body->data,data_body->length);
  /external/ipsec-tools/src/racoon/
eaytest.c 100 bio = BIO_new_mem_buf(pubkey_txt, strlen(pubkey_txt));
206 bio = BIO_new_mem_buf(buf, strlen(buf));
crypto_openssl.c     [all...]
  /external/openssl/include/openssl/
bio.h 604 BIO *BIO_new_mem_buf(void *buf, int len);

Completed in 220 milliseconds