Searched refs:sha_opad (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softMAC.c | 330 uint64_t sha_opad[SHA256_HMAC_INTS_PER_BLOCK]; in mac_init_ctx() local 335 bzero(sha_opad, SHA256_HMAC_BLOCK_SIZE); in mac_init_ctx() 353 (void) memcpy(sha_opad, sha_ipad, hash_len); in mac_init_ctx() 357 (void) memcpy(sha_opad, OBJ_SEC(key)->sk_value, in mac_init_ctx() 362 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, in mac_init_ctx() 371 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK]; in mac_init_ctx() local 376 bzero(sha_opad, SHA512_HMAC_BLOCK_SIZE); in mac_init_ctx() 394 (void) memcpy(sha_opad, sha_ipad, hash_len); in mac_init_ctx() 398 (void) memcpy(sha_opad, OBJ_SEC(key)->sk_value, in mac_init_ctx() 403 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, in mac_init_ctx() [all …]
|