OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_pass
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
apr1.c
129
unsigned char *
orig_pass
;
local
139
orig_pass
= (unsigned char *) ber_memalloc(decode_len + 1);
141
if (
orig_pass
== NULL)
144
rc = lutil_b64_pton(passwd->bv_val,
orig_pass
, decode_len);
147
ber_memfree(
orig_pass
);
151
salt.bv_val = (char *) &
orig_pass
[sizeof(digest)];
160
rc = memcmp((char *)
orig_pass
, (char *) digest, sizeof(digest));
161
ber_memfree(
orig_pass
);
/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
slapd-sha2.c
237
unsigned char *
orig_pass
= NULL;
local
246
orig_pass
= (unsigned char *) ber_memalloc(decode_len + 1);
248
if(
orig_pass
== NULL ) return LUTIL_PASSWD_ERR;
250
rc = lutil_b64_pton(passwd->bv_val,
orig_pass
, decode_len);
253
ber_memfree(
orig_pass
);
262
(const unsigned char *) &
orig_pass
[sizeof(SHAdigest)],
267
rc = memcmp((char *)
orig_pass
, (char *)SHAdigest, sizeof(SHAdigest));
268
ber_memfree(
orig_pass
);
281
unsigned char *
orig_pass
= NULL;
local
290
orig_pass
= (unsigned char *) ber_memalloc(decode_len + 1)
325
unsigned char *
orig_pass
= NULL;
local
369
unsigned char *
orig_pass
= NULL;
local
413
unsigned char *
orig_pass
= NULL;
local
457
unsigned char *
orig_pass
= NULL;
local
[
all
...]
/src/external/bsd/openldap/dist/libraries/liblutil/
passwd.c
463
unsigned char *
orig_pass
= NULL;
local
472
orig_pass
= (unsigned char *) ber_memalloc(decode_len + 1);
474
if(
orig_pass
== NULL ) return LUTIL_PASSWD_ERR;
476
rc = lutil_b64_pton(passwd->bv_val,
orig_pass
, decode_len);
480
ber_memfree(
orig_pass
);
489
(const unsigned char *) &
orig_pass
[sizeof(SHA1digest)],
494
rc = memcmp((char *)
orig_pass
, (char *)SHA1digest, sizeof(SHA1digest));
495
ber_memfree(
orig_pass
);
508
unsigned char *
orig_pass
= NULL;
local
517
orig_pass
= (unsigned char *) ber_memalloc(decode_len + 1)
550
unsigned char *
orig_pass
= NULL;
local
595
unsigned char *
orig_pass
= NULL;
local
[
all
...]
Completed in 36 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026