/kernel/linux/linux-6.6/net/mac802154/ |
H A D | llsec.c | 419 if (!llsec_key_id_equal(key, &devkey->key_id)) in llsec_devkey_find() 441 if (llsec_devkey_find(dev, &key->key_id)) in mac802154_llsec_devkey_add() 465 devkey = llsec_devkey_find(dev, &key->key_id); in mac802154_llsec_devkey_del() 553 struct ieee802154_llsec_key_id *key_id) in llsec_lookup_key() 583 if (id->id != hdr->sec.key_id) in llsec_lookup_key() 599 if (key_id) in llsec_lookup_key() 600 *key_id = key_entry->id; in llsec_lookup_key() 932 next->devkey.key_id = *in_key; in llsec_update_devkey_record() 990 struct ieee802154_llsec_key_id key_id; in mac802154_llsec_decrypt() local 1013 key = llsec_lookup_key(sec, &hdr, &hdr.source, &key_id); in mac802154_llsec_decrypt() 550 llsec_lookup_key(struct mac802154_llsec *sec, const struct ieee802154_hdr *hdr, const struct ieee802154_addr *addr, struct ieee802154_llsec_key_id *key_id) llsec_lookup_key() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/accel/ |
H A D | tls.h | 44 void mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id); 92 mlx5_ktls_destroy_key(struct mlx5_core_dev *mdev, u32 key_id) {} in mlx5_ktls_destroy_key() argument
|
/third_party/ffmpeg/libavutil/ |
H A D | encryption_info.h | 57 uint8_t key_id[AV_DRM_KEY_ID_SIZE]; member 117 uint8_t *key_id; member
|
/third_party/libcoap/include/oscore/ |
H A D | oscore_cose.h | 203 coap_bin_const_t key_id; member 238 void cose_encrypt0_set_key_id(cose_encrypt0_t *ptr, coap_bin_const_t *key_id);
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | internal.h | 196 .key_id = key_serial(key), in notify_key() 201 n.key_id); in notify_key() 362 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument
|
/kernel/linux/linux-5.10/net/mac802154/ |
H A D | rx.c | 169 pr_debug("key %02x\n", hdr->sec.key_id); in ieee802154_parse_frame_start() 176 hdr->sec.key_id); in ieee802154_parse_frame_start() 182 hdr->sec.key_id); in ieee802154_parse_frame_start()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | internal.h | 194 .key_id = key_serial(key), in notify_key() 199 n.key_id); in notify_key() 360 static inline long keyctl_watch_key(key_serial_t key_id, int watch_fd, int watch_id) in keyctl_watch_key() argument
|
/third_party/mbedtls/include/mbedtls/ |
H A D | pk.h | 497 * psa_key_id_t key_id = 0; 498 * ret = mbedtls_pk_import_into_psa(pk, &attributes, &key_id); 630 * \param[out] key_id 641 mbedtls_svc_key_id_t *key_id); 669 * \param key_id The key identifier of the key stored in PSA. 677 int mbedtls_pk_copy_from_psa(mbedtls_svc_key_id_t key_id, mbedtls_pk_context *pk); 702 * \param key_id The key identifier of the key stored in PSA. 710 int mbedtls_pk_copy_public_from_psa(mbedtls_svc_key_id_t key_id, mbedtls_pk_context *pk);
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btrtl.c | 98 u8 key_id; member 491 if (sec_hdr->key_id != btrtl_dev->key_id) in btrtl_parse_section() 517 u8 key_id; in rtlbt_parse_firmware_v2() local 534 key_id = reg_val[0]; in rtlbt_parse_firmware_v2() 536 rtl_dev_dbg(hdev, "%s: key id %u", __func__, key_id); in rtlbt_parse_firmware_v2() 538 btrtl_dev->key_id = key_id; in rtlbt_parse_firmware_v2() 567 /* If key_id from chip is zero, ignore all security in rtlbt_parse_firmware_v2() 570 if (!key_id) in rtlbt_parse_firmware_v2() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls_rx.c | 52 u32 key_id; member 150 priv_rx->tirn, priv_rx->key_id, in post_static_params() 600 err = mlx5_ktls_create_key(mdev, crypto_info, &priv_rx->key_id); in mlx5e_ktls_add_rx() 639 mlx5_ktls_destroy_key(mdev, priv_rx->key_id); in mlx5e_ktls_add_rx() 673 mlx5_ktls_destroy_key(mdev, priv_rx->key_id); in mlx5e_ktls_del_rx()
|
/third_party/mbedtls/include/psa/ |
H A D | crypto_extra.h | 503 * \param key_id Key identifier to test. 510 static inline int psa_key_id_is_builtin(psa_key_id_t key_id) in psa_key_id_is_builtin() argument 512 return (key_id >= MBEDTLS_PSA_KEY_ID_BUILTIN_MIN) && in psa_key_id_is_builtin() 513 (key_id <= MBEDTLS_PSA_KEY_ID_BUILTIN_MAX); in psa_key_id_is_builtin() 522 * #MBEDTLS_SVC_KEY_ID_GET_KEY_ID(\p key_id) needs to be in the range from 527 * this function should check that #MBEDTLS_SVC_KEY_ID_GET_OWNER_ID(\p key_id) 530 * \param key_id The key ID for which to retrieve the 533 * corresponding to \p key_id. Lifetime is a 561 mbedtls_svc_key_id_t key_id,
|
H A D | crypto_types.h | 301 psa_key_id_t MBEDTLS_PRIVATE(key_id);
|
/third_party/node/deps/openssl/openssl/crypto/engine/ |
H A D | eng_openssl.c | 76 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, 417 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() argument 424 key_id); in openssl_load_privkey() 425 in = BIO_new_file(key_id, "r"); in openssl_load_privkey()
|
/third_party/openssl/crypto/engine/ |
H A D | eng_openssl.c | 76 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, 417 static EVP_PKEY *openssl_load_privkey(ENGINE *eng, const char *key_id, in openssl_load_privkey() argument 424 key_id); in openssl_load_privkey() 425 in = BIO_new_file(key_id, "r"); in openssl_load_privkey()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.h | 18 void mlx5_destroy_encryption_key(struct mlx5_core_dev *mdev, u32 key_id);
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_tunnel_key.c | 371 __be64 key_id = 0; in tunnel_key_init() local 413 key_id = key32_to_tunnel_id(key32); in tunnel_key_init() 451 key_id, opts_len); in tunnel_key_init() 462 key_id, opts_len); in tunnel_key_init() 738 __be32 key_id = tunnel_id_to_key32(key->tun_id); in tunnel_key_dump() local 741 nla_put_be32(skb, TCA_TUNNEL_KEY_ENC_KEY_ID, key_id)) || in tunnel_key_dump()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_tunnel_key.c | 372 __be64 key_id = 0; in tunnel_key_init() local 414 key_id = key32_to_tunnel_id(key32); in tunnel_key_init() 455 key_id, opts_len); in tunnel_key_init() 466 key_id, opts_len); in tunnel_key_init() 742 __be32 key_id = tunnel_id_to_key32(key->tun_id); in tunnel_key_dump() local 745 nla_put_be32(skb, TCA_TUNNEL_KEY_ENC_KEY_ID, key_id)) || in tunnel_key_dump()
|
/third_party/mbedtls/library/ |
H A D | ctr_drbg.c | 45 status = psa_import_key(&key_attr, key, key_len, &psa_ctx->key_id); in ctr_drbg_setup_psa_context() 50 status = psa_cipher_encrypt_setup(&psa_ctx->operation, psa_ctx->key_id, PSA_ALG_ECB_NO_PADDING); in ctr_drbg_setup_psa_context() 63 psa_destroy_key(psa_ctx->key_id); in ctr_drbg_destroy_psa_contex() 66 psa_ctx->key_id = MBEDTLS_SVC_KEY_ID_INIT; in ctr_drbg_destroy_psa_contex() 79 ctx->psa_ctx.key_id = MBEDTLS_SVC_KEY_ID_INIT; in mbedtls_ctr_drbg_init() 178 psa_ctx.key_id = MBEDTLS_SVC_KEY_ID_INIT; in block_cipher_df()
|
/kernel/linux/linux-5.10/drivers/staging/ks7010/ |
H A D | eap_packet.h | 48 unsigned char key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member
|
/kernel/linux/linux-6.6/drivers/staging/ks7010/ |
H A D | eap_packet.h | 48 unsigned char key_id[8]; /* Reserved in IEEE 802.11i/RSN */ member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 484 * @key_id: key ID 492 __le32 key_id; member 503 * @key_id: key ID 509 __le32 key_id; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | sta.h | 435 * @key_id: key ID 443 __le32 key_id; member 454 * @key_id: key ID 460 __le32 key_id; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | mlx5.h | 91 void mlx5_destroy_encryption_key(struct mlx5_core_dev *mdev, u32 key_id);
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | watch_queue.h | 100 __u32 key_id; /* The key/keyring affected */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | watch_queue.h | 100 __u32 key_id; /* The key/keyring affected */ member
|