Home
last modified time | relevance | path

Searched defs:keytype (Results 1 – 25 of 31) sorted by relevance

12

/openssl/providers/implementations/encode_decode/
H A Ddecode_der2key.c606 #define DO_type_specific_keypair(keytype) \ argument
618 #define DO_type_specific_pub(keytype) \ argument
630 #define DO_type_specific_priv(keytype) \ argument
642 #define DO_type_specific_params(keytype) \ argument
654 #define DO_type_specific(keytype) \ argument
666 #define DO_type_specific_no_pub(keytype) \ argument
679 #define DO_PrivateKeyInfo(keytype) \ argument
691 #define DO_SubjectPublicKeyInfo(keytype) \ argument
703 #define DO_DH(keytype) \ argument
715 #define DO_DHX(keytype) \ argument
[all …]
H A Ddecode_epki2pki.c157 char keytype[OSSL_MAX_NAME_SIZE]; in epki2pki_decode() local
H A Ddecode_msblob2key.c257 #define IMPLEMENT_MSBLOB(KEYTYPE, keytype) \ argument
H A Ddecode_pvk2key.c251 #define IMPLEMENT_MS(KEYTYPE, keytype) \ argument
/openssl/crypto/asn1/
H A Dd2i_pr.c28 d2i_PrivateKey_decoder(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_decoder()
91 ossl_d2i_PrivateKey_legacy(int keytype, EVP_PKEY **a, const unsigned char **pp, in ossl_d2i_PrivateKey_legacy()
156 EVP_PKEY *d2i_PrivateKey_ex(int keytype, EVP_PKEY **a, const unsigned char **pp, in d2i_PrivateKey_ex()
183 int keytype; in d2i_AutoPrivateKey_legacy() local
/openssl/test/
H A Dendecoder_legacy_test.c73 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()
H A Devp_pkey_dhkem_test.c399 int keytype = tstid >= TEST_KEM_ENCAP_DECAP; in test_nopublic() local
433 int keytype = tstid >= TEST_KEM_ENCAP_DECAP; in test_noauthpublic() local
H A Devp_extra_test.c749 const char *keytype; member
788 static EVP_PKEY *load_example_key(const char *keytype, in load_example_key()
938 static EVP_PKEY *make_key_fromdata(char *keytype, OSSL_PARAM *params) in make_key_fromdata()
998 static int test_EVP_PKEY_ffc_priv_pub(char *keytype) in test_EVP_PKEY_ffc_priv_pub()
3632 const char *keytype = NULL; in test_pkey_ctx_fail_without_provider() local
H A Devp_extra_test2.c292 static int do_pkey_tofrom_data_select(EVP_PKEY *key, const char *keytype) in do_pkey_tofrom_data_select()
H A Dtls-provider.c2479 #define DO_PrivateKeyInfo(keytype) \ argument
2491 #define DO_SubjectPublicKeyInfo(keytype) \ argument
2520 #define MAKE_DECODER(keytype_name, keytype, type, kind) \ argument
/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c210 const char *keytype; /* the keytype requested, if any */ member
379 const char *keytype, in ossl_decoder_ctx_setup_for_pkey()
591 char *keytype; member
744 const char *keytype, int selection, in OSSL_DECODER_CTX_new_for_pkey()
/openssl/crypto/pkcs12/
H A Dp12_crt.c37 int iter, int mac_iter, int keytype, in PKCS12_create_ex2()
176 int mac_iter, int keytype, in PKCS12_create_ex()
186 int mac_iter, int keytype) in PKCS12_create()
/openssl/include/internal/
H A Dhpke_util.h33 const char *keytype; /* string form of algtype "EC"/"X25519"/"X448" */ member
/openssl/apps/
H A Ddhparam.c247 const char *keytype = "DH"; in dhparam_main() local
H A Dpkcs12.c169 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
H A Dreq.c1493 const char *keytype = NULL; in set_keygen_ctx() local
/openssl/crypto/evp/
H A Dec_ctrl.c286 int keytype = nid == EVP_PKEY_SM2 ? EVP_PKEY_SM2 : EVP_PKEY_EC; in EVP_PKEY_CTX_set_ec_paramgen_curve_nid() local
H A Devp_pkey.c78 char keytype[OSSL_MAX_NAME_SIZE]; in EVP_PKCS82PKEY_ex() local
H A Dpmeth_lib.c160 const char *keytype, const char *propquery, in int_ctx_new()
654 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype) in EVP_PKEY_CTX_is_a()
1291 static int evp_pkey_ctx_ctrl_int(EVP_PKEY_CTX *ctx, int keytype, int optype, in evp_pkey_ctx_ctrl_int()
1334 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl()
1362 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64()
1442 int keytype, int optype, in evp_pkey_ctx_store_cached_data()
H A Dctrl_params_translate.c2708 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param()
2783 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_ctrl_str_to_param() local
2842 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_setget_params_to_ctrl() local
H A Dsignature.c565 const char *keytype = EVP_KEYMGMT_get0_name(ctx->keymgmt); in evp_pkey_signature_init() local
H A Dkeymgmt_meth.c34 static void help_get_legacy_alg_type_from_keymgmt(const char *keytype, in help_get_legacy_alg_type_from_keymgmt()
H A Dp_lib.c498 const char *keytype, in EVP_PKEY_new_raw_private_key_ex()
514 const char *keytype, const char *propq, in EVP_PKEY_new_raw_public_key_ex()
2034 const char *keytype = NULL; in evp_pkey_copy_downgraded() local
/openssl/crypto/rsa/
H A Drsa_lib.c963 int keytype, int optype, in int_set_rsa_md_name()
1003 int keytype, int optype, in int_get_rsa_md_name()
/openssl/crypto/ec/
H A Decx_meth.c385 int keytype) in ecx_generic_import_from()

Completed in 108 milliseconds

12