Searched refs:BIO_new_mem_buf (Results 1 - 11 of 11) sorted by relevance

/external/chromium/crypto/
H A Dsignature_verifier_openssl.cc52 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
54 ScopedOpenSSL<BIO, BIO_free_all> bio(BIO_new_mem_buf(data,
H A Drsa_private_key_openssl.cc81 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
84 ScopedOpenSSL<BIO, BIO_free_all> bio(BIO_new_mem_buf(data, input.size()));
/external/chromium/third_party/libjingle/source/talk/base/
H A Dopensslidentity.cc209 BIO* bio = BIO_new_mem_buf(const_cast<char*>(pem_string.c_str()), -1);
/external/openssl/crypto/bio/
H A Dbss_mem.c93 BIO *BIO_new_mem_buf(void *buf, int len) function
H A Dbio.h668 BIO *BIO_new_mem_buf(void *buf, int len);
/external/openssl/crypto/pkcs7/
H A Dpk7_smime.c363 tmpin = BIO_new_mem_buf(ptr, len);
H A Dpk7_doit.c382 bio = BIO_new_mem_buf(os->data, os->length);
646 bio = BIO_new_mem_buf(data_body->data,data_body->length);
/external/ipsec-tools/src/racoon/
H A Deaytest.c100 bio = BIO_new_mem_buf(pubkey_txt, strlen(pubkey_txt));
206 bio = BIO_new_mem_buf(buf, strlen(buf));
H A Dcrypto_openssl.c444 return BIO_new_mem_buf(data, -1);
2585 bio = BIO_new_mem_buf(in, inlen);
/external/openssh/
H A Dauthfile.c527 if ((bio = BIO_new_mem_buf(buffer_ptr(blob),
529 error("%s: BIO_new_mem_buf failed", __func__);
/external/openssl/include/openssl/
H A Dbio.h668 BIO *BIO_new_mem_buf(void *buf, int len);

Completed in 318 milliseconds