Home
last modified time | relevance | path

Searched refs:keytype (Results 126 - 150 of 175) sorted by relevance

1234567

/kernel/linux/linux-5.10/include/uapi/linux/
H A Dvirtio_crypto.h226 __le32 keytype; member
/kernel/linux/linux-5.10/include/linux/
H A Dkey.h173 struct key_type *keytype; member
/kernel/linux/linux-6.6/include/linux/
H A Dkey.h179 struct key_type *keytype; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dvirtio_crypto.h226 __le32 keytype; member
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dpmeth_gn.c341 if (ctx == NULL || ctx->keytype == NULL) in fromdata_init()
H A Dkem.c31 if (ctx == NULL || ctx->keytype == NULL) { in evp_kem_init()
/third_party/openssl/crypto/evp/
H A Dpmeth_gn.c341 if (ctx == NULL || ctx->keytype == NULL) in fromdata_init()
/third_party/openssl/ohos_lite/include/openssl/
H A Dpkcs12.h200 int iter, int mac_iter, int keytype);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c387 int keytype) in ecx_generic_import_from()
391 ECX_KEY *ecx = ossl_ecx_key_new(pctx->libctx, KEYNID2TYPE(keytype), 0, in ecx_generic_import_from()
400 || !EVP_PKEY_assign(pkey, keytype, ecx)) { in ecx_generic_import_from()
386 ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, int keytype) ecx_generic_import_from() argument
/third_party/openssl/crypto/ec/
H A Decx_meth.c387 int keytype) in ecx_generic_import_from()
391 ECX_KEY *ecx = ossl_ecx_key_new(pctx->libctx, KEYNID2TYPE(keytype), 0, in ecx_generic_import_from()
400 || !EVP_PKEY_assign(pkey, keytype, ecx)) { in ecx_generic_import_from()
386 ecx_generic_import_from(const OSSL_PARAM params[], void *vpctx, int keytype) ecx_generic_import_from() argument
/kernel/linux/linux-5.10/arch/s390/crypto/
H A Dpaes_s390.c66 u32 keytype; in _key_to_kb() member
78 h->keytype = (keylen - 8) >> 3; in _key_to_kb()
/kernel/linux/linux-6.6/arch/s390/crypto/
H A Dpaes_s390.c67 u32 keytype; in _key_to_kb() member
79 h->keytype = (keylen - 8) >> 3; in _key_to_kb()
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h35 * Library context, property query, keytype and keymgmt associated with
40 const char *keytype; member
921 int keytype, int optype,
/third_party/openssl/include/crypto/
H A Devp.h35 * Library context, property query, keytype and keymgmt associated with
40 const char *keytype; member
921 int keytype, int optype,
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1417 info.keytype = fi->keytype; in ath_tx_fill_desc()
2082 enum ath9k_key_type keytype; in setup_frame_info() local
2096 keytype = ath9k_cmn_get_hw_crypto_keytype(skb); in setup_frame_info()
2123 fi->keytype = keytype; in setup_frame_info()
2885 fi->keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_tx99_send()
H A Dar9002_mac.c227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1478 info.keytype = fi->keytype; in ath_tx_fill_desc()
2141 enum ath9k_key_type keytype; in setup_frame_info() local
2155 keytype = ath9k_cmn_get_hw_crypto_keytype(skb); in setup_frame_info()
2182 fi->keytype = keytype; in setup_frame_info()
2944 fi->keytype = ATH9K_KEY_TYPE_CLEAR; in ath9k_tx99_send()
H A Dar9002_mac.c227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
/third_party/openssl/test/
H A Devp_extra_test.c549 const char *keytype; member
586 static EVP_PKEY *load_example_key(const char *keytype, in load_example_key() argument
592 OSSL_DECODER_CTX_new_for_pkey(&pkey, "DER", NULL, keytype, 0, in load_example_key()
694 static EVP_PKEY *make_key_fromdata(char *keytype, OSSL_PARAM *params) in make_key_fromdata() argument
699 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata()
754 static int test_EVP_PKEY_ffc_priv_pub(char *keytype) in test_EVP_PKEY_ffc_priv_pub() argument
783 || !TEST_ptr(just_params = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub()
804 || !TEST_ptr(params_and_priv = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub()
825 || !TEST_ptr(params_and_pub = make_key_fromdata(keytype, params))) in test_EVP_PKEY_ffc_priv_pub()
848 || !TEST_ptr(params_and_keypair = make_key_fromdata(keytype, param in test_EVP_PKEY_ffc_priv_pub()
3038 const char *keytype = NULL; test_pkey_ctx_fail_without_provider() local
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1785 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype);
1791 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
1795 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype,
1809 const char *keytype,
1816 const char *keytype, const char *propq,
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c587 const char *keytype, const char *desc, in load_keyparams_suppress()
598 if (params != NULL && keytype != NULL && !EVP_PKEY_is_a(params, keytype)) { in load_keyparams_suppress()
612 const char *keytype, const char *desc) in load_keyparams()
614 return load_keyparams_suppress(uri, format, maybe_stdin, keytype, desc, 0); in load_keyparams()
586 load_keyparams_suppress(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc, int suppress_decode_errors) load_keyparams_suppress() argument
611 load_keyparams(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc) load_keyparams() argument
/third_party/openssl/apps/lib/
H A Dapps.c587 const char *keytype, const char *desc, in load_keyparams_suppress()
598 if (params != NULL && keytype != NULL && !EVP_PKEY_is_a(params, keytype)) { in load_keyparams_suppress()
612 const char *keytype, const char *desc) in load_keyparams()
614 return load_keyparams_suppress(uri, format, maybe_stdin, keytype, desc, 0); in load_keyparams()
586 load_keyparams_suppress(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc, int suppress_decode_errors) load_keyparams_suppress() argument
611 load_keyparams(const char *uri, int format, int maybe_stdin, const char *keytype, const char *desc) load_keyparams() argument
/third_party/openssl/include/openssl/
H A Devp.h1783 int EVP_PKEY_CTX_is_a(EVP_PKEY_CTX *ctx, const char *keytype);
1789 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype,
1793 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype,
1807 const char *keytype,
1814 const char *keytype, const char *propq,
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasymmetric_type.c466 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dasymmetric_type.c498 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()

Completed in 45 milliseconds

1234567