Searched refs:HMAC_IPAD_VALUE (Results 1 – 10 of 10) sorted by relevance
5 #define HMAC_IPAD_VALUE 0x36 macro
71 ipad[i] ^= HMAC_IPAD_VALUE; in hmac_setkey()
301 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey()
1176 ipad[i] ^= HMAC_IPAD_VALUE; in mv_cesa_ahmac_pad_init()
822 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in mtk_sha_setkey()
703 return register_chain_var(tfm, HMAC_IPAD_VALUE, itarget, in setup_auth()
1328 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()
141 *ipad_ptr ^= HMAC_IPAD_VALUE; in qat_alg_do_precomputes()
1100 ipad[i] ^= HMAC_IPAD_VALUE; in safexcel_hmac_init_pad()
2405 ctx->ipad[index] ^= HMAC_IPAD_VALUE; in ahash_hmac_setkey()