Symbol: EVP_PKEY_assign
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
312
if (!EVP_PKEY_assign(pkey, EVP_PKEY_DHX, *dh)) {
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
940
if (!EVP_PKEY_assign(pkey, EVP_PKEY_EC, eckey)) {
crypto/openssl/crypto/dh/dh_ameth.c
102
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
crypto/openssl/crypto/dh/dh_ameth.c
171
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
crypto/openssl/crypto/dh/dh_ameth.c
235
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, dh);
crypto/openssl/crypto/dh/dh_ameth.c
525
|| !EVP_PKEY_assign(pkey, type, dh)) {
crypto/openssl/crypto/dh/dh_ameth.c
554
ret = EVP_PKEY_assign(to, from->type, dupkey);
crypto/openssl/crypto/dh/dh_pmeth.c
336
EVP_PKEY_assign(pkey, type, dh);
crypto/openssl/crypto/dh/dh_pmeth.c
354
EVP_PKEY_assign(pkey, EVP_PKEY_DHX, dh);
crypto/openssl/crypto/dh/dh_pmeth.c
387
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, dh);
crypto/openssl/crypto/ec/ecx_meth.c
1017
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, key);
crypto/openssl/crypto/ec/ecx_meth.c
1109
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, key);
crypto/openssl/crypto/ec/ecx_meth.c
1185
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, key);
crypto/openssl/crypto/ec/ecx_meth.c
226
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
272
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
290
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
398
|| !EVP_PKEY_assign(pkey, keytype, ecx)) {
crypto/openssl/crypto/ec/ecx_meth.c
416
ret = EVP_PKEY_assign(to, from->type, dupkey);
crypto/openssl/crypto/ec/ecx_meth.c
68
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
717
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
92
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, ecx);
crypto/openssl/crypto/ec/ecx_meth.c
975
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, key);
crypto/openssl/crypto/engine/eng_openssl.c
522
EVP_PKEY_assign(pkey, EVP_PKEY_HMAC, hkey);
crypto/openssl/crypto/evp/p_lib.c
985
ret = EVP_PKEY_assign(pkey, type, dhkey);
crypto/openssl/crypto/rsa/rsa_ameth.c
105
if (!EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, rsa)) {
crypto/openssl/crypto/rsa/rsa_ameth.c
136
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, rsa);
crypto/openssl/crypto/rsa/rsa_ameth.c
180
EVP_PKEY_assign(pkey, pkey->ameth->pkey_id, rsa);
crypto/openssl/crypto/rsa/rsa_ameth.c
914
ok = EVP_PKEY_assign(pkey, EVP_PKEY_RSA_PSS, rsa);
crypto/openssl/crypto/rsa/rsa_ameth.c
962
ret = EVP_PKEY_assign(to, from->type, dupkey);
crypto/openssl/crypto/rsa/rsa_pmeth.c
810
EVP_PKEY_assign(pkey, ctx->pmeth->pkey_id, rsa);
crypto/openssl/crypto/x509/x_pubkey.c
1000
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_X448, (ECX_KEY *)a);
crypto/openssl/crypto/x509/x_pubkey.c
721
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_DHX, (DH *)a);
crypto/openssl/crypto/x509/x_pubkey.c
874
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED25519, (ECX_KEY *)a);
crypto/openssl/crypto/x509/x_pubkey.c
916
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_ED448, (ECX_KEY *)a);
crypto/openssl/crypto/x509/x_pubkey.c
958
(void)EVP_PKEY_assign(pktmp, EVP_PKEY_X25519, (ECX_KEY *)a);
crypto/openssl/include/openssl/evp.h
1378
int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key);
crypto/openssl/include/openssl/evp.h
509
#define EVP_PKEY_assign_RSA(pkey, rsa) EVP_PKEY_assign((pkey), EVP_PKEY_RSA, \
crypto/openssl/include/openssl/evp.h
514
#define EVP_PKEY_assign_DSA(pkey, dsa) EVP_PKEY_assign((pkey), EVP_PKEY_DSA, \
crypto/openssl/include/openssl/evp.h
519
#define EVP_PKEY_assign_DH(pkey, dh) EVP_PKEY_assign((pkey), EVP_PKEY_DH, (dh))
crypto/openssl/include/openssl/evp.h
525
EVP_PKEY_assign((pkey), EVP_PKEY_EC, (eckey))
crypto/openssl/include/openssl/evp.h
529
#define EVP_PKEY_assign_SIPHASH(pkey, shkey) EVP_PKEY_assign((pkey), \
crypto/openssl/include/openssl/evp.h
534
#define EVP_PKEY_assign_POLY1305(pkey, polykey) EVP_PKEY_assign((pkey), \
crypto/openssl/test/endecoder_legacy_test.c
342
|| !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type,
crypto/openssl/test/endecoder_legacy_test.c
407
|| !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type,
crypto/openssl/test/endecoder_legacy_test.c
477
|| !TEST_true(EVP_PKEY_assign(decoded_legacy_pkey, evp_type,