Searched refs:HMAC_IPAD_VALUE (Results 1 – 10 of 10) sorted by relevance
5 #define HMAC_IPAD_VALUE 0x36 macro
78 ipad[i] ^= HMAC_IPAD_VALUE; in hmac_setkey()
312 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey()
1168 ipad[i] ^= HMAC_IPAD_VALUE; in mv_cesa_ahmac_pad_init()
829 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in mtk_sha_setkey()
182 *ipad_ptr ^= HMAC_IPAD_VALUE; in qat_alg_do_precomputes()
700 return register_chain_var(tfm, HMAC_IPAD_VALUE, itarget, in setup_auth()
1346 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()
892 ipad[i] ^= HMAC_IPAD_VALUE; in safexcel_hmac_init_pad()
2502 ctx->ipad[index] ^= HMAC_IPAD_VALUE; in ahash_hmac_setkey()