Searched refs:hash_file (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode);
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
123 if (!hash_file(&ctx, argv[i], sum, open_mode)) {
132 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode);
86 if (!hash_file(&ctx, filename, calcsum, open_mode)) {
123 if (!hash_file(&ctx, argv[i], sum, open_mode)) {
132 int hash_file(gost_hash_ctx * ctx, char *filename, char *sum, int mode) function
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dmd5_sha1_sum.c27 static uint8_t *hash_file(const char *filename, hash_algo_t hash_algo) function
146 hash_value = hash_file(filename_ptr, hash_algo);
174 hash_value = hash_file(file_ptr, hash_algo);

Completed in 117 milliseconds