Searched refs:mac_out (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/crypto/openssl/ssl/
H A Ds3_cbc.c153 unsigned char mac_out[EVP_MAX_MD_SIZE]; local
394 memset(mac_out, 0, sizeof(mac_out));
400 * constant time, to |mac_out|.
450 /* If this is index_b, copy the hash value to |mac_out|. */
452 mac_out[j] |= block[j] & is_block_b;
466 || EVP_DigestUpdate(md_ctx, mac_out, md_size) <= 0)
474 || EVP_DigestUpdate(md_ctx, mac_out, md_size) <= 0)

Completed in 128 milliseconds