Home
last modified time | relevance | path

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

/openssl/apps/
H A Dpasswd.c511 unsigned char temp_buf[SHA512_DIGEST_LENGTH]; in shacrypt() local
649 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt()
655 memcpy(cp, temp_buf, buf_size); in shacrypt()
656 memcpy(cp, temp_buf, n); in shacrypt()
666 if (!EVP_DigestFinal_ex(md2, temp_buf, NULL)) in shacrypt()
672 memcpy(cp, temp_buf, buf_size); in shacrypt()
673 memcpy(cp, temp_buf, n); in shacrypt()

Completed in 5 milliseconds