Searched defs:sha_ipad (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softMAC.c | 332 uint64_t sha_ipad[SHA256_HMAC_INTS_PER_BLOCK]; local 337 bzero(sha_ipad, SHA256_HMAC_BLOCK_SIZE); 351 OBJ_SEC(key)->sk_value_len, (CK_BYTE_PTR)sha_ipad, 356 (void) memcpy(sha_opad, sha_ipad, hash_len); 358 (void) memcpy(sha_ipad, OBJ_SEC(key)->sk_value, 365 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, local 373 uint64_t sha_ipad[SHA256_HMAC_INTS_PER_BLOCK]; local 378 bzero(sha_ipad, SHA256_HMAC_BLOCK_SIZE); 392 OBJ_SEC(key)->sk_value_len, (CK_BYTE_PTR)sha_ipad, 397 (void) memcpy(sha_opad, sha_ipad, hash_le 406 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, local 414 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK]; local 447 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local 455 uint64_t sha_ipad[SHA512_HMAC_INTS_PER_BLOCK]; local 488 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local [all...] |
Completed in 21 milliseconds