Searched refs:hmac_ipad_buffer (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/opencrypto/ |
H A D | xform.h | 57 extern const u_int8_t hmac_ipad_buffer[128];
|
H A D | xform.c | 53 const u_int8_t hmac_ipad_buffer[128] = { variable
|
H A D | cryptosoft.c | 908 axf->Update((*swd)->sw_ictx, hmac_ipad_buffer, in swcr_newsession()
|
/netbsd-src/sys/dev/marvell/ |
H A D | mvcesa.c | 269 MD5Update(&md5ctx, hmac_ipad_buffer, in mvcesa_newsession() 276 SHA1Update(&sha1ctx, hmac_ipad_buffer, in mvcesa_newsession()
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | via_padlock.c | 273 axf->Update(swd->sw_ictx, hmac_ipad_buffer, in via_padlock_crypto_newsession()
|
/netbsd-src/sys/dev/pci/ |
H A D | ubsec.c | 1056 MD5Update(&md5ctx, hmac_ipad_buffer, in ubsec_newsession() 1064 SHA1Update(&sha1ctx, hmac_ipad_buffer, in ubsec_newsession()
|