Lines Matching refs:md_size
952 size_t md_size, orig_len;
974 md_size=t;
1000 orig_len = rec->length+md_size+((unsigned int)rec->type>>8);
1019 md, &md_size,
1021 rec->length + md_size, orig_len,
1030 t=EVP_DigestSignFinal(mac_ctx,md,&md_size);
1045 {unsigned int z; for (z=0; z<md_size; z++) printf("%02X ",mac_sec[z]); printf("\n"); }
1064 {unsigned int z; for (z=0; z<md_size; z++) printf("%02X ",md[z]); printf("\n"); }
1066 return(md_size);