Home
last modified time | relevance | path

Searched refs:hmac_pad_const (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_hash.c729 unsigned int hmac_pad_const[2] = { HMAC_IPAD_CONST, HMAC_OPAD_CONST }; in cc_hash_setkey() local
875 set_xor_val(&desc[idx], hmac_pad_const[i]); in cc_hash_setkey()
H A Dcc_aead.c295 unsigned int hmac_pad_const[2] = { HMAC_IPAD_CONST, HMAC_OPAD_CONST }; in hmac_setkey() local
329 set_xor_val(&desc[idx], hmac_pad_const[i]); in hmac_setkey()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_aead.c295 unsigned int hmac_pad_const[2] = { HMAC_IPAD_CONST, HMAC_OPAD_CONST }; in hmac_setkey() local
329 set_xor_val(&desc[idx], hmac_pad_const[i]); in hmac_setkey()
H A Dcc_hash.c729 unsigned int hmac_pad_const[2] = { HMAC_IPAD_CONST, HMAC_OPAD_CONST }; in cc_hash_setkey() local
875 set_xor_val(&desc[idx], hmac_pad_const[i]); in cc_hash_setkey()

Completed in 12 milliseconds