/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_framer_test.cc | 772 bool CheckDecryption(const QuicEncryptedPacket& encrypted, in CheckDecryption() 785 const QuicEncryptedPacket& encrypted, bool includes_version, in CheckDecryption() 869 QuicEncryptedPacket encrypted(packet.data(), len, false); in CheckProcessingFails() local 878 QuicEncryptedPacket encrypted(AsChars(packet), len, false); in CheckProcessingFails() local 1061 QuicEncryptedPacket encrypted(packet, 0, false); in TEST_P() local 1087 QuicEncryptedPacket encrypted(AsChars(packet), ABSL_ARRAYSIZE(packet), false); in TEST_P() local 1125 std::unique_ptr<QuicEncryptedPacket> encrypted( in TEST_P() local 1215 QuicEncryptedPacket encrypted(AsChars(p), p_length, false); in TEST_P() local 1243 QuicEncryptedPacket encrypted(AsChars(packet), ABSL_ARRAYSIZE(packet), false); in TEST_P() local 1430 QuicEncryptedPacket encrypted(AsChars(packet), ABSL_ARRAYSIZE(packet), false); in TEST_P() local [all …]
|
H A D | quic_packet_creator_test.cc | 956 std::unique_ptr<SerializedPacket> encrypted; in TEST_P() local 995 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1025 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1055 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1086 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1119 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1153 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local 1189 std::unique_ptr<SerializedPacket> encrypted( in TEST_P() local
|
/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
H A D | AesCtrDecryptorUnittest.cpp | 46 const uint8_t* encrypted, in attemptDecryptExpectingSuccess() 136 uint8_t encrypted[kTotalSize] = { in TEST_F() local 181 uint8_t encrypted[kTotalSize] = { in TEST_F() local 227 uint8_t encrypted[kTotalSize] = { in TEST_F() local 273 uint8_t encrypted[kTotalSize] = { in TEST_F() local 322 uint8_t encrypted[kTotalSize] = { in TEST_F() local 376 uint8_t encrypted[kTotalSize] = { in TEST_F() local 431 uint8_t encrypted[kTotalSize] = { in TEST_F() local
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/OnDevicePersonalization/OnDevicePersonalization/android_common_apex33/kapt/gen/stubs/com/android/libraries/pcc/chronicle/api/ |
D | ManagementStrategy.java | 40 private final boolean encrypted = false; field in ManagementStrategy.Stored 60 public Stored(boolean encrypted, @org.jetbrains.annotations.NotNull() in Stored() 117 ….android.libraries.pcc.chronicle.api.ManagementStrategy.Stored copy(boolean encrypted, @org.jetbra… in copy()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Far/ |
H A D | ExtractEngine.cpp | 169 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &s) in SetExtractErrorMessage() 222 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted)) in Z7_COM7F_IMF() 247 Z7_COM7F_IMF(CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in Z7_COM7F_IMF()
|
/aosp_15_r20/frameworks/av/media/module/mpeg2ts/ |
H A D | HlsSampleDecryptor.cpp | 119 uint8_t *encrypted = nalData + offset; in processNal() local 186 uint8_t *encrypted = data + offset; in processAAC() local 242 uint8_t *encrypted = data + offset; in processAC3() local
|
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/ |
H A D | AbstractSampleEncryptionBox.java | 216 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()
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/ |
H A D | ExtractCallback.cpp | 277 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, const wchar_t *fileName, UString &s) in SetExtractErrorMessage() 375 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult(Int32 opRes, Int32 encrypted)) in Z7_COM7F_IMF() 401 Z7_COM7F_IMF(CExtractCallbackImp::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar_t *… in Z7_COM7F_IMF() 984 Z7_COM7F_IMF(CExtractCallbackImp::SetOperationResult8(Int32 opRes, Int32 encrypted, UInt64 size)) in Z7_COM7F_IMF()
|
/aosp_15_r20/cts/tests/tests/media/common/src/android/media/cts/ |
H A D | MediaCodecClearKeyPlayer.java | 179 public void setAudioDataSource(Uri uri, Map<String, String> headers, boolean encrypted) { in setAudioDataSource() 185 public void setVideoDataSource(Uri uri, Map<String, String> headers, boolean encrypted) { in setVideoDataSource() 404 boolean encrypted) throws IOException { in addTrack()
|
/aosp_15_r20/bootable/recovery/uncrypt/ |
H A D | uncrypt.cpp | 171 static std::string FindBlockDevice(const std::string& path, bool* encryptable, bool* encrypted, in FindBlockDevice() 244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap() 481 bool encrypted = false; in Uncrypt() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | null_encrypter_test.cc | 42 char encrypted[256]; in TEST_F() local 77 char encrypted[256]; in TEST_F() local
|
H A D | chacha20_poly1305_encrypter_test.cc | 105 char encrypted[1024]; in TEST_F() local 135 std::unique_ptr<QuicData> encrypted(EncryptWithNonce( in TEST_F() local
|
H A D | chacha20_poly1305_tls_encrypter_test.cc | 105 char encrypted[1024]; in TEST_F() local 135 std::unique_ptr<QuicData> encrypted(EncryptWithNonce( in TEST_F() local
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A D | test_aes.cpp | 52 uint8_t encrypted[] = {0x08, 0xD0, 0x84, 0x21, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x48, 0xDE, in TestMacBeaconFrame() local 109 uint8_t encrypted[] = { in TestMacCommandFrame() local
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 418 void SetExtractErrorMessage(Int32 opRes, Int32 encrypted, AString &dest) in SetExtractErrorMessage() 465 Z7_COM7F_IMF(CExtractCallbackConsole::SetOperationResult(Int32 opRes, Int32 encrypted)) in Z7_COM7F_IMF() 504 Z7_COM7F_IMF(CExtractCallbackConsole::ReportExtractResult(Int32 opRes, Int32 encrypted, const wchar… in Z7_COM7F_IMF()
|
/aosp_15_r20/external/boringssl/src/crypto/pkcs8/ |
H A D | pkcs8_test.cc | 232 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TestRoundTrip() local 334 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TEST() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_test.cc | 254 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TestRoundTrip() local 356 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TEST() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/pkcs8/ |
H A D | pkcs8_test.cc | 232 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TestRoundTrip() local 334 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TEST() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_test.cc | 254 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TestRoundTrip() local 356 bssl::UniquePtr<X509_SIG> encrypted(PKCS8_encrypt( in TEST() local
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/sm/ |
H A D | types.h | 162 bool encrypted() const { return properties_ & Property::kEncrypted; } in encrypted() function 204 inspect::BoolProperty encrypted; member
|
/aosp_15_r20/external/webrtc/sdk/android/api/org/webrtc/ |
H A D | RtpParameters.java | 259 private final boolean encrypted; field in RtpParameters.HeaderExtension 262 HeaderExtension(String uri, int id, boolean encrypted) { in HeaderExtension()
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/ |
H A D | TvTrackInfo.java | 100 String encoding, boolean encrypted, int audioChannelCount, int audioSampleRate, in TvTrackInfo() 544 public Builder setEncrypted(boolean encrypted) { in setEncrypted()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | chsh.c | 33 char *user, *line, *shell, *encrypted; in chsh_main() local
|
/aosp_15_r20/external/toybox/toys/lsb/ |
H A D | passwd.c | 59 char *pass, *name, *encrypted = 0, salt[32]; in passwd_main() local
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | ibss_rsn.c | 777 enum frame_encryption encrypted) in ibss_rsn_process_rx_eapol() 815 enum frame_encryption encrypted) in ibss_rsn_rx_eapol()
|