Searched refs:cleartext (Results 1 – 10 of 10) sorted by relevance
57 cleartext = getpass.getpass()58 return crypt.crypt(cleartext, cryptedpasswd) == cryptedpasswd
43 vauth/vauth.c vauth/cleartext.c vauth/cram.c vauth/digest.c \
23 LIB_VAUTH_CFILES = vauth/vauth.c vauth/cleartext.c vauth/cram.c \
623 $(DIROBJ)\cleartext.obj \
148 "lib/vauth/cleartext.c",
15834 As a side-note in this subject: HTTP passwords are sent in cleartext and
314 * Fix: Throw `UnknownServiceException` if a cleartext connection is attempted402 To disable cleartext connections, permitting `https` URLs only:
203 cleartext password or a password encrypted with one of the
1132 setAttr-IssCap-T2 2 : setAttr-T2cleartxt : cleartext track 2
688 ScopedLocalRef<jbyteArray> cleartext( in RsaMethodDecrypt() local692 if (cleartext.get() == nullptr) { in RsaMethodDecrypt()697 ScopedByteArrayRO cleartextBytes(env, cleartext.get()); in RsaMethodDecrypt()