Home
last modified time | relevance | path

Searched refs:cleartext (Results 1 – 16 of 16) sorted by relevance

/external/python/rsa/rsa/
Dpkcs1.py250 cleartext = transform.int2bytes(decrypted, blocksize)
260 cleartext_marker_bad = not compare_digest(cleartext[:2], b'\x00\x02')
263 sep_idx = cleartext.find(b'\x00', 2)
276 return cleartext[sep_idx + 1:]
301 cleartext = asn1code + hash_value
303 padded = _pad_for_signing(cleartext, keylength)
359 cleartext = HASH_ASN1[method_name] + message_hash
360 expected = _pad_for_signing(cleartext, keylength)
/external/boringssl/src/crypto/hpke/
Dhpke_test.cc308 std::vector<uint8_t> cleartext(ciphertext.size()); in TEST() local
310 ASSERT_TRUE(EVP_HPKE_CTX_open(receiver_ctx.get(), cleartext.data(), in TEST()
311 &cleartext_len, cleartext.size(), in TEST()
316 ASSERT_EQ(Bytes(cleartext.data(), cleartext_len), in TEST()
405 uint8_t cleartext[128]; in TEST() local
407 ASSERT_FALSE(EVP_HPKE_CTX_open(sender_ctx.get(), cleartext, &cleartext_len, in TEST()
408 sizeof(cleartext), kMockCiphertext, in TEST()
/external/python/cpython2/Doc/library/
Dcrypt.rst57 cleartext = getpass.getpass()
58 return crypt.crypt(cleartext, cryptedpasswd) == cryptedpasswd
/external/grpc-grpc/src/objective-c/tests/
DInteropTestsLocalCleartext.m34 /** Tests in InteropTests.m, sending the RPCs to a local cleartext server. */
DGRPCClientTests.m93 * a generated proto library on top of it. Its RPCs are sent to a local cleartext server.
/external/python/cpython3/Doc/library/
Dcrypt.rst162 cleartext = getpass.getpass()
163 return compare_hash(crypt.crypt(cleartext, cryptedpasswd), cryptedpasswd)
Dlogging.handlers.rst945 password are not passed in cleartext across the wire.
/external/curl/lib/
DMakefile.inc23 LIB_VAUTH_CFILES = vauth/cleartext.c vauth/cram.c vauth/digest.c \
/external/tensorflow/third_party/
Dcurl.BUILD216 "lib/vauth/cleartext.c",
/external/okhttp/
DCHANGELOG.md314 * Fix: Throw `UnknownServiceException` if a cleartext connection is attempted
402 To disable cleartext connections, permitting `https` URLs only:
/external/scapy/test/
Dsslv2.uts37 = Reading SSLv2 session - Record with cleartext
/external/boringssl/src/crypto/obj/
Dobjects.txt1133 setAttr-IssCap-T2 2 : setAttr-T2cleartxt : cleartext track 2
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc787 ScopedLocalRef<jbyteArray> cleartext( in RsaMethodDecrypt() local
790 if (cleartext.get() == nullptr) { in RsaMethodDecrypt()
795 ScopedByteArrayRO cleartextBytes(env, cleartext.get()); in RsaMethodDecrypt()
/external/curl/projects/Windows/VC6/lib/
Dlibcurl.dsp1197 SOURCE=..\..\..\..\lib\vauth\cleartext.c
/external/curl/docs/
DFAQ920 are sent as cleartext across the network. All it takes for anyone to fetch
/external/curl/
DCHANGES4331 vauth/cleartext: fix theoretical integer overflow