Searched refs:hash_algo (Results 1 - 25 of 40) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dmd5_sha1_sum.c33 static uint8_t *hash_file(const char *filename /*, hash_algo_t hash_algo*/)
46 hash_algo_t hash_algo = applet_name[3]; local
54 if (ENABLE_MD5SUM && hash_algo == HASH_MD5) {
59 } else if (ENABLE_SHA1SUM && hash_algo == HASH_SHA1) {
64 } else if (ENABLE_SHA256SUM && hash_algo == HASH_SHA256) {
69 } else if (ENABLE_SHA512SUM && hash_algo == HASH_SHA512) {
102 /*hash_algo_t hash_algo = applet_name[3];*/
158 hash_value = hash_file(filename_ptr /*, hash_algo*/);
184 hash_value = hash_file(*argv/*, hash_algo*/);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dmd5_sha1_sum.c33 static uint8_t *hash_file(const char *filename /*, hash_algo_t hash_algo*/)
46 hash_algo_t hash_algo = applet_name[3]; local
54 if (ENABLE_MD5SUM && hash_algo == HASH_MD5) {
59 } else if (ENABLE_SHA1SUM && hash_algo == HASH_SHA1) {
64 } else if (ENABLE_SHA256SUM && hash_algo == HASH_SHA256) {
69 } else if (ENABLE_SHA512SUM && hash_algo == HASH_SHA512) {
102 /*hash_algo_t hash_algo = applet_name[3];*/
158 hash_value = hash_file(filename_ptr /*, hash_algo*/);
184 hash_value = hash_file(*argv/*, hash_algo*/);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dmd5_sha1_sum.c33 static uint8_t *hash_file(const char *filename /*, hash_algo_t hash_algo*/)
46 hash_algo_t hash_algo = applet_name[3]; local
54 if (ENABLE_MD5SUM && hash_algo == HASH_MD5) {
59 } else if (ENABLE_SHA1SUM && hash_algo == HASH_SHA1) {
64 } else if (ENABLE_SHA256SUM && hash_algo == HASH_SHA256) {
69 } else if (ENABLE_SHA512SUM && hash_algo == HASH_SHA512) {
102 /*hash_algo_t hash_algo = applet_name[3];*/
158 hash_value = hash_file(filename_ptr /*, hash_algo*/);
184 hash_value = hash_file(*argv/*, hash_algo*/);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
108 X509_ALGOR_free(a->hash_algo);
109 a->hash_algo = new_alg;
115 return a->hash_algo;
H A Dts_asn1.c64 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
H A Dts.h109 X509_ALGOR *hash_algo; member in struct:TS_msg_imprint_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
109 X509_ALGOR_free(a->hash_algo);
110 a->hash_algo = new_alg;
116 return a->hash_algo;
H A Dts_asn1.c63 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
H A Dts.h112 X509_ALGOR *hash_algo; member in struct:TS_msg_imprint_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
108 X509_ALGOR_free(a->hash_algo);
109 a->hash_algo = new_alg;
115 return a->hash_algo;
H A Dts_asn1.c64 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
109 X509_ALGOR_free(a->hash_algo);
110 a->hash_algo = new_alg;
116 return a->hash_algo;
H A Dts_asn1.c63 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
108 X509_ALGOR_free(a->hash_algo);
109 a->hash_algo = new_alg;
115 return a->hash_algo;
H A Dts_asn1.c64 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ts/
H A Dts_req_utils.c101 if (a->hash_algo == alg)
109 X509_ALGOR_free(a->hash_algo);
110 a->hash_algo = new_alg;
116 return a->hash_algo;
H A Dts_asn1.c63 ASN1_SIMPLE(TS_MSG_IMPRINT, hash_algo, X509_ALGOR),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/src/
H A Dcipher.h56 int hash_algo; member in struct:pk_encoding_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/src/
H A Dcipher.h56 int hash_algo; member in struct:pk_encoding_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/src/
H A Dcipher.h56 int hash_algo; member in struct:pk_encoding_ctx
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c1795 return pss_verify (hash, tmp, ctx->nbits - 1, ctx->hash_algo, ctx->saltlen);
2333 ctx->hash_algo = get_hash_algo (s, n);
2334 if (!ctx->hash_algo)
2592 ctx->hash_algo = get_hash_algo (s, n);
2594 if (!ctx->hash_algo)
2602 ctx->hash_algo);
2628 ctx->hash_algo = get_hash_algo (s, n);
2629 if (!ctx->hash_algo)
2682 rc = oaep_encode (ret_mpi, ctx->nbits, ctx->hash_algo,
2704 ctx->hash_algo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c1795 return pss_verify (hash, tmp, ctx->nbits - 1, ctx->hash_algo, ctx->saltlen);
2333 ctx->hash_algo = get_hash_algo (s, n);
2334 if (!ctx->hash_algo)
2592 ctx->hash_algo = get_hash_algo (s, n);
2594 if (!ctx->hash_algo)
2602 ctx->hash_algo);
2628 ctx->hash_algo = get_hash_algo (s, n);
2629 if (!ctx->hash_algo)
2682 rc = oaep_encode (ret_mpi, ctx->nbits, ctx->hash_algo,
2704 ctx->hash_algo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/cipher/
H A Dpubkey.c1795 return pss_verify (hash, tmp, ctx->nbits - 1, ctx->hash_algo, ctx->saltlen);
2333 ctx->hash_algo = get_hash_algo (s, n);
2334 if (!ctx->hash_algo)
2592 ctx->hash_algo = get_hash_algo (s, n);
2594 if (!ctx->hash_algo)
2602 ctx->hash_algo);
2628 ctx->hash_algo = get_hash_algo (s, n);
2629 if (!ctx->hash_algo)
2682 rc = oaep_encode (ret_mpi, ctx->nbits, ctx->hash_algo,
2704 ctx->hash_algo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/include/openssl/
H A Dts.h109 X509_ALGOR *hash_algo; member in struct:TS_msg_imprint_st
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/include/openssl/
H A Dts.h112 X509_ALGOR *hash_algo; member in struct:TS_msg_imprint_st

Completed in 369 milliseconds

12