Searched refs:BIO_new_mem_buf (Results 1 - 11 of 11) sorted by relevance
/external/chromium/crypto/ |
H A D | signature_verifier_openssl.cc | 52 // 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 D | rsa_private_key_openssl.cc | 81 // 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 D | opensslidentity.cc | 209 BIO* bio = BIO_new_mem_buf(const_cast<char*>(pem_string.c_str()), -1);
|
/external/openssl/crypto/bio/ |
H A D | bss_mem.c | 93 BIO *BIO_new_mem_buf(void *buf, int len) function
|
H A D | bio.h | 668 BIO *BIO_new_mem_buf(void *buf, int len);
|
/external/openssl/crypto/pkcs7/ |
H A D | pk7_smime.c | 363 tmpin = BIO_new_mem_buf(ptr, len);
|
H A D | pk7_doit.c | 382 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 D | eaytest.c | 100 bio = BIO_new_mem_buf(pubkey_txt, strlen(pubkey_txt)); 206 bio = BIO_new_mem_buf(buf, strlen(buf));
|
H A D | crypto_openssl.c | 444 return BIO_new_mem_buf(data, -1); 2585 bio = BIO_new_mem_buf(in, inlen);
|
/external/openssh/ |
H A D | authfile.c | 527 if ((bio = BIO_new_mem_buf(buffer_ptr(blob), 529 error("%s: BIO_new_mem_buf failed", __func__);
|
/external/openssl/include/openssl/ |
H A D | bio.h | 668 BIO *BIO_new_mem_buf(void *buf, int len);
|
Completed in 318 milliseconds