Searched refs:key_dec (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-glue.c | 342 neon_aes_xts_decrypt(out, in, ctx->cts.key_dec, in __xts_crypt() 374 neon_aes_xts_decrypt(out, in, ctx->cts.key_dec, in __xts_crypt()
|
| /linux/lib/crypto/powerpc/ |
| H A D | aes.h | 29 void ppc_decrypt_aes(u8 *out, const u8 *in, const u32 *key_dec, u32 rounds);
|
| /linux/lib/crypto/ |
| H A D | aes.c | 323 aes_expandkey_generic(ctx->key_enc, ctx->key_dec, in_key, key_len); in aes_expandkey()
|
| /linux/drivers/crypto/ |
| H A D | padlock-aes.c | 151 memcpy(ctx->D, gen_aes.key_dec, AES_MAX_KEYLENGTH); in aes_set_key()
|
| /linux/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 99 __u8 key_dec[KEY_LEN]; member 423 memcpy(ctx->key_dec, bkey + KEY_LEN * idx_dec, KEY_LEN); in ovpn_parse_key() 927 NLA_PUT(ctx->nl_msg, OVPN_A_KEYDIR_CIPHER_KEY, KEY_LEN, ovpn->key_dec); in ovpn_new_key()
|