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

/external/google-tv-pairing-protocol/cpp/src/polo/util/
H A Dcertificateutil.cc25 BIO* bio = BIO_new_mem_buf(&pem[0], pem.size());
56 BIO* bio = BIO_new_mem_buf(&pem[0], pem.size());
/external/google-tv-pairing-protocol/cpp/tests/polo/pairing/
H A Dpolochallengeresponsetest.cc70 client_bio = BIO_new_mem_buf(client_pem, -1);
73 server_bio = BIO_new_mem_buf(server_pem, -1);
/external/chromium_org/net/cert/
H A Dct_log_verifier_openssl.cc60 BIO_new_mem_buf(const_cast<char*>(public_key.data()), public_key.size()));
/external/google-tv-pairing-protocol/cpp/tests/polo/util/
H A Dcertificateutiltest.cc72 BIO* rsa_bio = BIO_new_mem_buf(&rsa_string[0], rsa_string.size());
/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio_mem.c66 BIO *BIO_new_mem_buf(void *buf, int len) { function
72 OPENSSL_PUT_ERROR(BIO, BIO_new_mem_buf, BIO_R_NULL_PARAMETER);
/external/chromium_org/crypto/
H A Drsa_private_key_openssl.cc79 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
81 ScopedBIO bio(BIO_new_mem_buf(data, input.size()));
H A Dsignature_verifier_openssl.cc144 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
146 ScopedBIO bio(BIO_new_mem_buf(data, public_key_info_len));
/external/chromium_org/third_party/webrtc/base/
H A Dopensslidentity.cc197 BIO* bio = BIO_new_mem_buf(const_cast<char*>(pem_string.c_str()), -1);
331 BIO* bio = BIO_new_mem_buf(const_cast<char*>(private_key.c_str()), -1);
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl_unittest.cc68 crypto::ScopedBIO bio(BIO_new_mem_buf(
/external/openssl/crypto/bio/
H A Dbss_mem.c93 BIO *BIO_new_mem_buf(void *buf, int len) function
H A Dbio.h671 BIO *BIO_new_mem_buf(void *buf, int len);
/external/chromium_org/content/child/webcrypto/openssl/
H A Drsa_key_openssl.cc340 crypto::ScopedBIO bio(BIO_new_mem_buf(const_cast<uint8_t*>(key_data.bytes()),
387 crypto::ScopedBIO bio(BIO_new_mem_buf(const_cast<uint8_t*>(key_data.bytes()),
/external/openssl/crypto/cms/
H A Dcms_smime.c399 tmpin = BIO_new_mem_buf(ptr, len);
544 rct_cont = BIO_new_mem_buf(os->data, os->length);
H A Dcms_lib.c102 return BIO_new_mem_buf((*pos)->data, (*pos)->length);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h345 * Memory BIOs can be used as a read-only source (with |BIO_new_mem_buf|) or a
364 /* BIO_new_mem_buf creates BIO that reads and writes from |len| bytes at |buf|.
369 OPENSSL_EXPORT 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);
651 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/openssl/include/openssl/
H A Dbio.h671 BIO *BIO_new_mem_buf(void *buf, int len);
/external/chromium_org/third_party/boringssl/src/crypto/pkcs8/
H A Dpkcs12_test.c715 bio = BIO_new_mem_buf((void*) der, der_len);

Completed in 7571 milliseconds