Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c28 bool cbcmac; member
77 bool cbcmac) in safexcel_hash_token()
87 if (unlikely(cbcmac && input_length)) { in safexcel_hash_token()
376 if (!ctx->cbcmac && extra) { in safexcel_ahash_send_req()
470 safexcel_hash_token(first_cdesc, len, req->digest_sz, ctx->cbcmac); in safexcel_ahash_send_req()
810 } else if (unlikely(ctx->cbcmac && req->len == AES_BLOCK_SIZE && in safexcel_ahash_final()
2013 ctx->cbcmac = true; in safexcel_cbcmac_setkey()
2040 .cra_name = "cbcmac(aes)",
2041 .cra_driver_name = "safexcel-cbcmac-aes",
2085 ctx->cbcmac in safexcel_xcbcmac_setkey()
75 safexcel_hash_token(struct safexcel_command_desc *cdesc, u32 input_length, u32 result_length, bool cbcmac) safexcel_hash_token() argument
[all...]
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c26 bool cbcmac; member
75 bool cbcmac) in safexcel_hash_token()
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()
2064 .cra_name = "cbcmac(aes)",
2065 .cra_driver_name = "safexcel-cbcmac-aes",
2120 ctx->cbcmac in safexcel_xcbcmac_setkey()
73 safexcel_hash_token(struct safexcel_command_desc *cdesc, u32 input_length, u32 result_length, bool cbcmac) safexcel_hash_token() argument
[all...]

Completed in 7 milliseconds