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

/freebsd-12-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c185 int imac_size; local
501 imac_size = EVP_MD_CTX_size(s->read_hash);
502 if (!ossl_assert(imac_size >= 0 && imac_size <= EVP_MAX_MD_SIZE)) {
507 mac_size = (size_t)imac_size;
852 int imac_size; local
911 imac_size = EVP_MD_CTX_size(s->read_hash);
912 if (imac_size < 0) {
917 mac_size = (size_t)imac_size;
945 int imac_size; local
1610 int imac_size; local
[all...]

Completed in 108 milliseconds