Searched refs:key_enc (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 80 aesbs_convert_key(ctx->rk, rk->key_enc, ctx->rounds); in aesbs_setkey() 141 memcpy(ctx->enc, rk->key_enc, sizeof(ctx->enc)); in aesbs_cbc_ctr_setkey() 144 aesbs_convert_key(ctx->key.rk, rk->key_enc, ctx->key.rounds); in aesbs_cbc_ctr_setkey() 266 memcpy(ctx->twkey, rk.key_enc, sizeof(ctx->twkey)); in aesbs_xts_setkey() 334 neon_aes_xts_encrypt(out, in, ctx->cts.key_enc, in __xts_crypt() 366 neon_aes_xts_encrypt(out, in, ctx->cts.key_enc, in __xts_crypt()
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 28 void ppc_encrypt_aes(u8 *out, const u8 *in, const u32 *key_enc, u32 rounds);
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 150 memcpy(ctx->E, gen_aes.key_enc, AES_MAX_KEYLENGTH); in aes_set_key()
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 99 __u8 key_enc[KEY_LEN]; member 426 memcpy(ctx->key_enc, bkey + KEY_LEN * idx_enc, KEY_LEN); in ovpn_parse_key() 941 NLA_PUT(ctx->nl_msg, OVPN_A_KEYDIR_CIPHER_KEY, KEY_LEN, ovpn->key_enc); in ovpn_new_key()
|
| /linux/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 1917 ctx->base.ipad.be[i + 8] = cpu_to_be32(aes.key_enc[i]); in safexcel_cbcmac_setkey()
|