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

/netgear-R7000-V1.0.7.12_1.2.5/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:__anon7118
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-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Dtb_digest.c78 if (e->digests) {
80 int num_nids = e->digests(e, NULL, &nids, 0);
99 if (e->digests) {
101 int num_nids = e->digests(e, NULL, &nids, 0);
135 return e->digests;
141 e->digests = f;
H A Deng_cryptodev.c193 } digests[] = { variable in typeref:struct:__anon4476
320 * Find out what digests /dev/crypto will let us have a session for.
337 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
338 if (digests[i].nid == NID_undef)
340 sess.mac = digests[i].id;
341 sess.mackeylen = digests[i].keylen;
345 nids[count++] = digests[i].nid;
358 * Find the useable ciphers|digests from dev/crypto - this is the first
389 * XXXX just disable all digests for now, because it sucks.
391 * want digests o
[all...]
H A Deng_int.h189 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
H A Deng_list.c313 dest->digests = src->digests;
H A Deng_lib.c96 e->digests = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Dtb_digest.c78 if (e->digests) {
80 int num_nids = e->digests(e, NULL, &nids, 0);
99 if (e->digests) {
101 int num_nids = e->digests(e, NULL, &nids, 0);
135 return e->digests;
141 e->digests = f;
H A Deng_cryptodev.c193 } digests[] = { variable in typeref:struct:__anon4825
320 * Find out what digests /dev/crypto will let us have a session for.
337 for (i = 0; digests[i].id && count < CRYPTO_ALGORITHM_MAX; i++) {
338 if (digests[i].nid == NID_undef)
340 sess.mac = digests[i].id;
341 sess.mackeylen = digests[i].keylen;
345 nids[count++] = digests[i].nid;
358 * Find the useable ciphers|digests from dev/crypto - this is the first
389 * XXXX just disable all digests for now, because it sucks.
391 * want digests o
[all...]
H A Deng_int.h189 ENGINE_DIGESTS_PTR digests; member in struct:engine_st
H A Deng_list.c313 dest->digests = src->digests;
H A Deng_lib.c96 e->digests = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dlibgcrypt-config36 digests="crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool"
188 echo "Message digest algorithms: $digests"
H A Dlibgcrypt-config.in36 digests="@LIBGCRYPT_DIGESTS@"
188 echo "Message digest algorithms: $digests"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto_polarssl.c174 const int *digests = md_list(); local
177 printf ("The following message digests are available for use with\n"
184 while (*digests != 0)
186 const md_info_t *info = md_info_from_type(*digests);
191 digests++;
H A Dcrypto_openssl.c57 #warning Some OpenSSL HMAC message digests now support key lengths greater than MAX_HMAC_KEY_LENGTH -- consider increasing MAX_HMAC_KEY_LENGTH
337 printf ("The following message digests are available for use with\n"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ts/
H A Dts_conf.c81 #define ENV_DIGESTS "digests"
366 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); local
367 if (!digests) {
371 if (!(list = X509V3_parse_list(digests))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ts/
H A Dts_conf.c81 #define ENV_DIGESTS "digests"
366 char *digests = NCONF_get_string(conf, section, ENV_DIGESTS); local
367 if (!digests) {
371 if (!(list = X509V3_parse_list(digests))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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.
/netgear-R7000-V1.0.7.12_1.2.5/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 265 milliseconds