Searched refs:aes_key (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/crypto/cavium/cpt/ |
| H A D | cptvf_algs.h | 50 u64 aes_key:2; member 70 u64 aes_key:2;
|
| H A D | cptvf_algs.c | 122 fctx->enc.enc_ctrl.e.aes_key = ctx->key_type; in create_ctx_hdr()
|
| /linux/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_algs.h | 75 u64 aes_key:2; member 95 u64 aes_key:2;
|
| H A D | otx_cptvf_algs.c | 274 fctx->enc.enc_ctrl.e.aes_key = ctx->key_type; in create_ctx_hdr() 948 fctx->enc.enc_ctrl.e.aes_key = ctx->key_type; in create_aead_ctx_hdr()
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptvf_algs.h | 66 u64 aes_key:2; member 86 u64 aes_key:2;
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 70 static void aes_decrypt_arch(const struct aes_key *key, in aes_decrypt_arch() 196 static void aes_decrypt_arch(const struct aes_key *key, u8 out[AES_BLOCK_SIZE], in aes_decrypt_arch()
|
| /linux/drivers/char/tpm/ |
| H A D | tpm2-sessions.c | 129 struct aes_enckey aes_key; member 704 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); in tpm_buf_fill_hmac_session() 705 aescfb_encrypt(&auth->aes_key, &buf->data[offset_p], in tpm_buf_fill_hmac_session() 885 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); 886 aescfb_decrypt(&auth->aes_key, &buf->data[offset_p],
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.h | 53 u32 aes_key[256 / 32]; member
|
| H A D | ipsec_offload.c | 216 err = mlx5_create_encryption_key(mdev, aes_gcm->aes_key, in mlx5_ipsec_create_sa_ctx()
|
| H A D | ipsec.c | 407 memcpy(aes_gcm->aes_key, x->aead->alg_key, key_len); in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | sta_cmdresp.c | 588 memset(priv->aes_key.key_param_set.key, 0, in mwifiex_ret_802_11_key_material_v1() 590 priv->aes_key.key_param_set.key_len = cpu_to_le16(len); in mwifiex_ret_802_11_key_material_v1() 591 memcpy(priv->aes_key.key_param_set.key, key->key_param_set.key, len); in mwifiex_ret_802_11_key_material_v1()
|
| H A D | sta_ioctl.c | 1067 ibss_key = &priv->aes_key; in mwifiex_sec_ioctl_set_wpa_key()
|