Searched refs:md5tmp (Results 1 – 1 of 1) sorted by relevance
44 unsigned char md5tmp[MD5_DIGEST_LENGTH]; in ossl_md5_sha1_ctrl() local70 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()