Home
last modified time | relevance | path

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

/crypto/
Dhmac.c47 char *opad = ipad + ss; in hmac_setkey() local
48 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()
68 memcpy(opad, ipad, bs); in hmac_setkey()
72 opad[i] ^= HMAC_OPAD_VALUE; in hmac_setkey()
79 crypto_shash_update(shash, opad, bs) ?: in hmac_setkey()
80 crypto_shash_export(shash, opad); in hmac_setkey()
118 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final() local
122 crypto_shash_import(desc, opad) ?: in hmac_final()
133 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup() local
137 crypto_shash_import(desc, opad) ?: in hmac_finup()