Searched refs:digests (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/engine/
H A Dtb_digest.c78 if(e->digests)
81 int num_nids = e->digests(e, NULL, &nids, 0);
100 if(e->digests)
103 int num_nids = e->digests(e, NULL, &nids, 0);
137 return e->digests;
143 e->digests = f;
H A Deng_int.h153 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
H A Deng_list.c329 dest->digests = src->digests;
H A Dhw_cryptodev.c144 } digests[] = {
289 * Find out what digests /dev/crypto will let us have a session for.
307 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
308 if (digests[i].nid == NID_undef)
310 sess.mac = digests[i].id;
314 nids[count++] = digests[i].nid;
327 * Find the useable ciphers|digests from dev/crypto - this is the first
357 * XXXX just disable all digests for now, because it sucks.
359 * want digests on slow cards like hifn on fast machines,
H A Deng_lib.c96 e->digests = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Dtb_digest.c76 if(e->digests)
79 int num_nids = e->digests(e, NULL, &nids, 0);
98 if(e->digests)
101 int num_nids = e->digests(e, NULL, &nids, 0);
135 return e->digests;
141 e->digests = f;
H A Deng_int.h162 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
H A Deng_list.c338 dest->digests = src->digests;
H A Deng_cryptodev.c145 } digests[] = { variable in typeref:struct:__anon2888
289 * Find out what digests /dev/crypto will let us have a session for.
306 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
307 if (digests[i].nid == NID_undef)
309 sess.mac = digests[i].id;
313 nids[count++] = digests[i].nid;
325 * Find the useable ciphers|digests from dev/crypto - this is the first
355 * XXXX just disable all digests for now, because it sucks.
357 * want digests on slow cards like hifn on fast machines,
H A Deng_lib.c94 e->digests = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config36 digests="md5 rmd160 sha1 sha256 sha512"
188 echo "Message digest algorithms: $digests"
H A Dlibgcrypt-config.in36 digests="@LIBGCRYPT_DIGESTS@"
188 echo "Message digest algorithms: $digests"
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/
H A Dconfigure1624 --enable-digests=digests
1625 select the message digests to include
11844 # Definitions for message digests.
12516 # Implementation of the --enable-digests switch.
12517 # Check whether --enable-digests was given.
12529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which message digests to include" >&5
12530 $as_echo_n "checking which message digests to include... " >&6; }
15078 # selected ciphers, pubkey-ciphers, digests and random modules.

Completed in 202 milliseconds