OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authmethod
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/openldap/dist/tests/progs/
slapd-common.h
54
int
authmethod
;
member in struct:tester_conn_args
/src/external/bsd/openldap/dist/libraries/libldap/
test.c
255
int
authmethod
;
local
260
authmethod
= LDAP_AUTH_SIMPLE;
265
if (
authmethod
== LDAP_AUTH_SIMPLE && dn[0] != '\0' ) {
272
return ldap_bind_s( ld, dn, passwd,
authmethod
);
/src/crypto/dist/ipsec-tools/src/racoon/
remoteconf.h
62
int
authmethod
;
member in struct:isakmpsa
223
extern int isakmpsa_switch_authmethod(int
authmethod
);
225
static inline int isakmpsa_switch_authmethod(int
authmethod
)
227
return
authmethod
;
ipsec_doi.c
222
"
authmethod
= %s\n",
223
s_oakley_attr_v(OAKLEY_ATTR_AUTH_METHOD, s->
authmethod
));
329
s_oakley_attr_method(sa->
authmethod
));
458
sa->
authmethod
= ntohs(d->lorv);
460
if (sa->
authmethod
== OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB_REAL &&
462
sa->
authmethod
= OAKLEY_ATTR_AUTH_METHOD_GSSAPI_KRB;
2716
if (sa->
authmethod
) {
2717
int
authmethod
;
local
2719
authmethod
= isakmpsa_switch_authmethod(sa->
authmethod
);
[
all
...]
/src/external/bsd/openldap/dist/clients/tools/
common.c
84
int
authmethod
= -1;
variable
794
if(
authmethod
!= -1 &&
authmethod
!= LDAP_AUTH_SASL ) {
800
authmethod
= LDAP_AUTH_SASL;
886
if(
authmethod
!= -1 &&
authmethod
!= LDAP_AUTH_SASL ) {
891
authmethod
= LDAP_AUTH_SASL;
929
if(
authmethod
!= -1 &&
authmethod
!= LDAP_AUTH_SASL ) {
935
authmethod
= LDAP_AUTH_SASL
[
all
...]
Completed in 17 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026