Searched refs:SHA1_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | mech_sha.c | 68 CK_BYTE k_ipad[SHA1_BLOCK_SIZE]; in sha1_hmac_sign() 69 CK_BYTE k_opad[SHA1_BLOCK_SIZE]; in sha1_hmac_sign() 107 if (key_bytes > SHA1_BLOCK_SIZE) { in sha1_hmac_sign() 134 (void) memset(&k_ipad[i], 0x36, SHA1_BLOCK_SIZE - i); in sha1_hmac_sign() 135 (void) memset(&k_opad[i], 0x5C, SHA1_BLOCK_SIZE - i); in sha1_hmac_sign() 144 (void) memset(&k_ipad[i], 0x36, SHA1_BLOCK_SIZE - key_bytes); in sha1_hmac_sign() 145 (void) memset(&k_opad[i], 0x5C, SHA1_BLOCK_SIZE - key_bytes); in sha1_hmac_sign() 158 k_ipad, SHA1_BLOCK_SIZE); in sha1_hmac_sign() 187 k_opad, SHA1_BLOCK_SIZE); in sha1_hmac_sign()
|
H A D | tpmtok_int.h | 93 #define SHA1_BLOCK_SIZE 64 macro 94 #define SHA1_BLOCK_SIZE_MASK (SHA1_BLOCK_SIZE - 1)
|