Searched refs:opad (Results 1 – 1 of 1) sorted by relevance
51 char *opad = ipad + ss; in hmac_setkey() local52 struct hmac_ctx *ctx = align_ptr(opad + ss, in hmac_setkey()77 memcpy(opad, ipad, bs); in hmac_setkey()81 opad[i] ^= 0x5c; in hmac_setkey()88 crypto_shash_update(&desc.shash, opad, bs) ?: in hmac_setkey()89 crypto_shash_export(&desc.shash, opad); in hmac_setkey()132 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_final() local138 crypto_shash_import(desc, opad) ?: in hmac_final()149 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup() local155 crypto_shash_import(desc, opad) ?: in hmac_finup()