Searched refs:hmac_ipad_buffer (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/opencrypto/ |
| H A D | cryptosoft.h | 67 extern u_int8_t hmac_ipad_buffer[];
|
| H A D | cryptosoft.c | 70 u_int8_t hmac_ipad_buffer[HMAC_MAX_BLOCK_LEN]; variable 350 axf->Update(sw->sw_ictx, hmac_ipad_buffer, axf->blocksize - klen); in swcr_authprepare() 1326 memset(hmac_ipad_buffer, HMAC_IPAD_VAL, HMAC_MAX_BLOCK_LEN); in swcr_attach()
|
| /freebsd-12.1/sys/dev/glxsb/ |
| H A D | glxsb_hash.c | 67 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in glxsb_hash_key_setup()
|
| /freebsd-12.1/sys/crypto/via/ |
| H A D | padlock_hash.c | 273 axf->Update(ses->ses_ictx, hmac_ipad_buffer, axf->blocksize - klen); in padlock_hash_key_setup()
|
| /freebsd-12.1/sys/dev/safe/ |
| H A D | safe.c | 657 MD5Update(&md5ctx, hmac_ipad_buffer, MD5_BLOCK_LEN - klen); in safe_setup_mackey() 662 SHA1Update(&sha1ctx, hmac_ipad_buffer, in safe_setup_mackey()
|
| /freebsd-12.1/sys/dev/ubsec/ |
| H A D | ubsec.c | 861 MD5Update(&md5ctx, hmac_ipad_buffer, MD5_BLOCK_LEN - klen); in ubsec_setup_mackey() 866 SHA1Update(&sha1ctx, hmac_ipad_buffer, in ubsec_setup_mackey()
|