/system/tpm/attestation/server/ |
pkcs11_key_store.cc | 125 attribute.pValue = string_as_array(key_data); 164 string_as_array(&mutable_key_name), 169 string_as_array(&mutable_key_data), 174 string_as_array(&mutable_application_id), 274 string_as_array(&modulus))); 301 {CKA_ID, string_as_array(&id), id.size()}, 302 {CKA_LABEL, string_as_array(&mutable_label), mutable_label.size()}, 305 {CKA_MODULUS, string_as_array(&modulus), modulus.size()} 332 {CKA_ID, string_as_array(&id), id.size()}, 333 {CKA_LABEL, string_as_array(&mutable_label), mutable_label.size()} [all...] |
database_impl.cc | 54 brillo::SecureMemset(string_as_array(&database_key_), 0,
|
/external/libchrome/crypto/ |
sha2.cc | 23 SHA256HashString(str, string_as_array(&output), output.size());
|
/external/libchrome/base/ |
stl_util_unittest.cc | 243 EXPECT_EQ(nullptr, string_as_array(&empty)); 252 EXPECT_STREQ("abc", string_as_array(&str)); 257 // string_as_array(&str) is implemented as 261 string_as_array(&s1)[1] = 'x';
|
stl_util.h | 105 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the 113 inline char* string_as_array(std::string* str) { function
|
/system/tpm/tpm_manager/server/ |
openssl_crypto_util_impl.cc | 29 reinterpret_cast<unsigned char*>(string_as_array(random_data));
|
tpm_initializer_impl.cc | 232 reinterpret_cast<BYTE *>(string_as_array(&mutable_owner_password))))) {
|
/system/tpm/trunks/ |
tpm_simulator_handle.cc | 69 string_as_array(&mutable_command)),
|
session_manager_impl.cc | 84 reinterpret_cast<unsigned char*>(string_as_array(&salt)); 208 reinterpret_cast<uint8_t*>(string_as_array(encrypted_salt)),
|
tpm_generated.cc | [all...] |
hmac_authorization_delegate.cc | 314 memcpy(string_as_array(parameter), decrypted, parameter->size());
|
trunks_client_test.cc | [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream_inl.h | 54 // When buffer is empty, string_as_array(buffer) will return NULL but memcpy
|
zero_copy_stream_impl_lite.h | 342 // This should be simpler & faster than string_as_array() because the latter 346 return string_as_array(s);
|
/external/protobuf/src/google/protobuf/stubs/ |
stl_util-inl.h | 75 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the 83 inline char* string_as_array(string* str) { function in namespace:google::protobuf
|
stl_util.h | 75 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the 83 inline char* string_as_array(string* str) { function in namespace:google::protobuf
|
substitute.cc | 112 char* target = string_as_array(output) + original_size;
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
stl_util.h | 75 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the 83 inline char* string_as_array(string* str) { function in namespace:google::protobuf
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 596 uint8* start = reinterpret_cast<uint8*>(string_as_array(&data)); 610 uint8* start = reinterpret_cast<uint8*>(string_as_array(&packed_data)); 627 io::ArrayOutputStream array_stream(string_as_array(&data), size, 1); 646 io::ArrayOutputStream array_stream(string_as_array(&data), size, 1); [all...] |
/system/tpm/attestation/common/ |
crypto_utility_impl.cc | 53 return reinterpret_cast<unsigned char*>(string_as_array(s)); 331 string_as_array(encrypted_data)); 449 string_as_array(&padded_input)); 461 string_as_array(output));
|
/external/webrtc/webrtc/system_wrappers/include/ |
stl_util.h | 117 // string_as_array(&str)[i] is valid for 0 <= i < str.size() until the 125 inline char* string_as_array(std::string* str) { function in namespace:webrtc
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/ |
zero_copy_stream_impl_lite.h | 373 // if we ask it to copy 0 bytes. Furthermore, string_as_array() has the 378 // so we use string_as_array(), and live with the extra logic that tests whether 386 // This should be simpler & faster than string_as_array() because the latter 390 return string_as_array(s);
|
/external/protobuf/src/google/protobuf/ |
extension_set_unittest.cc | 348 uint8* target = reinterpret_cast<uint8*>(string_as_array(&data)); 370 io::ArrayOutputStream array_stream(string_as_array(&data), size, 1); 392 uint8* target = reinterpret_cast<uint8*>(string_as_array(&data)); 414 io::ArrayOutputStream array_stream(string_as_array(&data), size, 1); [all...] |
unknown_field_set_unittest.cc | 194 uint8* target = reinterpret_cast<uint8*>(string_as_array(&fast_buffer)); 200 io::ArrayOutputStream raw_stream(string_as_array(&slow_buffer), size, 1);
|
/external/libchrome/base/trace_event/ |
trace_event_impl.cc | 152 char* ptr = string_as_array(¶meter_copy_storage_->data());
|