Lines Matching defs:digest
41 with its length and suffixed with its digest. So you need only
43 its digest.
47 1) the digest of the block is computed over the whole stream
54 *) digest is initialized with random seed instead of
58 of the digest is also written to output.
61 and then compare the digest output.
437 const EVP_MD *digest;
443 digest = EVP_MD_CTX_get0_md(md);
444 md_size = EVP_MD_get_size(digest);
450 if (!EVP_DigestInit_ex(md, digest, NULL))
481 const EVP_MD *digest;
488 digest = EVP_MD_CTX_get0_md(md);
489 if ((md_size = EVP_MD_get_size(digest)) < 0)
496 if (!EVP_DigestInit_ex(md, digest, NULL))
530 const EVP_MD *digest;
535 digest = EVP_MD_CTX_get0_md(md);
536 md_size = EVP_MD_get_size(digest);