/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | metadata_encryption_tests.cpp | 226 std::vector<uint8_t> decrypted_data; in VerifyDecryption() local
|
D | file_based_encryption_tests.cpp | 1365 std::vector<uint8_t> decrypted_data(kTestFileBytes); in TEST_F() local
|
/aosp_15_r20/device/google/cuttlefish/host/commands/secure_env/ |
D | encrypted_serializable.cpp | 300 std::vector<uint8_t> decrypted_data(encrypted_size, 0); in Deserialize() local
|
/aosp_15_r20/external/gsc-utils/tpm_generated/ |
H A D | tpm_generated.cc | 9028 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_GetTestResult() local 9326 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_StartAuthSession() local 9819 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_Create() local 10119 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_Load() local 10384 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_LoadExternal() local 10617 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_ReadPublic() local 10895 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_ActivateCredential() local 11162 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_MakeCredential() local 11404 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_Unseal() local 11656 std::string decrypted_data = buffer.substr(2, size); in ParseResponse_ObjectChangeAuth() local [all …]
|
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/ |
D | crypto_operation.rs | 758 let mut decrypted_data = vec![0; req_size]; in use_aes_key() localVariable 918 let mut decrypted_data = vec![0; total_encryption_size]; in process_aes_encrypt_decrypt_operations() localVariable
|
D | service_encryption_key.rs | 421 let decrypted_data = EncryptionHeader::decrypt_content_service_encryption_key( in header_encryption_decryption() localVariable
|
/aosp_15_r20/system/keymaster/km_openssl/ |
H A D | rsa_operation.cpp | 453 UniquePtr<uint8_t[]> decrypted_data(new (std::nothrow) uint8_t[key_len]); in VerifyUndigested() local
|
/aosp_15_r20/hardware/interfaces/security/keymint/aidl/vts/functional/ |
H A D | KeyMintAidlTestBase.cpp | 1161 vector<uint8_t> decrypted_data(key_len); in LocalVerifyMessage() local
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 62084 u8 *decrypted_data; member
|
H A D | vmlinux_518.h | 62084 u8 *decrypted_data; member
|
/aosp_15_r20/external/bcc/libbpf-tools/arm64/ |
H A D | vmlinux_608.h | 72924 u8 *decrypted_data; member
|
H A D | vmlinux.h | 72924 u8 *decrypted_data; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 68596 u8 *decrypted_data; member
|
H A D | vmlinux.h | 68596 u8 *decrypted_data; member
|