Searched refs:opad (Results 1 – 1 of 1) sorted by relevance
47 char *opad = ipad + ss; in hmac_setkey() local48 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() local122 crypto_shash_import(desc, opad) ?: in hmac_final()133 char *opad = crypto_shash_ctx_aligned(parent) + ss; in hmac_finup() local137 crypto_shash_import(desc, opad) ?: in hmac_finup()