Home
last modified time | relevance | path

Searched refs:md5tmp (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/md5/
H A Dmd5_sha1.c44 unsigned char md5tmp[MD5_DIGEST_LENGTH]; in ossl_md5_sha1_ctrl() local
70 if (!MD5_Final(md5tmp, &mctx->md5)) in ossl_md5_sha1_ctrl()
93 if (!MD5_Update(&mctx->md5, md5tmp, sizeof(md5tmp))) in ossl_md5_sha1_ctrl()
104 OPENSSL_cleanse(md5tmp, sizeof(md5tmp)); in ossl_md5_sha1_ctrl()

Completed in 3 milliseconds