HomeSort by: relevance | last modified time | path
    Searched refs:OTP (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/
NTMakefile 33 !ifdef OTP
34 dir_otp = otp
  /src/external/bsd/openldap/dist/tests/scripts/
test081-totp 20 if test $OTP = otpno; then
21 echo "OTP overlay not available, test skipped"
27 OTP_DATA=$DATADIR/otp/totp.ldif
89 if [ "$OTP" = otpmod ]; then
96 olcModuleLoad: otp.la
106 echo "Loading test otp configuration..."
109 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
test080-hotp 20 if test $OTP = otpno; then
21 echo "OTP overlay not available, test skipped"
25 OTP_DATA=$DATADIR/otp/hotp.ldif
84 if [ "$OTP" = otpmod ]; then
91 olcModuleLoad: otp.la
101 echo "Loading test otp configuration..."
104 dn: olcOverlay={0}otp,olcDatabase={1}$BACKEND,cn=config
277 LDIF=$DATADIR/otp/test001-out.ldif
defines.sh 55 OTP=${AC_otp-otpno}
  /src/crypto/external/bsd/heimdal/include/
config.h 1436 /* Define if you want OTP support in applications. */
1437 #define OTP 1
  /src/crypto/external/bsd/heimdal/dist/include/
config.h.in 1413 /* Define if you want OTP support in applications. */
1414 #undef OTP
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 6985 ObjCTypeParamDecl *OTP = cast_or_null<ObjCTypeParamDecl>(
6987 if (!OTP)
6992 OTP != T->getDecl()) {
6993 Result = getDerived().RebuildObjCTypeParamType(OTP,
  /src/external/bsd/openldap/dist/
configure 1631 --enable-otp OTP 2-factor authentication overlay no|yes|mod [no]
4223 otp \
4542 # OpenLDAP --enable-otp
4544 # Check whether --enable-otp was given.
4555 as_fn_error $? "bad value $enableval for --enable-otp" "$LINENO" 5
4563 # end --enable-otp
26469 as_fn_error $? "--enable-otp=$ol_enable_otp requires --with-tls" "$LINENO" 5
26475 SLAPD_DYNAMIC_OVERLAYS="$SLAPD_DYNAMIC_OVERLAYS otp.la"
26478 SLAPD_STATIC_OVERLAYS="$SLAPD_STATIC_OVERLAYS otp.o
    [all...]

Completed in 174 milliseconds