/openssl-master/crypto/evp/ |
A D | keymgmt_lib.c | 61 void *keydata) in evp_keymgmt_util_assign_pkey() 73 EVP_PKEY *evp_keymgmt_util_make_pkey(EVP_KEYMGMT *keymgmt, void *keydata) in evp_keymgmt_util_make_pkey() 253 EVP_KEYMGMT *keymgmt, void *keydata) in evp_keymgmt_util_cache_keydata() 313 void *keydata = NULL; in evp_keymgmt_util_fromdata() local 509 void *keydata = NULL; in evp_keymgmt_util_gen() local 527 void *keydata, in evp_keymgmt_util_get_deflt_digest_name()
|
A D | keymgmt_meth.c | 323 void evp_keymgmt_freedata(const EVP_KEYMGMT *keymgmt, void *keydata) in evp_keymgmt_freedata() 397 int evp_keymgmt_get_params(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_get_params() 414 int evp_keymgmt_set_params(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_set_params() 431 int evp_keymgmt_has(const EVP_KEYMGMT *keymgmt, void *keydata, int selection) in evp_keymgmt_has() 437 int evp_keymgmt_validate(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_validate() 456 int evp_keymgmt_import(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_import() 472 int evp_keymgmt_export(const EVP_KEYMGMT *keymgmt, void *keydata, in evp_keymgmt_export()
|
A D | pmeth_check.c | 31 void *keydata; in try_provided_check() local
|
A D | pmeth_gn.c | 171 void *keydata = in EVP_PKEY_generate() local 367 void *keydata = NULL; in EVP_PKEY_fromdata() local
|
A D | p_lib.c | 1815 void *keydata = NULL; in evp_pkey_export_to_provider() local 1983 void *keydata = src->keydata; in evp_pkey_copy_downgraded() local
|
/openssl-master/test/ |
A D | fake_rsaprov.c | 31 unsigned char *keydata = OPENSSL_zalloc(1); in fake_rsa_keymgmt_new() local 43 static void fake_rsa_keymgmt_free(void *keydata) in fake_rsa_keymgmt_free() 65 static int fake_rsa_keymgmt_import(void *keydata, int selection, in fake_rsa_keymgmt_import() 136 unsigned char *keydata = provkey; in fake_rsa_sig_sign_init() local
|
A D | keymgmt_internal_test.c | 99 unsigned long *keydata = arg; in export_cb() local 171 static unsigned long keydata[OSSL_NELEM(expected)] = { 0, }; in test_pass_rsa() local
|
A D | algorithmid_test.c | 29 void *keydata = NULL; in test_spki_aid() local
|
A D | evp_extra_test2.c | 247 static APK_DATA keydata[] = { variable
|
A D | tls-provider.c | 459 static void xor_freedata(void *keydata) in xor_freedata()
|
A D | evp_extra_test.c | 547 static APK_DATA keydata[] = { variable
|
A D | evp_test.c | 3605 char *strnid = NULL, *keydata = NULL; in parse() local
|
/openssl-master/providers/implementations/keymgmt/ |
A D | kdf_legacy_kmgmt.c | 94 static int kdf_has(const void *keydata, int selection) in kdf_has()
|
A D | ecx_kmgmt.c | 124 static int ecx_has(const void *keydata, int selection) in ecx_has() 178 static int ecx_import(void *keydata, int selection, const OSSL_PARAM params[]) in ecx_import() 216 static int ecx_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ecx_export() 729 static int ecx_validate(const void *keydata, int selection, int type, size_t keylen) in ecx_validate() 757 static int x25519_validate(const void *keydata, int selection, int checktype) in x25519_validate() 762 static int x448_validate(const void *keydata, int selection, int checktype) in x448_validate() 767 static int ed25519_validate(const void *keydata, int selection, int checktype) in ed25519_validate() 772 static int ed448_validate(const void *keydata, int selection, int checktype) in ed448_validate()
|
A D | dsa_kmgmt.c | 124 static void dsa_freedata(void *keydata) in dsa_freedata() 129 static int dsa_has(const void *keydata, int selection) in dsa_has() 172 static int dsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in dsa_import() 191 static int dsa_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dsa_export() 342 static int dsa_validate(const void *keydata, int selection, int checktype) in dsa_validate()
|
A D | rsa_kmgmt.c | 110 static void rsa_freedata(void *keydata) in rsa_freedata() 115 static int rsa_has(const void *keydata, int selection) in rsa_has() 153 static int rsa_import(void *keydata, int selection, const OSSL_PARAM params[]) in rsa_import() 179 static int rsa_export(void *keydata, int selection, in rsa_export() 363 static int rsa_validate(const void *keydata, int selection, int checktype) in rsa_validate()
|
A D | ec_kmgmt.c | 291 void ec_freedata(void *keydata) in ec_freedata() 297 int ec_has(const void *keydata, int selection) in ec_has() 371 int common_import(void *keydata, int selection, const OSSL_PARAM params[], in common_import() 414 int ec_import(void *keydata, int selection, const OSSL_PARAM params[]) in ec_import() 422 int sm2_import(void *keydata, int selection, const OSSL_PARAM params[]) in sm2_import() 430 int ec_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in ec_export() 869 int sm2_validate(const void *keydata, int selection, int checktype) in sm2_validate() 908 int ec_validate(const void *keydata, int selection, int checktype) in ec_validate()
|
A D | mac_legacy_kmgmt.c | 139 static int mac_has(const void *keydata, int selection) in mac_has() 232 static int mac_import(void *keydata, int selection, const OSSL_PARAM params[]) in mac_import() 274 static int mac_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in mac_export() 355 static int mac_set_params(void *keydata, const OSSL_PARAM params[]) in mac_set_params()
|
A D | dh_kmgmt.c | 124 static void dh_freedata(void *keydata) in dh_freedata() 129 static int dh_has(const void *keydata, int selection) in dh_has() 170 static int dh_import(void *keydata, int selection, const OSSL_PARAM params[]) in dh_import() 190 static int dh_export(void *keydata, int selection, OSSL_CALLBACK *param_cb, in dh_export() 377 static int dh_validate(const void *keydata, int selection, int checktype) in dh_validate()
|
/openssl-master/providers/implementations/encode_decode/ |
A D | decode_pvk2key.c | 176 void *keydata; in pvk2key_export_object() local
|
A D | decode_msblob2key.c | 208 void *keydata; in msblob2key_export_object() local
|
A D | decode_der2key.c | 303 void *keydata; in der2key_export_object() local
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_pkey.c | 137 void *keydata = NULL; in decoder_construct_pkey() local
|
/openssl-master/crypto/store/ |
A D | store_result.c | 193 void *keydata = NULL; in try_key_ref() local
|
/openssl-master/include/crypto/ |
A D | evp.h | 591 void *keydata; member 691 void *keydata; member 770 void *keydata; member
|