Home
last modified time | relevance | path

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

/linux/drivers/crypto/inside-secure/eip93/
H A Deip93-common.c705 unsigned int hashlen, u8 *dest_ipad, u8 *dest_opad, in eip93_hmac_setkey() argument
774 memcpy(dest_ipad, ipad, SHA256_BLOCK_SIZE); in eip93_hmac_setkey()
778 ahash_request_set_crypt(req, sg, dest_ipad, SHA256_BLOCK_SIZE); in eip93_hmac_setkey()
807 u32 *ipad_hash = (u32 *)dest_ipad; in eip93_hmac_setkey()