Searched refs:secret (Results 26 - 33 of 33) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/shared/
H A Dwlif_utils.c340 /* user-supplied radius server secret */
342 info->secret = nvram_safe_get(strcat_r(wl_prefix, "radius_key", comb));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/l2tpd-0.69/
H A Dl2tpd.c1025 tmp->secret[0] = 0;
1036 tmp->chal_us.secret[0] = 0;
1039 tmp->chal_them.secret[0] = 0;
1237 printf("Usage: l2tpd -D -c [config file] -s [secret file] -p [pid file]\n");
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbasic.c38 const char *secret; member in struct:test_spec_pubkey_key
2627 err = gcry_sexp_sscan (&skey, NULL, spec.key.secret,
2628 strlen (spec.key.secret));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ripd/
H A Dripd.c967 /* Overwrite digest by my secret. */
989 unsigned char secret[RIP_AUTH_MD5_SIZE];
1078 memset (secret, 0, RIP_AUTH_MD5_SIZE);
1079 strncpy (secret, auth_str, RIP_AUTH_MD5_SIZE);
1082 md5_process_bytes (secret, RIP_AUTH_MD5_SIZE, &ctx);
986 unsigned char secret[RIP_AUTH_MD5_SIZE]; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dpppd.h82 #define MAXSECRETLEN 256 /* max length of password or secret */
558 /* get "secret" for chap */
559 int get_srp_secret __P((int unit, char *client, char *server, char *secret,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Drpc_netlogon.h892 UNISTR2 secret; member in struct:__anon1647
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c114 gcry_ac_key_t secret;
1664 key_pair_new->secret = key_secret;
1702 key = key_pair->secret;
1747 gcry_ac_key_destroy (key_pair->secret);
1942 DATA_ENCRYPTED with the secret key KEY under the control of the
2019 /* Signs the data contained in DATA with the secret key KEY and stores
2094 in DATA with the secret key belonging to the public key KEY. */
2975 with the secret key KEY_SECRET according to the Encryption Scheme
3091 secret key KEY according to the Signature Scheme SCHEME_ID. Handle
3185 is of size M_N, with the secret ke
113 gcry_ac_key_t secret; member in struct:gcry_ac_key_pair
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_net.c2685 if (!smb_io_unistr2("secret", &info->secret, True, ps, depth))

Completed in 89 milliseconds

12