Searched refs:cleartext (Results 1 – 16 of 16) sorted by relevance
/external/python/rsa/rsa/ |
D | pkcs1.py | 250 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/ |
D | hpke_test.cc | 308 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/ |
D | crypt.rst | 57 cleartext = getpass.getpass() 58 return crypt.crypt(cleartext, cryptedpasswd) == cryptedpasswd
|
/external/grpc-grpc/src/objective-c/tests/ |
D | InteropTestsLocalCleartext.m | 34 /** Tests in InteropTests.m, sending the RPCs to a local cleartext server. */
|
D | GRPCClientTests.m | 93 * a generated proto library on top of it. Its RPCs are sent to a local cleartext server.
|
/external/python/cpython3/Doc/library/ |
D | crypt.rst | 162 cleartext = getpass.getpass() 163 return compare_hash(crypt.crypt(cleartext, cryptedpasswd), cryptedpasswd)
|
D | logging.handlers.rst | 945 password are not passed in cleartext across the wire.
|
/external/curl/lib/ |
D | Makefile.inc | 23 LIB_VAUTH_CFILES = vauth/cleartext.c vauth/cram.c vauth/digest.c \
|
/external/tensorflow/third_party/ |
D | curl.BUILD | 216 "lib/vauth/cleartext.c",
|
/external/okhttp/ |
D | CHANGELOG.md | 314 * Fix: Throw `UnknownServiceException` if a cleartext connection is attempted 402 To disable cleartext connections, permitting `https` URLs only:
|
/external/scapy/test/ |
D | sslv2.uts | 37 = Reading SSLv2 session - Record with cleartext
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 1133 setAttr-IssCap-T2 2 : setAttr-T2cleartxt : cleartext track 2
|
/external/conscrypt/common/src/jni/main/cpp/conscrypt/ |
D | native_crypto.cc | 787 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/ |
D | libcurl.dsp | 1197 SOURCE=..\..\..\..\lib\vauth\cleartext.c
|
/external/curl/docs/ |
D | FAQ | 920 are sent as cleartext across the network. All it takes for anyone to fetch
|
/external/curl/ |
D | CHANGES | 4331 vauth/cleartext: fix theoretical integer overflow
|