Home
last modified time | relevance | path

Searched refs:hmac_opad_buffer (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/opencrypto/
H A Dcryptosoft.h68 extern u_int8_t hmac_opad_buffer[];
H A Dcryptosoft.c71 u_int8_t hmac_opad_buffer[HMAC_MAX_BLOCK_LEN]; variable
357 axf->Update(sw->sw_octx, hmac_opad_buffer, axf->blocksize - klen); in swcr_authprepare()
1327 memset(hmac_opad_buffer, HMAC_OPAD_VAL, HMAC_MAX_BLOCK_LEN); in swcr_attach()
/freebsd-12.1/sys/dev/glxsb/
H A Dglxsb_hash.c74 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
/freebsd-12.1/sys/crypto/via/
H A Dpadlock_hash.c280 axf->Update(ses->ses_octx, hmac_opad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
/freebsd-12.1/sys/dev/safe/
H A Dsafe.c673 MD5Update(&md5ctx, hmac_opad_buffer, MD5_BLOCK_LEN - klen); in safe_setup_mackey()
678 SHA1Update(&sha1ctx, hmac_opad_buffer, in safe_setup_mackey()
/freebsd-12.1/sys/dev/ubsec/
H A Dubsec.c877 MD5Update(&md5ctx, hmac_opad_buffer, MD5_BLOCK_LEN - klen); in ubsec_setup_mackey()
882 SHA1Update(&sha1ctx, hmac_opad_buffer, in ubsec_setup_mackey()