Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new (Results 1 – 25 of 58) sorted by relevance

123

/external/boringssl/src/crypto/evp/
Devp_asn1.c123 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_parse_public_key()
175 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_parse_private_key()
207 EVP_PKEY *ret = EVP_PKEY_new(); in old_priv_decode()
352 EVP_PKEY *ret = EVP_PKEY_new(); in d2i_PublicKey()
452 EVP_PKEY *pkey = EVP_PKEY_new(); in i2d_RSA_PUBKEY()
494 EVP_PKEY *pkey = EVP_PKEY_new(); in i2d_DSA_PUBKEY()
536 EVP_PKEY *pkey = EVP_PKEY_new(); in i2d_EC_PUBKEY()
Devp.c83 EVP_PKEY *EVP_PKEY_new(void) { in OPENSSL_DECLARE_ERROR_REASON()
346 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_private_key()
370 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_public_key()
Devp_ctx.c432 *out_pkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
471 *out_pkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
Devp_extra_test.cc369 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in LoadExampleRSAKey()
496 bssl::UniquePtr<EVP_PKEY> empty(EVP_PKEY_new()); in TEST()
/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/
Devp_asn1.c122 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_parse_public_key()
174 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_parse_private_key()
206 EVP_PKEY *ret = EVP_PKEY_new(); in old_priv_decode()
351 EVP_PKEY *ret = EVP_PKEY_new(); in d2i_PublicKey()
Devp.c79 EVP_PKEY *EVP_PKEY_new(void) { in OPENSSL_DECLARE_ERROR_REASON()
342 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_private_key()
366 EVP_PKEY *ret = EVP_PKEY_new(); in EVP_PKEY_new_raw_public_key()
Devp_ctx.c432 *out_pkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
471 *out_pkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
Devp_extra_test.cc369 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in LoadExampleRSAKey()
496 bssl::UniquePtr<EVP_PKEY> empty(EVP_PKEY_new()); in TEST()
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_pkey.c57 EVP_PKEY* EVP_PKEY_new(void) in EVP_PKEY_new() function
94 pkey = EVP_PKEY_new();; in d2i_PrivateKey()
/external/libchrome/crypto/
Drsa_private_key.cc35 result->key_.reset(EVP_PKEY_new()); in Create()
77 copy->key_.reset(EVP_PKEY_new()); in Copy()
/external/openscreen/util/crypto/
Drsa_private_key.cc37 result.key_.reset(EVP_PKEY_new()); in Create()
85 result.key_.reset(EVP_PKEY_new()); in Copy()
Dcertificate_utils.cc150 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in GenerateRsaKeyPair()
215 bssl::UniquePtr<EVP_PKEY> pkey(EVP_PKEY_new()); in ImportRSAPrivateKey()
Dpem_helpers.cc58 pkey.reset(EVP_PKEY_new()); in ReadKeyFromPemFile()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx_pubkey.c249 pktmp = EVP_PKEY_new(); in i2d_RSA_PUBKEY()
288 pktmp = EVP_PKEY_new(); in i2d_DSA_PUBKEY()
327 if ((pktmp = EVP_PKEY_new()) == NULL) { in i2d_EC_PUBKEY()
/external/boringssl/src/crypto/rsa_extra/
Drsa_print.c16 EVP_PKEY *pkey = EVP_PKEY_new(); in RSA_print()
/external/rust/crates/quiche/deps/boringssl/src/crypto/rsa_extra/
Drsa_print.c16 EVP_PKEY *pkey = EVP_PKEY_new(); in RSA_print()
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_pkey.h40 EVP_PKEY* EVP_PKEY_new(void);
/external/arm-trusted-firmware/tools/cert_create/src/
Dkey.c30 key->key = EVP_PKEY_new(); in key_new()
/external/tpm2-tss/test/helper/
Dtpm_getek.c112 EVP_PKEY *evp = EVP_PKEY_new(); in main()
Dtpm_getek_ecc.c130 EVP_PKEY *evp = EVP_PKEY_new(); in main()
/external/libwebsockets/lib/tls/openssl/
Dlws-genec.c199 pkey = EVP_PKEY_new(); in lws_genec_keypair_import()
328 pkey = EVP_PKEY_new(); in lws_genec_new_keypair()
/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client_test.cc161 auto key = EVP_PKEY_new(); in TEST()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/
Djson_token.cc231 EVP_PKEY* key = EVP_PKEY_new(); in compute_and_encode_signature()
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dserver.cc114 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert()
/external/boringssl/src/tool/
Dserver.cc114 bssl::UniquePtr<EVP_PKEY> evp_pkey(EVP_PKEY_new()); in MakeKeyPairForSelfSignedCert()

123