/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_crypto.h | 226 __le32 keytype; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | key.h | 173 struct key_type *keytype; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | key.h | 179 struct key_type *keytype; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_crypto.h | 226 __le32 keytype; member
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 341 if (ctx == NULL || ctx->keytype == NULL) in fromdata_init()
|
H A D | kem.c | 31 if (ctx == NULL || ctx->keytype == NULL) { in evp_kem_init()
|
/third_party/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 341 if (ctx == NULL || ctx->keytype == NULL) in fromdata_init()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | pkcs12.h | 200 int iter, int mac_iter, int keytype);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 387 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 D | ecx_meth.c | 387 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 D | paes_s390.c | 66 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 D | paes_s390.c | 67 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 D | evp.h | 35 * 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 D | evp.h | 35 * 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 D | xmit.c | 1417 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 D | ar9002_mac.c | 227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 1478 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 D | ar9002_mac.c | 227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 549 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 D | evp.h | 1785 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 D | apps.c | 587 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 D | apps.c | 587 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 D | evp.h | 1783 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 D | asymmetric_type.c | 466 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 498 keyres->keytype = &key_type_asymmetric; in asymmetric_restriction_alloc()
|