Searched refs:atmel_sha_enqueue (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/ |
H A D | atmel-sha.c | 1150 static int atmel_sha_enqueue(struct ahash_request *req, unsigned int op) in atmel_sha_enqueue() function 1180 return atmel_sha_enqueue(req, SHA_OP_UPDATE); in atmel_sha_update() 1196 return atmel_sha_enqueue(req, SHA_OP_FINAL); in atmel_sha_final() 1866 return atmel_sha_enqueue(req, SHA_OP_INIT); in atmel_sha_hmac_init() 1942 return atmel_sha_enqueue(req, SHA_OP_DIGEST); in atmel_sha_hmac_digest()
|
/kernel/linux/linux-6.6/drivers/crypto/ |
H A D | atmel-sha.c | 1150 static int atmel_sha_enqueue(struct ahash_request *req, unsigned int op) in atmel_sha_enqueue() function 1180 return atmel_sha_enqueue(req, SHA_OP_UPDATE); in atmel_sha_update() 1196 return atmel_sha_enqueue(req, SHA_OP_FINAL); in atmel_sha_final() 1867 return atmel_sha_enqueue(req, SHA_OP_INIT); in atmel_sha_hmac_init() 1943 return atmel_sha_enqueue(req, SHA_OP_DIGEST); in atmel_sha_hmac_digest()
|
Completed in 8 milliseconds