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

  /external/chromium/crypto/
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,
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_org/crypto/
rsa_private_key_openssl.cc 76 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
78 ScopedOpenSSL<BIO, BIO_free_all> bio(BIO_new_mem_buf(data, input.size()));
ec_private_key_openssl.cc 121 BIO_new_mem_buf(private_key_data, private_key_data_len));
signature_verifier_openssl.cc 136 // BIO_new_mem_buf is not const aware, but it does not modify the buffer.
138 ScopedOpenSSL<BIO, BIO_free_all> bio(BIO_new_mem_buf(data,
  /external/chromium_org/net/cert/
ct_log_verifier_openssl.cc 58 BIO_new_mem_buf(const_cast<char*>(public_key.data()), public_key.size()));
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 53 BIO* in = BIO_new_mem_buf(data, strlen(key_id));
  /external/chromium_org/third_party/libjingle/source/talk/base/
opensslidentity.cc 222 BIO* bio = BIO_new_mem_buf(const_cast<char*>(pem_string.c_str()), -1);
346 BIO* bio = BIO_new_mem_buf(const_cast<char*>(private_key.c_str()), -1);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 209 BIO* bio = BIO_new_mem_buf(const_cast<char*>(pem_string.c_str()), -1);
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_mem.c 93 BIO *BIO_new_mem_buf(void *buf, int len)
bio.h 671 BIO *BIO_new_mem_buf(void *buf, int len);
    [all...]
  /external/openssl/crypto/bio/
bss_mem.c 93 BIO *BIO_new_mem_buf(void *buf, int len)
bio.h 668 BIO *BIO_new_mem_buf(void *buf, int len);
    [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_openssl_unittest.cc 108 BIO_new_mem_buf(
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
pk7_smime.c 363 tmpin = BIO_new_mem_buf(ptr, len);
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/openssl/crypto/pkcs7/
pk7_smime.c 363 tmpin = BIO_new_mem_buf(ptr, len);
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/
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 444 return BIO_new_mem_buf(data, -1);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bio.h 671 BIO *BIO_new_mem_buf(void *buf, int len);
    [all...]
  /external/openssh/
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/
bio.h 668 BIO *BIO_new_mem_buf(void *buf, int len);
    [all...]
  /system/security/keystore/
keystore.cpp     [all...]

Completed in 1492 milliseconds