/third_party/node/deps/openssl/openssl/crypto/evp/ |
D | keymgmt_lib.c | 448 void *to_keydata = to->keydata, *alloc_keydata = NULL; in evp_keymgmt_util_copy() local 463 && to_keydata == NULL) { in evp_keymgmt_util_copy() 464 to_keydata = alloc_keydata = evp_keymgmt_dup(to_keymgmt, in evp_keymgmt_util_copy() 467 if (to_keydata == NULL) in evp_keymgmt_util_copy() 473 import_data.keydata = to_keydata; in evp_keymgmt_util_copy() 485 if (to_keydata == NULL) in evp_keymgmt_util_copy() 486 to_keydata = alloc_keydata = import_data.keydata; in evp_keymgmt_util_copy() 506 to->keydata = to_keydata; in evp_keymgmt_util_copy()
|
/third_party/openssl/crypto/evp/ |
D | keymgmt_lib.c | 448 void *to_keydata = to->keydata, *alloc_keydata = NULL; in evp_keymgmt_util_copy() local 463 && to_keydata == NULL) { in evp_keymgmt_util_copy() 464 to_keydata = alloc_keydata = evp_keymgmt_dup(to_keymgmt, in evp_keymgmt_util_copy() 467 if (to_keydata == NULL) in evp_keymgmt_util_copy() 473 import_data.keydata = to_keydata; in evp_keymgmt_util_copy() 485 if (to_keydata == NULL) in evp_keymgmt_util_copy() 486 to_keydata = alloc_keydata = import_data.keydata; in evp_keymgmt_util_copy() 506 to->keydata = to_keydata; in evp_keymgmt_util_copy()
|
/third_party/openssl/crypto/rsa/ |
D | rsa_ameth.c | 738 void *to_keydata, in rsa_int_export_to() argument 785 rv = importer(to_keydata, selection, params); in rsa_int_export_to() 865 static int rsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pkey_export_to() argument 869 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSA, to_keydata, in rsa_pkey_export_to() 873 static int rsa_pss_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pss_pkey_export_to() argument 877 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSASSAPSS, to_keydata, in rsa_pss_pkey_export_to()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
D | rsa_ameth.c | 773 void *to_keydata, in rsa_int_export_to() argument 820 rv = importer(to_keydata, selection, params); in rsa_int_export_to() 900 static int rsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pkey_export_to() argument 904 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSA, to_keydata, in rsa_pkey_export_to() 908 static int rsa_pss_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pss_pkey_export_to() argument 912 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSASSAPSS, to_keydata, in rsa_pss_pkey_export_to()
|
/third_party/openssl/crypto/dsa/ |
D | dsa_ameth.c | 429 static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dsa_pkey_export_to() argument 471 rv = importer(to_keydata, selection, params); in dsa_pkey_export_to()
|
/third_party/node/deps/openssl/openssl/crypto/dsa/ |
D | dsa_ameth.c | 429 static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dsa_pkey_export_to() argument 471 rv = importer(to_keydata, selection, params); in dsa_pkey_export_to()
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | asn1.h | 79 int (*export_to) (const EVP_PKEY *pk, void *to_keydata,
|
/third_party/openssl/include/crypto/ |
D | asn1.h | 79 int (*export_to) (const EVP_PKEY *pk, void *to_keydata,
|
/third_party/openssl/crypto/ec/ |
D | ec_ameth.c | 472 int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ec_pkey_export_to() argument 597 rv = importer(to_keydata, selection, params); in ec_pkey_export_to()
|
D | ecx_meth.c | 348 static int ecx_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ecx_pkey_export_to() argument 378 rv = importer(to_keydata, selection, params); in ecx_pkey_export_to()
|
/third_party/openssl/crypto/dh/ |
D | dh_ameth.c | 452 static int dh_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dh_pkey_export_to() argument 501 rv = importer(to_keydata, selection, params); in dh_pkey_export_to()
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
D | ec_ameth.c | 472 int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ec_pkey_export_to() argument 597 rv = importer(to_keydata, selection, params); in ec_pkey_export_to()
|
D | ecx_meth.c | 348 static int ecx_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ecx_pkey_export_to() argument 378 rv = importer(to_keydata, selection, params); in ecx_pkey_export_to()
|
/third_party/node/deps/openssl/openssl/crypto/dh/ |
D | dh_ameth.c | 452 static int dh_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dh_pkey_export_to() argument 501 rv = importer(to_keydata, selection, params); in dh_pkey_export_to()
|