HomeSort by relevance Sort by last modified time
    Searched full:evp_pkey_ctx_new (Results 1 - 25 of 35) sorted by null

1 2

  /external/boringssl/src/crypto/evp/
evp_ctx.c 87 static EVP_PKEY_CTX *evp_pkey_ctx_new(EVP_PKEY *pkey, ENGINE *e, int id) { function
133 EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e) {
134 return evp_pkey_ctx_new(pkey, e, -1);
138 return evp_pkey_ctx_new(NULL, e, id);
sign.c 94 pkctx = EVP_PKEY_CTX_new(pkey, NULL);
139 pkctx = EVP_PKEY_CTX_new(pkey, NULL);
evp_test.cc 325 bssl::UniquePtr<EVP_PKEY_CTX> ctx(EVP_PKEY_CTX_new(key, nullptr));
351 ctx.reset(EVP_PKEY_CTX_new(key, nullptr));
374 ctx.reset(EVP_PKEY_CTX_new(key, nullptr));
digestsign.c 83 ctx->pctx = EVP_PKEY_CTX_new(pkey, e);
  /system/tpm/trunks/
session_manager_impl.cc 191 EVP_PKEY_CTX_new(salting_key.get(), nullptr));
  /system/keymaster/km_openssl/
rsa_operation.cpp 533 EVP_PKEY_CTX_new(rsa_key_, nullptr /* engine */));
586 EVP_PKEY_CTX_new(rsa_key_, nullptr /* engine */));
  /external/boringssl/src/include/openssl/
evp.h 452 // EVP_PKEY_CTX_new allocates a fresh |EVP_PKEY_CTX| for use with |pkey|. It
454 OPENSSL_EXPORT EVP_PKEY_CTX *EVP_PKEY_CTX_new(EVP_PKEY *pkey, ENGINE *e);
458 // |EVP_PKEY_CTX_new| can't be used because there isn't an |EVP_PKEY| to pass
    [all...]
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libssl.so 
libkeymaster_portable.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libssl.so 
libkeymaster_portable.so 
  /system/core/trusty/keymaster/
trusty_keymaster_main.cpp 253 std::unique_ptr<EVP_PKEY_CTX, EVP_PKEY_CTX_Delete> ctx(EVP_PKEY_CTX_new(pkey.get(), NULL));
357 std::unique_ptr<EVP_PKEY_CTX, EVP_PKEY_CTX_Delete> ctx(EVP_PKEY_CTX_new(pkey.get(), NULL));
trusty_keymaster_device_test.cpp 496 std::unique_ptr<EVP_PKEY_CTX, EVP_PKEY_CTX_Delete> ctx(EVP_PKEY_CTX_new(pkey.get(), NULL));
  /external/wpa_supplicant_8/src/common/
dpp.c 1029 kctx = EVP_PKEY_CTX_new(params, NULL);
    [all...]
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libkeymaster_portable.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libkeymaster_portable.so 
  /test/vts-testcase/vndk/golden/28/binder32/arm/lib/vndk-28/
libcrypto.so_symbol.dump 879 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder32/x86/lib/vndk-28/
libcrypto.so_symbol.dump 876 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/arm/lib/vndk-28/
libcrypto.so_symbol.dump 879 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib/vndk-28/
libcrypto.so_symbol.dump 879 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/arm64/lib64/vndk-28/
libcrypto.so_symbol.dump 877 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/x86/lib/vndk-28/
libcrypto.so_symbol.dump 876 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib/vndk-28/
libcrypto.so_symbol.dump 876 EVP_PKEY_CTX_new
    [all...]
  /test/vts-testcase/vndk/golden/28/binder64/x86_64/lib64/vndk-28/
libcrypto.so_symbol.dump 876 EVP_PKEY_CTX_new
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_openssl.c     [all...]

Completed in 405 milliseconds

1 2