Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c26 bool cbcmac; member
75 bool cbcmac) in safexcel_hash_token() argument
85 if (unlikely(cbcmac && input_length)) { in safexcel_hash_token()
374 if (!ctx->cbcmac && extra) { in safexcel_ahash_send_req()
468 safexcel_hash_token(first_cdesc, len, req->digest_sz, ctx->cbcmac); in safexcel_ahash_send_req()
808 } else if (unlikely(ctx->cbcmac && req->len == AES_BLOCK_SIZE && in safexcel_ahash_final()
2037 ctx->cbcmac = true; in safexcel_cbcmac_setkey()
2120 ctx->cbcmac = false; in safexcel_xcbcmac_setkey()
2233 ctx->cbcmac = false; in safexcel_cmac_setkey()