Home
last modified time | relevance | path

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

/third_party/openssl/providers/implementations/encode_decode/
Ddecode_der2key.c547 #define DO_type_specific_keypair(keytype) \ argument
559 #define DO_type_specific_pub(keytype) \ argument
571 #define DO_type_specific_priv(keytype) \ argument
583 #define DO_type_specific_params(keytype) \ argument
595 #define DO_type_specific(keytype) \ argument
607 #define DO_type_specific_no_pub(keytype) \ argument
620 #define DO_PrivateKeyInfo(keytype) \ argument
632 #define DO_SubjectPublicKeyInfo(keytype) \ argument
644 #define DO_DH(keytype) \ argument
656 #define DO_DHX(keytype) \ argument
[all …]
Ddecode_epki2pki.c131 char keytype[OSSL_MAX_NAME_SIZE]; in epki2pki_decode() local
Ddecode_pvk2key.c209 #define IMPLEMENT_MS(KEYTYPE, keytype) \ argument
Ddecode_msblob2key.c243 #define IMPLEMENT_MSBLOB(KEYTYPE, keytype) \ argument
/third_party/openssl/crypto/asn1/
Dd2i_pr.c27 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
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-forward-undefine-type-decl.c13 struct key_type *keytype; member
/third_party/openssl/test/
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()
Devp_extra_test.c548 const char *keytype; member
585 static EVP_PKEY *load_example_key(const char *keytype, in load_example_key()
693 static EVP_PKEY *make_key_fromdata(char *keytype, OSSL_PARAM *params) in make_key_fromdata()
753 static int test_EVP_PKEY_ffc_priv_pub(char *keytype) in test_EVP_PKEY_ffc_priv_pub()
3015 const char *keytype = NULL; in test_pkey_ctx_fail_without_provider() local
Devp_extra_test2.c279 static int do_pkey_tofrom_data_select(EVP_PKEY *key, const char *keytype) in do_pkey_tofrom_data_select()
Dendecode_test.c271 const char *keytype, int selection, in decode_EVP_PKEY_prov()
/third_party/openssl/crypto/pkcs12/
Dp12_crt.c33 int iter, int mac_iter, int keytype, in PKCS12_create_ex()
136 int mac_iter, int keytype) in PKCS12_create()
/third_party/openssl/crypto/encode_decode/
Ddecoder_pkey.c303 EVP_PKEY **pkey, const char *keytype, in ossl_decoder_ctx_setup_for_pkey()
429 const char *keytype, int selection, in OSSL_DECODER_CTX_new_for_pkey()
/third_party/openssl/crypto/evp/
Dpmeth_lib.c141 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()
Dctrl_params_translate.c2570 int keytype, int optype, in evp_pkey_ctx_ctrl_to_param()
2645 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_ctrl_str_to_param() local
2704 int keytype = pctx->legacy_keytype; in evp_pkey_ctx_setget_params_to_ctrl() local
Dp_lib.c490 const char *keytype, in EVP_PKEY_new_raw_private_key_ex()
506 const char *keytype, const char *propq, in EVP_PKEY_new_raw_public_key_ex()
2001 const char *keytype = NULL; in evp_pkey_copy_downgraded() local
/third_party/openssl/apps/
Ddhparam.c238 const char *keytype = "DH"; in dhparam_main() local
Dpkcs12.c162 int export_pkcs12 = 0, options = 0, chain = 0, twopass = 0, keytype = 0; in pkcs12_main() local
Dreq.c1505 const char *keytype = NULL; in set_keygen_ctx() local
/third_party/openssl/crypto/rsa/
Drsa_lib.c880 int keytype, int optype, in int_set_rsa_md_name()
920 int keytype, int optype, in int_get_rsa_md_name()
/third_party/rust/crates/rust-openssl/openssl/src/
Dpkcs12.rs244 let keytype = 0; in build2() localVariable
/third_party/openssl/crypto/ec/
Decx_meth.c387 int keytype) in ecx_generic_import_from()
/third_party/openssl/engines/
De_capi.c172 DWORD keytype; member
/third_party/openssl/apps/lib/
Dapps.c586 const char *keytype, const char *desc, in load_keyparams_suppress()
611 const char *keytype, const char *desc) in load_keyparams()
/third_party/openssl/include/crypto/
Devp.h40 const char *keytype; member
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h4760 struct key_type *keytype; member