Searched refs:key1 (Results 1 – 5 of 5) sorted by relevance
/arch/arm/crypto/ |
D | aes-ce-core.S | 28 .macro enc_dround, key1, key2 29 enc_round q0, \key1 33 .macro dec_dround, key1, key2 34 dec_round q0, \key1 38 .macro enc_fround, key1, key2, key3 39 enc_round q0, \key1 44 .macro dec_fround, key1, key2, key3 45 dec_round q0, \key1 50 .macro enc_dround_3x, key1, key2 51 enc_round q0, \key1 [all …]
|
D | aes-ce-glue.c | 150 struct crypto_aes_ctx key1; member 160 ret = ce_aes_expandkey(&ctx->key1, in_key, key_len / 2); in xts_set_key() 312 int err, first, rounds = num_rounds(&ctx->key1); in xts_encrypt() 323 (u8 *)ctx->key1.key_enc, rounds, blocks, in xts_encrypt() 337 int err, first, rounds = num_rounds(&ctx->key1); in xts_decrypt() 348 (u8 *)ctx->key1.key_dec, rounds, blocks, in xts_decrypt()
|
/arch/arm64/crypto/ |
D | aes-glue.c | 78 struct crypto_aes_ctx key1; member 88 ret = aes_expandkey(&ctx->key1, in_key, key_len / 2); in xts_set_key() 239 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_encrypt() 250 (u8 *)ctx->key1.key_enc, rounds, blocks, in xts_encrypt() 263 int err, first, rounds = 6 + ctx->key1.key_length / 4; in xts_decrypt() 274 (u8 *)ctx->key1.key_dec, rounds, blocks, in xts_decrypt()
|
/arch/c6x/platforms/ |
D | dscr.c | 163 u32 lock1, u32 key1) in dscr_write_locked2() argument 166 soc_writel(key1, dscr.base + lock1); in dscr_write_locked2()
|
/arch/arm/boot/dts/ |
D | ea3250.dts | 173 key1 {
|