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

1234567891011

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/data/
H A Dslapd-syncrepl-slave-refresh2.conf37 rootpw secret
50 credentials=secret
H A Dslapd-syncrepl-multiproxy.conf41 rootpw secret
72 credentials=secret
96 credentials=secret
H A Dslapd-2db.conf45 rootpw secret
H A Dslapd-cache-master.conf37 rootpw secret
H A Dslapd-dn.conf39 rootpw secret
H A Dslapd-master.conf39 rootpw secret
H A Dslapd-passwd.conf36 rootpw secret
H A Dslapd-ref-slave.conf42 rootpw secret
H A Dslapd-referrals.conf36 rootpw secret
H A Dslapd-refint.conf40 rootpw secret
H A Dslapd-syncrepl-master.conf39 rootpw secret
H A Dslapd-translucent-remote.conf40 rootpw secret
H A Dslapd.conf42 rootpw secret
H A Dslapd2.conf37 rootpw secret
H A Dslapd-glue-syncrepl1.conf64 credentials=secret
79 rootpw secret
H A Dslapd-glue-syncrepl2.conf51 credentials=secret
81 rootpw secret
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dacl_password.cpp35 // PasswordAclSubject always pre-loads its secret, and thus never has to
36 // "get" its secret. If we ever try, it's a bug.
39 const TypedList &sample, CssmOwnedData &secret) const
45 secret = sample[1];
97 priv.countedData(secret());
102 priv.countedData(secret());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dacl_password.cpp35 // PasswordAclSubject always pre-loads its secret, and thus never has to
36 // "get" its secret. If we ever try, it's a bug.
39 const TypedList &sample, CssmOwnedData &secret) const
45 secret = sample[1];
97 priv.countedData(secret());
102 priv.countedData(secret());
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in38 secret "1234abcd8765";
48 secret "0123456789ab";
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dchap-md5.c83 unsigned char *secret, int secret_len,
95 /* Generate hash of ID, secret, challenge */
98 MD5_Update(&ctx, secret, secret_len);
114 unsigned char *challenge, u_char *secret, int secret_len,
123 MD5_Update(&ctx, secret, secret_len);
82 chap_md5_verify_response(int id, char *name, unsigned char *secret, int secret_len, unsigned char *challenge, unsigned char *response, char *message, int message_space) argument
113 chap_md5_make_response(unsigned char *response, int id, char *our_name, unsigned char *challenge, u_char *secret, int secret_len, unsigned char *private) argument
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dtsigconf.c47 unsigned char *secret = NULL; local
74 (void)cfg_map_get(key, "secret", &secretobj);
104 secret = isc_mem_get(mctx, secretlen);
105 if (secret == NULL) {
109 isc_buffer_init(&secretbuf, secret, secretlen);
116 ret = dns_tsigkey_create(&keyname, alg, secret, secretlen,
119 isc_mem_put(mctx, secret, secretalloc);
120 secret = NULL;
137 if (secret != NULL)
138 isc_mem_put(mctx, secret, secretallo
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/mssql/
H A Dslapd.conf26 rootpw secret
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapd.conf59 rootpw secret
/macosx-10.10/OpenSSL098-52/src/crypto/jpake/
H A Djpaketest.c120 BIGNUM *secret = BN_new(); local
150 BN_rand(secret, 32, -1, 0);
153 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
154 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
166 alice = JPAKE_CTX_new("Alice", "Bob", p, g, q, secret);
167 BN_add_word(secret, 1);
168 bob = JPAKE_CTX_new("Bob", "Alice", p, g, q, secret);
172 fprintf(stderr, "Mismatched secret JPAKE run failed\n");
179 BN_free(secret);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/dlzexternal/ns1/
H A Dnamed.conf.in35 secret "1234abcd8765";

Completed in 201 milliseconds

1234567891011