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()
307 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey()
1163 ipad[i] ^= HMAC_IPAD_VALUE; in mv_cesa_ahmac_pad_init()
825 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in mtk_sha_setkey()
697 return register_chain_var(tfm, HMAC_IPAD_VALUE, itarget, in setup_auth()
1341 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()
182 *ipad_ptr ^= HMAC_IPAD_VALUE; in qat_alg_do_precomputes()
966 ipad[i] ^= HMAC_IPAD_VALUE; in safexcel_hmac_init_pad()
2466 ctx->ipad[index] ^= HMAC_IPAD_VALUE; in ahash_hmac_setkey()