Searched defs:sha_opad (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softMAC.c | 333 uint64_t sha_opad[SHA256_HMAC_INTS_PER_BLOCK]; local 338 bzero(sha_opad, SHA256_HMAC_BLOCK_SIZE); 356 (void) memcpy(sha_opad, sha_ipad, hash_len); 360 (void) memcpy(sha_opad, OBJ_SEC(key)->sk_value, 365 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOCK, local 374 uint64_t sha_opad[SHA256_HMAC_INTS_PER_BLOCK]; local 379 bzero(sha_opad, SHA256_HMAC_BLOCK_SIZE); 397 (void) memcpy(sha_opad, sha_ipad, hash_len); 401 (void) memcpy(sha_opad, OBJ_SEC(key)->sk_value, 406 sha_ipad, sha_opad, SHA256_HMAC_INTS_PER_BLOC local 415 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK]; local 447 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local 456 uint64_t sha_opad[SHA512_HMAC_INTS_PER_BLOCK]; local 488 sha_ipad, sha_opad, SHA512_HMAC_INTS_PER_BLOCK, local [all...] |
Completed in 21 milliseconds