Searched refs:lutil_b64_pton (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c250 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
294 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
338 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
382 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
426 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
470 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
/netbsd-current/external/bsd/openldap/dist/libraries/liblutil/
H A Dbase64.c194 lutil_b64_pton( function
H A Dpasswd.c476 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
521 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
563 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
608 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c272 /* salt_value require PBKDF2_SALT_SIZE + 1 in lutil_b64_pton. */
275 /* dk_value require PBKDF2_MAX_DK_SIZE + 1 in lutil_b64_pton. */
369 /* The targetsize require PBKDF2_SALT_SIZE + 1 in lutil_b64_pton. */
370 rc = lutil_b64_pton(salt_b64, salt_value, PBKDF2_SALT_SIZE + 1);
380 /* The targetsize require PBKDF2_MAX_DK_SIZE + 1 in lutil_b64_pton. */
381 rc = lutil_b64_pton(dk_b64, dk_value, sizeof(dk_value));
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapcompare.c227 bvalue.bv_len = lutil_b64_pton( &sep[1],
H A Dcommon.c750 retcode = lutil_b64_pton( cvalue,
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
H A Dapr1.c144 rc = lutil_b64_pton(passwd->bv_val, orig_pass, decode_len);
/netbsd-current/external/bsd/openldap/dist/include/
H A Dlutil.h55 lutil_b64_pton LDAP_P((
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c142 c->linelen = lutil_b64_pton( c->line, c->tline, decode_len );
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c2121 c->linelen = lutil_b64_pton( c->line, c->tline, decode_len );

Completed in 226 milliseconds