Home
last modified time | relevance | path

Searched defs:encrypted (Results 1 – 21 of 21) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DAbstractSampleEncryptionBox.java216 public Pair createPair(int clear, long encrypted) { in createPair()
223 public long encrypted; field in AbstractSampleEncryptionBox.Entry.Pair
225 public Pair(int clear, long encrypted) { in Pair()
/external/webrtc/webrtc/libjingle/xmpp/
Dplainsaslhandler.h31 … std::string ChooseBestSaslMechanism(const std::vector<std::string> & mechanisms, bool encrypted) { in ChooseBestSaslMechanism()
Dxmppauth.cc46 bool encrypted) { in ChooseBestSaslMechanism()
Dxmppengineimpl.cc356 const std::vector<std::string>& mechanisms, bool encrypted) { in ChooseBestSaslMechanism()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp265 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s) in SetExtractErrorMessage()
356 STDMETHODIMP CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
382 STDMETHODIMP CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in ReportExtractResult()
923 STDMETHODIMP CExtractCallbackImp::SetOperationResult7(Int32 opRes, Int32 encrypted) in SetOperationResult7()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp350 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest) in SetExtractErrorMessage()
398 STDMETHODIMP CExtractCallbackConsole::SetOperationResult(Int32 opRes, Int32 encrypted) in SetOperationResult()
434 STDMETHODIMP CExtractCallbackConsole::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar… in ReportExtractResult()
/external/libvpx/libvpx/test/
Dvp8_decrypt_test.cc60 std::vector<uint8_t> encrypted(video.frame_size()); in TEST() local
Dvp9_decrypt_test.cc60 std::vector<uint8_t> encrypted(video.frame_size()); in TEST() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
DCencSampleEncryptionInformationGroupEntry.java64 public void setEncrypted(int encrypted) { in setEncrypted()
/external/toybox/toys/lsb/
Dpasswd.c109 char *name = NULL, *pass = NULL, *encrypted = NULL, *newp = NULL, in passwd_main() local
/external/ipsec-tools/src/racoon/
Disakmp_inf.c138 int encrypted; local
330 isakmp_info_recv_n(iph1, notify, msgid, encrypted) in isakmp_info_recv_n() argument
447 isakmp_info_recv_d(iph1, delete, msgid, encrypted) in isakmp_info_recv_d() argument
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_test.cc204 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TestRoundTrip() local
/external/wpa_supplicant_8/src/eap_common/
Dikev2_common.c431 const u8 *encrypted, size_t encrypted_len, in ikev2_decrypt_payload()
Dikev2_common.h310 const u8 *encrypted; member
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c448 const u8 *encrypted, in ikev2_process_sa_init_encr()
/external/e2fsprogs/e2fsck/
Dpass2.c907 int encrypted = 0; in check_dir_block() local
/external/zlib/src/contrib/minizip/
Dunzip.c185 int encrypted; member
/external/v8/benchmarks/
Dcrypto.js1681 var encrypted; variable
/external/wpa_supplicant_8/src/eap_peer/
Deap.c1629 struct wpabuf * eap_sm_buildIdentity(struct eap_sm *sm, int id, int encrypted) in eap_sm_buildIdentity()
/external/tpm2/
DCryptUtil.c2168 BYTE *encrypted, // OUT: the encrypted data in CryptSymmetricEncrypt()
Dtpm_types.h1617 TPM2B_CONTEXT_SENSITIVE encrypted; member