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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c904 unsigned char md_dat[EVP_MAX_MD_SIZE], *abuf = NULL; local
908 EVP_DigestFinal_ex(&mdc_tmp,md_dat,&md_len);
917 (memcmp(message_digest->data,md_dat,md_len)))
924 for (ii=0; ii<md_len; ii++) printf("%02X",md_dat[ii]); printf(" calc\n");

Completed in 101 milliseconds