| /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/ |
| H A D | aes.c | 467 static void aes_decrypt_arch(const struct aes_key *key, in aes_decrypt_arch() 488 int aes_preparekey(struct aes_key *key, const u8 *in_key, size_t key_len) in aes_preparekey() 508 void aes_decrypt(const struct aes_key *key, u8 out[AES_BLOCK_SIZE], in aes_decrypt()
|
| /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 680 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); in tpm_buf_fill_hmac_session() 681 aescfb_encrypt(&auth->aes_key, &buf->data[offset_p], in tpm_buf_fill_hmac_session() 861 aes_prepareenckey(&auth->aes_key, auth->scratch, AES_KEY_BYTES); in tpm_buf_check_hmac_response() 862 aescfb_decrypt(&auth->aes_key, &buf->data[offset_p], in tpm_buf_check_hmac_response()
|
| /linux/drivers/crypto/axis/ |
| H A D | artpec6_crypto.c | 326 unsigned char aes_key[2*AES_MAX_KEY_SIZE]; member 1199 ret = crypto_sync_skcipher_setkey(ctx->fallback, ctx->aes_key, in artpec6_crypto_ctr_crypt() 1258 memcpy(ctx->aes_key, key, len); in artpec6_crypto_aead_set_key() 1615 memcpy(ctx->aes_key, key, keylen); in artpec6_crypto_cipher_set_key() 1641 memcpy(ctx->aes_key, key, keylen); in artpec6_crypto_xts_set_key() 1695 ret = artpec6_crypto_setup_out_descr(common, ctx->aes_key, in artpec6_crypto_prepare_crypto() 1859 ret = artpec6_crypto_setup_out_descr(common, ctx->aes_key, in artpec6_crypto_prepare_aead()
|
| /linux/drivers/net/wireless/marvell/mwifiex/ |
| H A D | init.c | 128 memset(&priv->aes_key, 0, sizeof(priv->aes_key)); in mwifiex_init_priv()
|
| 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()
|
| /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 | 214 err = mlx5_create_encryption_key(mdev, aes_gcm->aes_key, in mlx5_ipsec_create_sa_ctx()
|
| H A D | ipsec.c | 409 memcpy(aes_gcm->aes_key, x->aead->alg_key, key_len); in mlx5e_ipsec_build_accel_xfrm_attrs()
|
| /linux/drivers/crypto/ |
| H A D | s5p-sss.c | 250 u8 aes_key[AES_MAX_KEY_SIZE]; member 1928 s5p_set_aes(dev, dev->ctx->aes_key, iv, ctr, dev->ctx->keylen); in s5p_aes_crypt_start() 2031 memcpy(ctx->aes_key, key, keylen); in s5p_aes_setkey()
|