Searched refs:HMAC_IPAD_VALUE (Results 1 – 12 of 12) sorted by relevance
5 #define HMAC_IPAD_VALUE 0x36 macro
75 ipad[i] ^= HMAC_IPAD_VALUE; in hmac_setkey()
302 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey()
95 tfmctx->ipad[i] ^= HMAC_IPAD_VALUE; in sun8i_ss_hmac_setkey()
405 rctx->buffer[i] = ctx->key[i] ^ HMAC_IPAD_VALUE; in prepare_ipad()
1200 ipad[i] ^= HMAC_IPAD_VALUE; in mv_cesa_ahmac_pad_init()
844 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in aspeed_sham_setkey()
777 return register_chain_var(tfm, HMAC_IPAD_VALUE, itarget, in setup_auth()
1313 bctx->ipad[i] ^= HMAC_IPAD_VALUE; in omap_sham_setkey()
142 *ipad_ptr ^= HMAC_IPAD_VALUE; in qat_alg_do_precomputes()
1102 ipad[i] ^= HMAC_IPAD_VALUE; in safexcel_hmac_init_pad()
2403 ctx->ipad[index] ^= HMAC_IPAD_VALUE; in ahash_hmac_setkey()