Searched refs:to_keydata (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/crypto/evp/ |
| H A D | keymgmt_lib.c | 447 void *to_keydata = to->keydata, *alloc_keydata = NULL; in evp_keymgmt_util_copy() local 462 && to_keydata == NULL) { in evp_keymgmt_util_copy() 463 to_keydata = alloc_keydata = evp_keymgmt_dup(to_keymgmt, in evp_keymgmt_util_copy() 466 if (to_keydata == NULL) in evp_keymgmt_util_copy() 472 import_data.keydata = to_keydata; in evp_keymgmt_util_copy() 484 if (to_keydata == NULL) in evp_keymgmt_util_copy() 485 to_keydata = alloc_keydata = import_data.keydata; in evp_keymgmt_util_copy() 505 to->keydata = to_keydata; in evp_keymgmt_util_copy()
|
| /freebsd/crypto/openssl/crypto/rsa/ |
| H A D | rsa_ameth.c | 794 void *to_keydata, in rsa_int_export_to() argument 841 rv = importer(to_keydata, selection, params); in rsa_int_export_to() 924 static int rsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pkey_export_to() argument 928 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSA, to_keydata, in rsa_pkey_export_to() 932 static int rsa_pss_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in rsa_pss_pkey_export_to() argument 936 return rsa_int_export_to(from, RSA_FLAG_TYPE_RSASSAPSS, to_keydata, in rsa_pss_pkey_export_to()
|
| /freebsd/crypto/openssl/crypto/dsa/ |
| H A D | dsa_ameth.c | 428 static int dsa_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in dsa_pkey_export_to() argument 470 rv = importer(to_keydata, selection, params); in dsa_pkey_export_to()
|
| /freebsd/crypto/openssl/include/crypto/ |
| H A D | asn1.h | 79 int (*export_to)(const EVP_PKEY *pk, void *to_keydata,
|
| /freebsd/crypto/openssl/crypto/ec/ |
| H A D | ec_ameth.c | 471 static int ec_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ec_pkey_export_to() argument 596 rv = importer(to_keydata, selection, params); in ec_pkey_export_to()
|
| H A D | ecx_meth.c | 346 static int ecx_pkey_export_to(const EVP_PKEY *from, void *to_keydata, in ecx_pkey_export_to() argument 376 rv = importer(to_keydata, selection, params); in ecx_pkey_export_to()
|
| /freebsd/crypto/openssl/crypto/dh/ |
| H A 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()
|