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

/freebsd-13-stable/crypto/openssl/ssl/record/
H A Dssl3_record.c185 int imac_size; local
535 imac_size = EVP_MD_CTX_size(s->read_hash);
536 if (!ossl_assert(imac_size >= 0 && imac_size <= EVP_MAX_MD_SIZE)) {
541 mac_size = (size_t)imac_size;
889 int imac_size; local
948 imac_size = EVP_MD_CTX_size(s->read_hash);
949 if (imac_size < 0) {
954 mac_size = (size_t)imac_size;
982 int imac_size; local
1647 int imac_size; local
[all...]

Completed in 80 milliseconds