/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aes/ |
D | cbc.rs | 47 let mut msg_buffer = SliceVec::from_slice_len(&mut msg_buffer_backing, 0); in aes_256_cbc_test_encrypt_in_place() localVariable 48 msg_buffer.extend_from_slice(&msg); in aes_256_cbc_test_encrypt_in_place() 49 A::encrypt_in_place(&key, &iv, &mut msg_buffer).unwrap(); in aes_256_cbc_test_encrypt_in_place() 50 assert_eq!(msg_buffer.as_slice(), &expected_ciphertext); in aes_256_cbc_test_encrypt_in_place() 63 let mut msg_buffer = SliceVec::from_slice_len(&mut msg_buffer_backing, 0); in aes_256_cbc_test_encrypt_in_place_too_short() localVariable 64 msg_buffer.extend_from_slice(&msg); in aes_256_cbc_test_encrypt_in_place_too_short() 65 A::encrypt_in_place(&key, &iv, &mut msg_buffer) in aes_256_cbc_test_encrypt_in_place_too_short() 69 msg_buffer.as_slice() == [0_u8; 32] || msg_buffer.as_slice() == msg, in aes_256_cbc_test_encrypt_in_place_too_short() 106 let mut msg_buffer = SliceVec::from(&mut ciphertext); in aes_256_cbc_test_decrypt_in_place() localVariable 107 A::decrypt_in_place(&key, &iv, &mut msg_buffer).unwrap(); in aes_256_cbc_test_decrypt_in_place() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/libs/msg_queue/ |
D | README.md | 9 typedef struct msg_buffer { 12 } msg_buffer; 22 struct msg_buffer msg; 35 typedef struct msg_buffer { 38 } msg_buffer; 47 struct msg_buffer msg = {0, {0}};
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | e4defrag.c | 164 char msg_buffer[PATH_MAX + 1]; /* pathname of the file */ member 1040 char msg_buffer[PATH_MAX + 48]; in file_statistic() local 1209 sprintf(msg_buffer, "[%u/%u]%.*s", in file_statistic() 1213 if (strlen(msg_buffer) > 40) in file_statistic() 1216 msg_buffer, now_ext_count, in file_statistic() 1222 msg_buffer, now_ext_count, in file_statistic() 1226 if (strlen(msg_buffer) > 40) in file_statistic() 1228 msg_buffer, now_ext_count, in file_statistic() 1232 msg_buffer, now_ext_count, in file_statistic() 1242 strncpy(frag_rank[j].msg_buffer, in file_statistic() [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_layer_logging.h | 1021 std::ostringstream msg_buffer; in report_log_callback() local 1026 …msg_buffer << layer_prefix << "(" << msg_flag_string << "): msg_code: " << msg_code << ": " << mes… in report_log_callback() 1027 const std::string tmp = msg_buffer.str(); in report_log_callback() 1086 std::ostringstream msg_buffer; in messenger_log_callback() local 1093 msg_buffer << callback_data->pMessageIdName << "(" << msg_severity << " / " << msg_type in messenger_log_callback() 1095 msg_buffer << " Objects: " << callback_data->objectCount << "\n"; in messenger_log_callback() 1097 msg_buffer << " [" << obj << "] " << std::hex << std::showbase in messenger_log_callback() 1103 const std::string tmp = msg_buffer.str(); in messenger_log_callback() 1119 std::ostringstream msg_buffer; in messenger_win32_debug_output_msg() local 1126 msg_buffer << callback_data->pMessageIdName << "(" << msg_severity << " / " << msg_type in messenger_win32_debug_output_msg() [all …]
|
/aosp_15_r20/external/libusb/libusb/os/ |
H A D | linux_netlink.c | 285 char msg_buffer[2048]; in linux_netlink_read_message() local 293 struct iovec iov = { .iov_base = msg_buffer, .iov_len = sizeof(msg_buffer) }; in linux_netlink_read_message() 331 r = linux_netlink_parse(msg_buffer, (size_t)len, &detached, &sys_name, &busnum, &devaddr); in linux_netlink_read_message()
|
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/ |
D | metrics_configs.h | 24 typedef struct msg_buffer { struct 27 } msg_buffer; argument
|
D | host_receiver.cc | 39 struct msg_buffer msg = {0, {0}}; in ServerLoop()
|
/aosp_15_r20/external/OpenCSD/decoder/source/ |
H A D | trc_frame_deformatter.cpp | 257 char msg_buffer[64]; in processTraceData() local 258 sprintf(msg_buffer,"Input block incorrect size, must be %d byte multiple", m_alignment); in processTraceData() 259 err.setMessage(msg_buffer); in processTraceData()
|
/aosp_15_r20/device/google/cuttlefish/host/libs/metrics/ |
D | metrics_receiver.cc | 47 struct msg_buffer msg; in SendHelper()
|