OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldo_tls_pin_hashalg
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
open.c
162
if ( ld->ld_options.
ldo_tls_pin_hashalg
) {
163
int len = strlen( gopts->
ldo_tls_pin_hashalg
);
165
ld->ld_options.
ldo_tls_pin_hashalg
=
167
if ( !ld->ld_options.
ldo_tls_pin_hashalg
) goto nomem;
169
ld->ld_options.ldo_tls_pin.bv_val = ld->ld_options.
ldo_tls_pin_hashalg
171
AC_MEMCPY( ld->ld_options.
ldo_tls_pin_hashalg
, gopts->
ldo_tls_pin_hashalg
,
255
if ( ld->ld_options.
ldo_tls_pin_hashalg
) {
256
LDAP_FREE( ld->ld_options.
ldo_tls_pin_hashalg
);
tls2.c
146
if ( lo->
ldo_tls_pin_hashalg
) {
147
LDAP_FREE( lo->
ldo_tls_pin_hashalg
);
148
lo->
ldo_tls_pin_hashalg
= NULL;
580
ld->ld_options.
ldo_tls_pin_hashalg
,
1060
if ( lo->
ldo_tls_pin_hashalg
) {
1061
LDAP_FREE( lo->
ldo_tls_pin_hashalg
);
1065
lo->
ldo_tls_pin_hashalg
= NULL;
1100
if ( lo->
ldo_tls_pin_hashalg
) {
1101
LDAP_FREE( lo->
ldo_tls_pin_hashalg
);
1105
lo->
ldo_tls_pin_hashalg
= p
[
all
...]
ldap-int.h
324
char *
ldo_tls_pin_hashalg
;
member in struct:ldapoptions
Completed in 22 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026