ivoffset 56 crypto/essiv.c int ivoffset; ivoffset 218 crypto/essiv.c u8 *iv = (u8 *)aead_request_ctx(req) + tctx->ivoffset; ivoffset 354 crypto/essiv.c tctx->ivoffset = offsetof(struct essiv_aead_request_ctx, aead_req) + ivoffset 356 crypto/essiv.c crypto_aead_set_reqsize(tfm, tctx->ivoffset + crypto_aead_ivsize(aead)); ivoffset 1227 drivers/crypto/caam/caamalg.c u32 ivoffset = 0; ivoffset 1235 drivers/crypto/caam/caamalg.c ivoffset = 16; ivoffset 1242 drivers/crypto/caam/caamalg.c ivoffset = 16 + CTR_RFC3686_NONCE_SIZE; ivoffset 1259 drivers/crypto/caam/caamalg.c (ivoffset << LDST_OFFSET_SHIFT));