Searched refs:ctx1_iv_off (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
H A Dcaamalg.c459 u32 ctx1_iv_off = 0; aead_set_sh_desc() local
479 ctx1_iv_off = 16; aead_set_sh_desc()
486 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; aead_set_sh_desc()
521 aead_append_ld_iv(desc, tfm->ivsize, ctx1_iv_off); aead_set_sh_desc()
528 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << aead_set_sh_desc()
589 aead_append_ld_iv(desc, tfm->ivsize, ctx1_iv_off); aead_set_sh_desc()
596 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << aead_set_sh_desc()
654 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | aead_set_sh_desc()
660 (ctx1_iv_off << MOVE_OFFSET_SHIFT) | aead_set_sh_desc()
690 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << aead_set_sh_desc()
1839 u32 ctx1_iv_off = 0; ablkcipher_setkey() local
1855 ctx1_iv_off = 16; ablkcipher_setkey()
1863 ctx1_iv_off = 16 + CTR_RFC3686_NONCE_SIZE; ablkcipher_setkey()
1904 LDST_CLASS_1_CCB | (ctx1_iv_off << LDST_OFFSET_SHIFT)); ablkcipher_setkey()
1911 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << ablkcipher_setkey()
1963 LDST_CLASS_1_CCB | (ctx1_iv_off << LDST_OFFSET_SHIFT)); ablkcipher_setkey()
1970 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << ablkcipher_setkey()
2034 (ctx1_iv_off << MOVE_OFFSET_SHIFT)); ablkcipher_setkey()
2040 (ctx1_iv_off << LDST_OFFSET_SHIFT)); ablkcipher_setkey()
2047 ((ctx1_iv_off + CTR_RFC3686_IV_SIZE) << ablkcipher_setkey()
2050 if (ctx1_iv_off) ablkcipher_setkey()

Completed in 61 milliseconds