Home | History | Annotate | Download | only in ssl

Lines Matching defs:md_size

712 	size_t md_size, orig_len;
734 md_size=t;
735 npad=(48/md_size)*md_size;
738 orig_len = rec->length+md_size+((unsigned int)rec->type>>8);
758 memcpy(header+j, mac_sec, md_size);
759 j += md_size;
770 md, &md_size,
772 rec->length + md_size, orig_len,
773 mac_sec, md_size,
783 EVP_DigestUpdate(&md_ctx,mac_sec,md_size);
795 EVP_DigestUpdate(&md_ctx,mac_sec,md_size);
797 EVP_DigestUpdate(&md_ctx,md,md_size);
799 md_size = md_size_u;
805 return(md_size);