Searched refs:s_bytes (Results 1 – 1 of 1) sorted by relevance
524 char *s_bytes = NULL; in shacrypt() local670 if ((s_bytes = OPENSSL_zalloc(salt_len)) == NULL) in shacrypt()672 for (cp = s_bytes, n = salt_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()684 if (!EVP_DigestUpdate(md2, s_bytes, salt_len)) in shacrypt()703 OPENSSL_free(s_bytes); in shacrypt()705 s_bytes = NULL; in shacrypt()772 OPENSSL_free(s_bytes); in shacrypt()
Completed in 4 milliseconds