Home
last modified time | relevance | path

Searched refs:next_iv_ofs (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/crypto/ccree/
Dcc_ivgen.c32 u32 next_iv_ofs; member
91 ivgen_ctx->next_iv_ofs = CC_IVPOOL_META_SIZE; in cc_gen_iv_pool()
251 ivgen_ctx->next_iv_ofs), in cc_get_iv()
270 ivgen_ctx->next_iv_ofs += iv_out_size; in cc_get_iv()
272 if ((CC_IVPOOL_SIZE - ivgen_ctx->next_iv_ofs) < CC_AES_IV_SIZE) { in cc_get_iv()