Searched refs:SHA1_HMAC_BLOCK_SIZE (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/common/crypto/sha1/
H A Dsha1_impl.h37 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro
40 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t))
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftMAC.h47 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro
48 #define SHA1_HMAC_INTS_PER_BLOCK (SHA1_HMAC_BLOCK_SIZE/sizeof (uint32_t))
H A DsoftMAC.c264 if (OBJ_SEC(key)->sk_value_len > SHA1_HMAC_BLOCK_SIZE) {
294 bzero(sha1_ipad, SHA1_HMAC_BLOCK_SIZE);
295 bzero(sha1_opad, SHA1_HMAC_BLOCK_SIZE);
297 if (OBJ_SEC(key)->sk_value_len > SHA1_HMAC_BLOCK_SIZE) {
665 (const uchar_t *)opad, SHA1_HMAC_BLOCK_SIZE);
H A DsoftSSL.c308 bzero(sha1_ipad, SHA1_HMAC_BLOCK_SIZE);
309 bzero(sha1_opad, SHA1_HMAC_BLOCK_SIZE);
338 SHA1_HMAC_BLOCK_SIZE);
370 SHA1_HMAC_BLOCK_SIZE);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dsha1_mod.c820 bzero(ipad, SHA1_HMAC_BLOCK_SIZE);
821 bzero(opad, SHA1_HMAC_BLOCK_SIZE);
834 SHA1Update(&ctx->hc_icontext, (uint8_t *)ipad, SHA1_HMAC_BLOCK_SIZE);
838 SHA1Update(&ctx->hc_ocontext, (uint8_t *)opad, SHA1_HMAC_BLOCK_SIZE);
870 if (keylen_in_bytes > SHA1_HMAC_BLOCK_SIZE) {
1075 if (keylen_in_bytes > SHA1_HMAC_BLOCK_SIZE) {
1195 if (keylen_in_bytes > SHA1_HMAC_BLOCK_SIZE) {
1390 if (keylen_in_bytes > SHA1_HMAC_BLOCK_SIZE) {
H A Ddprov.c275 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h91 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro

Completed in 1478 milliseconds