Searched refs:hash_stream (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgostsum.c19 int hash_stream(gost_hash_ctx * ctx, int fd, char *sum);
114 if (!hash_stream(&ctx, fileno(stdin), sum)) {
139 if (!hash_stream(ctx, fd, sum)) {
147 int hash_stream(gost_hash_ctx * ctx, int fd, char *sum) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgostsum.c19 int hash_stream(gost_hash_ctx * ctx, int fd, char *sum);
114 if (!hash_stream(&ctx, fileno(stdin), sum)) {
139 if (!hash_stream(ctx, fd, sum)) {
147 int hash_stream(gost_hash_ctx * ctx, int fd, char *sum) function

Completed in 269 milliseconds