Home
last modified time | relevance | path

Searched defs:ops (Results 1 – 17 of 17) sorted by relevance

/system/iot/attestation/atap/ops/
Datap_ops_provider.cpp31 AtapResult forward_read_product_id(AtapOps* ops, in forward_read_product_id()
38 AtapResult forward_get_auth_key_type(AtapOps* ops, AtapKeyType* key_type) { in forward_get_auth_key_type()
44 AtapResult forward_read_auth_key_cert_chain(AtapOps* ops, in forward_read_auth_key_cert_chain()
51 AtapResult forward_write_attestation_key(AtapOps* ops, in forward_write_attestation_key()
60 AtapResult forward_read_attestation_public_key(AtapOps* ops, in forward_read_attestation_public_key()
70 AtapOps* ops, uint8_t global_key[ATAP_AES_128_KEY_LEN]) { in forward_read_soc_global_key()
76 AtapResult forward_write_hex_uuid(AtapOps* ops, in forward_write_hex_uuid()
83 AtapResult forward_get_random_bytes(AtapOps* ops, in forward_get_random_bytes()
91 AtapResult forward_auth_key_sign(AtapOps* ops, in forward_auth_key_sign()
102 AtapOps* ops, in forward_ecdh_shared_secret_compute()
[all …]
Datap_ops_provider.h42 static AtapOpsProvider* GetInstanceFromAtapOps(AtapOps* ops) { in GetInstanceFromAtapOps()
/system/iot/attestation/atap/libatap/
Datap_commands.c26 AtapOps* ops, in auth_key_signature_generate()
53 AtapOps* ops, AtapInnerCaRequest* inner_ca_request) { in read_available_public_keys()
99 static AtapResult initialize_session(AtapOps* ops, in initialize_session()
159 AtapOps* ops, in compute_auth_signature()
178 static AtapResult read_product_id_hash(AtapOps* ops, in read_product_id_hash()
192 AtapOps* ops, in encrypt_inner_ca_request()
229 static AtapResult decrypt_encrypted_message(AtapOps* ops, in decrypt_encrypted_message()
260 static AtapResult write_attestation_data(AtapOps* ops, in write_attestation_data()
298 static AtapResult write_inner_ca_response(AtapOps* ops, in write_inner_ca_response()
338 AtapResult atap_get_ca_request(AtapOps* ops, in atap_get_ca_request()
[all …]
Datap_util.c331 AtapOps* ops, in derive_session_key()
/system/core/adb/
Dset_verity_enable_state_service.cpp106 static bool set_avb_verity_enabled_state(int fd, AvbOps* ops, bool enable_verity) { in set_avb_verity_enabled_state()
169 AvbOps* ops = avb_ops_user_new(); in set_verity_enabled_state_service() local
/system/core/fs_mgr/
Dfs_mgr_priv_avb_ops.h52 static FsManagerAvbOps* GetInstanceFromAvbOps(AvbOps* ops) { in GetInstanceFromAvbOps()
Dfs_mgr_avb_ops.cpp43 static AvbIOResult read_from_partition(AvbOps* ops, const char* partition, int64_t offset, in read_from_partition()
/system/extras/tests/memtest/
Dfptest.cpp51 static void endTime(const char *str, double ops) in endTime()
/system/core/libunwindstack/tests/
DDwarfCfaLogTest.cpp602 std::vector<uint8_t> ops{0x0f, 0x81, 0x01}; in TYPED_TEST_P() local
640 std::vector<uint8_t> ops{0x10, 0xff, 0x01, 0x82, 0x01}; in TYPED_TEST_P() local
724 std::vector<uint8_t> ops{0x16, 0x83, 0x10, 0xa8, 0x01}; in TYPED_TEST_P() local
DDwarfCfaTest.cpp731 std::vector<uint8_t> ops{0x0f, 0x81, 0x01}; in TYPED_TEST_P() local
764 std::vector<uint8_t> ops{0x10, 0xff, 0x01, 0x82, 0x01}; in TYPED_TEST_P() local
864 std::vector<uint8_t> ops{0x16, 0x83, 0x10, 0xa8, 0x01}; in TYPED_TEST_P() local
/system/bt/include/hardware/
Dbt_sdp.h106 bluetooth_sdp_ops_record ops; member
/system/core/toolbox/upstream-netbsd/bin/dd/
Ddd.h90 struct ddfops const *ops; /* ops to use with fd */ member
/system/media/camera/src/
Dcamera_metadata.c1001 int set_camera_metadata_vendor_tag_ops(const vendor_tag_query_ops_t* ops) { in set_camera_metadata_vendor_tag_ops()
1009 int set_camera_metadata_vendor_ops(const vendor_tag_ops_t* ops) { in set_camera_metadata_vendor_ops()
/system/update_engine/payload_generator/
Ddelta_diff_utils_unittest.cc482 vector<AnnotatedOperation> ops = {noop, aop1, noop, noop, aop2, noop}; in TEST_F() local
Ddelta_diff_utils.cc886 void FilterNoopOperations(vector<AnnotatedOperation>* ops) { in FilterNoopOperations()
/system/core/libsparse/
Doutput_file.c83 struct output_file_ops *ops; member
/system/netd/server/
DRouteController.cpp127 static const char *ops[4] = {"adding", "deleting", "getting", "???"}; in actionName() local