/openssl-master/providers/implementations/encode_decode/ |
A D | decode_der2key.c | 534 #define DO_type_specific_keypair(keytype) \ argument 546 #define DO_type_specific_pub(keytype) \ argument 558 #define DO_type_specific_priv(keytype) \ argument 570 #define DO_type_specific_params(keytype) \ argument 582 #define DO_type_specific(keytype) \ argument 594 #define DO_type_specific_no_pub(keytype) \ argument 607 #define DO_PrivateKeyInfo(keytype) \ argument 619 #define DO_SubjectPublicKeyInfo(keytype) \ argument 631 #define DO_DH(keytype) \ argument 643 #define DO_DHX(keytype) \ argument [all …]
|
A D | decode_epki2pki.c | 127 char keytype[OSSL_MAX_NAME_SIZE]; in epki2pki_decode() local
|
A D | decode_pvk2key.c | 206 #define IMPLEMENT_MS(KEYTYPE, keytype) \ argument
|
A D | decode_msblob2key.c | 240 #define IMPLEMENT_MSBLOB(KEYTYPE, keytype) \ argument
|
/openssl-master/crypto/asn1/ |
A D | d2i_pr.c | 27 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder() 78 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy() 143 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex() 170 int keytype; in d2i_AutoPrivateKey_legacy() local
|
/openssl-master/test/ |
A D | endecoder_legacy_test.c | 73 const char *keytype; member 216 const char *keytype; member 298 static int test_protected_PEM(const char *keytype, int evp_type, in test_protected_PEM() 366 static int test_unprotected_PEM(const char *keytype, int evp_type, in test_unprotected_PEM() 433 static int test_DER(const char *keytype, int evp_type, in test_DER()
|
A D | evp_extra_test.c | 539 const char *keytype; member 574 static EVP_PKEY *load_example_key(const char *keytype, in load_example_key() 682 static int test_fromdata(char *keytype, int selection, OSSL_PARAM *params) in test_fromdata() 734 static int test_EVP_PKEY_ffc_priv_pub(char *keytype) in test_EVP_PKEY_ffc_priv_pub() 2826 const char *keytype = NULL; in test_pkey_ctx_fail_without_provider() local
|
A D | endecode_test.c | 258 const char *keytype, int selection, in decode_EVP_PKEY_prov()
|
/openssl-master/crypto/pkcs12/ |
A D | p12_crt.c | 33 int iter, int mac_iter, int keytype, in PKCS12_create_ex() 136 int mac_iter, int keytype) in PKCS12_create()
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_pkey.c | 304 EVP_PKEY **pkey, const char *keytype, in ossl_decoder_ctx_setup_for_pkey() 430 const char *keytype, int selection, in OSSL_DECODER_CTX_new_for_pkey()
|
/openssl-master/apps/ |
A D | dhparam.c | 234 const char *keytype = "DH"; in dhparam_main() local
|
A D | pkcs12.c | 162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
|
A D | req.c | 1503 const char *keytype = NULL; in set_keygen_ctx() local
|
/openssl-master/crypto/evp/ |
A D | pmeth_lib.c | 141 static void help_get_legacy_alg_type_from_keymgmt(const char *keytype, in help_get_legacy_alg_type_from_keymgmt() 182 const char *keytype, const char *propquery, in int_ctx_new() 667 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype) in EVP_PKEY_CTX_is_a() 1284 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int() 1327 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl() 1355 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64() 1435 int keytype, int optype, in evp_pkey_ctx_store_cached_data()
|
A D | ctrl_params_translate.c | 2518 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param() 2593 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_ctrl_str_to_param() local 2652 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_setget_params_to_ctrl() local
|
A D | p_lib.c | 485 const char *keytype, in EVP_PKEY_new_raw_private_key_ex() 501 const char *keytype, const char *propq, in EVP_PKEY_new_raw_public_key_ex() 1985 const char *keytype = NULL; in evp_pkey_copy_downgraded() local
|
/openssl-master/crypto/rsa/ |
A D | rsa_lib.c | 880 int keytype, int optype, in int_set_rsa_md_name() 920 int keytype, int optype, in int_get_rsa_md_name()
|
/openssl-master/crypto/ec/ |
A D | ecx_meth.c | 387 int keytype) in ecx_generic_import_from()
|
/openssl-master/engines/ |
A D | e_capi.c | 172 DWORD keytype; member
|
/openssl-master/apps/lib/ |
A D | apps.c | 580 const char *keytype, const char *desc, in load_keyparams_suppress() 605 const char *keytype, const char *desc) in load_keyparams()
|
/openssl-master/include/crypto/ |
A D | evp.h | 40 const char *keytype; member
|