Searched refs:s_bytes (Results 1 – 1 of 1) sorted by relevance
523 char *s_bytes = NULL; in shacrypt() local669 if ((s_bytes = OPENSSL_zalloc(salt_len)) == NULL) in shacrypt()671 for (cp = s_bytes, n = salt_len; n > buf_size; n -= buf_size, cp += buf_size) in shacrypt()683 if (!EVP_DigestUpdate(md2, s_bytes, salt_len)) in shacrypt()702 OPENSSL_free(s_bytes); in shacrypt()704 s_bytes = NULL; in shacrypt()771 OPENSSL_free(s_bytes); in shacrypt()
Completed in 4 milliseconds