Home
last modified time | relevance | path

Searched refs:identity (Results 1 – 25 of 531) sorted by relevance

12345678910>>...22

/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dssu.c46 dns_name_t *identity; /*%< the identity to match */
88 if (rule->identity != NULL) { in destroy()
89 dns_name_free(rule->identity, mctx); in destroy()
90 isc_mem_put(mctx, rule->identity, in destroy()
91 sizeof(*rule->identity)); in destroy()
136 const dns_name_t *identity, dns_ssumatchtype_t matchtype, in dns_ssutable_addrule()
143 REQUIRE(dns_name_isabsolute(identity)); in dns_ssutable_addrule()
156 rule->identity = NULL; in dns_ssutable_addrule()
162 rule->identity in dns_ssutable_addrule()
47 dns_name_t *identity; /*%< the identity to match */ global() member
137 dns_ssutable_addrule(dns_ssutable_t * table,bool grant,const dns_name_t * identity,dns_ssumatchtype_t matchtype,const dns_name_t * name,unsigned int ntypes,dns_ssuruletype_t * types) dns_ssutable_addrule() argument
[all...]
/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deap_user_db.c121 os_memcmp(argv[id], user->identity, len) == 0 && in get_wildcard_cb()
135 eap_user_sqlite_get(struct hostapd_data *hapd, const u8 *identity, in eap_user_sqlite_get() argument
150 os_memcpy(id_str, identity, identity_len); in eap_user_sqlite_get()
168 bin_clear_free(hapd->tmp_eap_user.identity, in eap_user_sqlite_get()
174 hapd->tmp_eap_user.identity = os_zalloc(identity_len + 1); in eap_user_sqlite_get()
175 if (hapd->tmp_eap_user.identity == NULL) in eap_user_sqlite_get()
177 os_memcpy(hapd->tmp_eap_user.identity, identity, identity_len); in eap_user_sqlite_get()
214 os_free(user->identity); in eap_user_sqlite_get()
215 user->identity = user->password; in eap_user_sqlite_get()
232 hostapd_get_eap_user(struct hostapd_data *hapd, const u8 *identity, in hostapd_get_eap_user() argument
[all …]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dssu.c48 dns_name_t *identity; /*%< the identity to match */ member
91 if (rule->identity != NULL) { in destroy()
92 dns_name_free(rule->identity, mctx); in destroy()
93 isc_mem_put(mctx, rule->identity, sizeof(dns_name_t)); in destroy()
138 const dns_name_t *identity, dns_ssumatchtype_t matchtype, in dns_ssutable_addrule() argument
145 REQUIRE(dns_name_isabsolute(identity)); in dns_ssutable_addrule()
158 rule->identity = NULL; in dns_ssutable_addrule()
164 rule->identity = isc_mem_get(mctx, sizeof(dns_name_t)); in dns_ssutable_addrule()
165 dns_name_init(rule->identity, NULL); in dns_ssutable_addrule()
166 dns_name_dup(identity, mctx, rule->identity); in dns_ssutable_addrule()
[all …]
/netbsd-src/external/bsd/wpa/dist/hostapd/
H A Dhostapd.eap_user_sqlite2 identity TEXT PRIMARY KEY,
11 identity TEXT PRIMARY KEY,
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
18 INSERT INTO wildcards(identity,methods) VALUES ('','TTLS,TLS');
19 INSERT INTO wildcards(identity,methods) VALUES ('0','AKA');
31 identity TEXT
36 identity TEXT,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h73 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
85 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
101 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
113 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
129 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
141 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
180 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
190 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
208 template<input_iterator _Iter, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
239 typename _Proj = identity> in _GLIBCXX_VISIBILITY()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dranges_algo.h74 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
86 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
102 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
114 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
130 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
142 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
181 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
191 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
209 template<input_iterator _Iter, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
244 typename _Proj1 = identity, typename _Proj2 = identity> in _GLIBCXX_VISIBILITY()
[all …]
H A Dranges_util.h441 typename _Proj = identity> in _GLIBCXX_VISIBILITY()
454 template<input_range _Range, typename _Tp, typename _Proj = identity> in _GLIBCXX_VISIBILITY()
471 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
483 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
499 typename _Proj = identity, in _GLIBCXX_VISIBILITY()
511 template<input_range _Range, typename _Proj = identity, in _GLIBCXX_VISIBILITY()
553 typename _Proj1 = identity, typename _Proj2 = identity> in _GLIBCXX_VISIBILITY()
573 typename _Proj1 = identity, typename _Proj2 = identity> in _GLIBCXX_VISIBILITY()
594 typename _Proj1 = identity, typename _Proj2 = identity> in _GLIBCXX_VISIBILITY()
637 typename _Proj1 = identity, typename _Proj2 = identity> in _GLIBCXX_VISIBILITY()
/netbsd-src/external/bsd/unbound/dist/testdata/
H A Dversion_bind.rpl3 hide-identity: no
5 identity: "test-identity"
8 SCENARIO_BEGIN Test version.bind identity and version queries
55 hostname.bind. 0 CH TXT "test-identity"
71 id.server. 0 CH TXT "test-identity"
H A Dversion_bind_hide.rpl3 hide-identity: yes
5 identity: "test-identity"
9 SCENARIO_BEGIN Test config hide options for identity and version queries
H A Dacl.rpl3 hide-identity: no
5 identity: "test-identity"
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_use_psk_identity_hint.pod13 - set PSK identity hint to use
20 const unsigned char *identity,
30 const char *identity,
47 an identity in B<identity> of length B<identity_len>. The callback function
60 to set the given B<NUL>-terminated PSK identity hint B<hint> for SSL context
62 identity hint B<hint> for the SSL connection object B<ssl>. If B<hint> is
65 In the case where PSK identity hint is B<NULL>, the server does not send the
71 is to validate the received PSK identity and to fetch the pre-shared key used
75 identity sent by the client in parameter B<identity>, and a buffer B<psk> of
105 PSK identity was not found. An "unknown_psk_identity" alert message
[all …]
H A DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
19 identity used during the connection setup.
24 If non-B<NULL>, SSL_get_psk_identity_hint() returns the PSK identity
25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
27 no PSK identity hint was used during the connection setup.
H A DOSSL_DISPATCH.pod19 This type is a tuple of function identity and function pointer.
23 Arrays of this type must be terminated with a tuple having function identity
32 OpenSSL defined function identity of the implemented function.
48 Any function identity not recognised by the recipient of this type
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_use_psk_identity_hint.pod13 - set PSK identity hint to use
20 const unsigned char *identity,
30 const char *identity,
47 an identity in B<identity> of length B<identity_len>. The callback function
60 to set the given B<NUL>-terminated PSK identity hint B<hint> for SSL context
62 identity hint B<hint> for the SSL connection object B<ssl>. If B<hint> is
65 In the case where PSK identity hint is B<NULL>, the server does not send the
71 is to validate the received PSK identity and to fetch the pre-shared key used
75 identity sent by the client in parameter B<identity>, and a buffer B<psk> of
107 PSK identity was not found. An "unknown_psk_identity" alert message
[all …]
H A DSSL_get_psk_identity.pod5 SSL_get_psk_identity, SSL_get_psk_identity_hint - get PSK client identity and hint
16 SSL_get_psk_identity_hint() is used to retrieve the PSK identity hint
19 identity used during the connection setup.
24 If non-B<NULL>, SSL_get_psk_identity_hint() returns the PSK identity
25 hint and SSL_get_psk_identity() returns the PSK identity. Both are
27 no PSK identity hint was used during the connection setup.
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4370.txt32 provided authorization identity instead of under the current
33 authorization identity associated with the connection.
38 processed under a provided authorization identity instead of under
39 the current authorization identity associated with the connection.
44 authorization identity distinct from the authentication identity,
45 where the authorization identity applies to the whole LDAP session.
47 an authorization identity on a per-operation basis, benefiting
84 unintended authorization identity.
91 authorization identity.
94 [AUTH] representing the authorization identity for the request or be
[all …]
H A Drfc4532.txt30 Access Protocol (LDAP) clients to obtain the authorization identity
39 authorization identity, in its primary form, that the server has
45 response controls to request and return the authorization identity.
64 authorization identity that the server associated with the client
67 [RFC4370] to determine the authorization identity that the server
68 associates with the identity asserted in the Proxied Authorization
73 client, and each authorization identity may be represented by
76 specification, the term "the authorization identity" and "the
78 identity" and the "the primary authzId", respectively.
135 identity it currently associates with the client. It also provides a
[all …]
H A Drfc4513.txt378 authorization identity via the SASL EXTERNAL mechanism (Section
425 identity.
483 the server's identity (as presented in the server's Certificate
485 server's identity (typically the identity used to establish the
486 transport connection) is called the "reference identity".
489 reference identity and performs a comparison between the reference
490 identity and each subjectAltName value of the corresponding type
492 identity has been verified, and the server identity check is
497 The client may map the reference identity to a different type prior
499 available subjectAltName types to which the reference identity can be
[all …]
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_sim_common.h74 void eap_sim_derive_mk(const u8 *identity, size_t identity_len,
78 void eap_aka_derive_mk(const u8 *identity, size_t identity_len,
83 const u8 *identity, size_t identity_len,
92 void eap_aka_prime_derive_keys(const u8 *identity, size_t identity_len,
96 const u8 *identity, size_t identity_len,
108 static inline void eap_aka_prime_derive_keys(const u8 *identity, in eap_aka_prime_derive_keys() argument
117 const u8 *identity, in eap_aka_prime_derive_keys_reauth() argument
186 const u8 *nonce_mt, *identity, *res, *auts; member
/netbsd-src/crypto/external/bsd/libsaslc/dist/ref/
H A Drfc4422.txt156 implement identity mapping between authentication identities, whose
158 is application protocol specific. Section 2 discusses identity
256 specifications often prescribe both the identity form and
257 representation used on the network, different identity forms and/or
265 1) an identity associated with the authentication credentials
266 (termed the authentication identity), and
268 2) an identity to act as (termed the authorization identity).
274 credentials. SASL protocol specifications describe the identity
276 syntax and semantics of the authorization identity character string
288 authentication identity) and, optionally, a character string
[all …]
H A Drfc4616.txt103 client presents the authorization identity (identity to act as),
105 identity (identity whose password will be used), followed by a NUL
108 identity when it wishes the server to derive an identity from the
109 credentials and use that as the authorization identity.
139 The authorization identity (authzid), authentication identity
156 the message) authentication identity (authcid) and password (passwd)
159 or derived) authorization identity (authzid). If both steps succeed,
162 The presented authentication identity and password strings, as well
163 as the database authentication identity and password strings, are to
197 When no authorization identity is provided, the server derives an
[all …]
/netbsd-src/external/bsd/unbound/dist/dnstap/
H A Ddnstap.c106 if (env->identity != NULL) { in dt_msg_init()
107 dm->d.identity.data = (uint8_t *) env->identity; in dt_msg_init()
108 dm->d.identity.len = (size_t) env->len_identity; in dt_msg_init()
171 free(env->identity); in dt_apply_identity()
175 env->identity = strdup(buf); in dt_apply_identity()
180 env->identity = strdup(cfg->dnstap_identity); in dt_apply_identity()
182 if (env->identity == NULL) in dt_apply_identity()
184 env->len_identity = (unsigned int)strlen(env->identity); in dt_apply_identity()
186 env->identity); in dt_apply_identity()
276 free(env->identity); in dt_delete()
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Dmschapv2.c36 int mschapv2_derive_response(const u8 *identity, size_t identity_len, in mschapv2_derive_response() argument
49 identity, identity_len); in mschapv2_derive_response()
51 username = mschapv2_remove_domain(identity, &username_len); in mschapv2_derive_response()
/netbsd-src/external/mit/isl/dist/
H A Disl_multi_identity_templ.c18 __isl_give MULTI(BASE) *FN(MULTI(BASE),identity)(__isl_take isl_space *space) in MULTI()
72 return FN(MULTI(BASE),identity)(isl_space_map_from_set(space)); in MULTI()
95 return FN(MULTI(BASE),identity)(space); in MULTI()
/netbsd-src/external/bsd/unbound/dist/testdata/padding.tdir/
H A Dpadding.conf219 log-identity: "upstream"
38 dnstap-send-identity: yes
40 #dnstap-identity

12345678910>>...22