Searched refs:SHA1_HMAC_BLOCK_SIZE (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/common/crypto/sha1/ |
H A D | sha1_impl.h | 37 #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 D | softMAC.h | 47 #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 D | softMAC.c | 264 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 D | softSSL.c | 308 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 D | sha1_mod.c | 820 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 D | dprov.c | 275 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | dca.h | 91 #define SHA1_HMAC_BLOCK_SIZE 64 /* SHA1-HMAC block size */ macro
|
Completed in 1478 milliseconds