Home
last modified time | relevance | path

Searched refs:lutil_passwd_add (Results 1 – 25 of 70) sorted by relevance

123

/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/sha2/
H A Dslapd-sha2.c496 result = lutil_passwd_add( (struct berval *)&ssha256scheme, chk_ssha256, hash_ssha256 ); in init_module()
498 result = lutil_passwd_add( (struct berval *)&sha256scheme, chk_sha256, hash_sha256 ); in init_module()
500 result = lutil_passwd_add( (struct berval *)&ssha384scheme, chk_ssha384, hash_ssha384 ); in init_module()
502 result = lutil_passwd_add( (struct berval *)&sha384scheme, chk_sha384, hash_sha384 ); in init_module()
504 result = lutil_passwd_add( (struct berval *)&ssha512scheme, chk_ssha512, hash_ssha512 ); in init_module()
506 result = lutil_passwd_add( (struct berval *)&sha512scheme, chk_sha512, hash_sha512 ); in init_module()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/pbkdf2/
H A Dpw-pbkdf2.c429 rc = lutil_passwd_add((struct berval *)&pbkdf2_scheme, in init_module()
432 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha1_scheme, in init_module()
436 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha256_scheme, in init_module()
440 rc = lutil_passwd_add((struct berval *)&pbkdf2_sha512_scheme, in init_module()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c981 rc = lutil_passwd_add((struct berval *) &scheme_totp1, chk_totp1, hash_totp1); in totp_initialize()
983 rc = lutil_passwd_add((struct berval *) &scheme_totp256, chk_totp256, hash_totp256); in totp_initialize()
985 rc = lutil_passwd_add((struct berval *) &scheme_totp512, chk_totp512, hash_totp512); in totp_initialize()
987 rc = lutil_passwd_add((struct berval *) &scheme_totp1andpw, chk_totp1andpw, hash_totp1andpw); in totp_initialize()
989 …rc = lutil_passwd_add((struct berval *) &scheme_totp256andpw, chk_totp256andpw, hash_totp256andpw); in totp_initialize()
991 …rc = lutil_passwd_add((struct berval *) &scheme_totp512andpw, chk_totp512andpw, hash_totp512andpw); in totp_initialize()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c981 rc = lutil_passwd_add((struct berval *) &scheme_totp1, chk_totp1, hash_totp1); in totp_initialize()
983 rc = lutil_passwd_add((struct berval *) &scheme_totp256, chk_totp256, hash_totp256); in totp_initialize()
985 rc = lutil_passwd_add((struct berval *) &scheme_totp512, chk_totp512, hash_totp512); in totp_initialize()
987 rc = lutil_passwd_add((struct berval *) &scheme_totp1andpw, chk_totp1andpw, hash_totp1andpw); in totp_initialize()
989 …rc = lutil_passwd_add((struct berval *) &scheme_totp256andpw, chk_totp256andpw, hash_totp256andpw); in totp_initialize()
991 …rc = lutil_passwd_add((struct berval *) &scheme_totp512andpw, chk_totp512andpw, hash_totp512andpw); in totp_initialize()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c981 rc = lutil_passwd_add((struct berval *) &scheme_totp1, chk_totp1, hash_totp1); in totp_initialize()
983 rc = lutil_passwd_add((struct berval *) &scheme_totp256, chk_totp256, hash_totp256); in totp_initialize()
985 rc = lutil_passwd_add((struct berval *) &scheme_totp512, chk_totp512, hash_totp512); in totp_initialize()
987 rc = lutil_passwd_add((struct berval *) &scheme_totp1andpw, chk_totp1andpw, hash_totp1andpw); in totp_initialize()
989 …rc = lutil_passwd_add((struct berval *) &scheme_totp256andpw, chk_totp256andpw, hash_totp256andpw); in totp_initialize()
991 …rc = lutil_passwd_add((struct berval *) &scheme_totp512andpw, chk_totp512andpw, hash_totp512andpw); in totp_initialize()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c981 rc = lutil_passwd_add((struct berval *) &scheme_totp1, chk_totp1, hash_totp1); in totp_initialize()
983 rc = lutil_passwd_add((struct berval *) &scheme_totp256, chk_totp256, hash_totp256); in totp_initialize()
985 rc = lutil_passwd_add((struct berval *) &scheme_totp512, chk_totp512, hash_totp512); in totp_initialize()
987 rc = lutil_passwd_add((struct berval *) &scheme_totp1andpw, chk_totp1andpw, hash_totp1andpw); in totp_initialize()
989 …rc = lutil_passwd_add((struct berval *) &scheme_totp256andpw, chk_totp256andpw, hash_totp256andpw); in totp_initialize()
991 …rc = lutil_passwd_add((struct berval *) &scheme_totp512andpw, chk_totp512andpw, hash_totp512andpw); in totp_initialize()
/dports/net/openldap25-server/openldap-2.5.9/contrib/slapd-modules/passwd/
H A Dapr1.c231 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
233 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()
/dports/net/openldap24-server/openldap-2.4.59/contrib/slapd-modules/passwd/
H A Dapr1.c228 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
230 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()
H A Dnetscape.c80 return lutil_passwd_add( (struct berval *)&scheme, chk_ns_mta_md5, NULL ); in init_module()
/dports/net/openldap25-client/openldap-2.5.9/contrib/slapd-modules/passwd/
H A Dapr1.c231 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
233 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()
H A Dnetscape.c82 return lutil_passwd_add( (struct berval *)&scheme, chk_ns_mta_md5, NULL ); in init_module()
/dports/net/openldap24-client/openldap-2.4.59/contrib/slapd-modules/passwd/
H A Dapr1.c228 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
230 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()
H A Dnetscape.c80 return lutil_passwd_add( (struct berval *)&scheme, chk_ns_mta_md5, NULL ); in init_module()
/dports/net/openldap26-client/openldap-2.6.0/contrib/slapd-modules/passwd/
H A Dapr1.c231 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
233 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()
/dports/net/openldap26-server/openldap-2.6.0/contrib/slapd-modules/passwd/
H A Dapr1.c231 rc = lutil_passwd_add((struct berval *) &scheme_apr1, chk_apr1, hash_apr1); in init_module()
233 rc = lutil_passwd_add((struct berval *) &scheme_bsdmd5, in init_module()

123