/hardware/interfaces/wifi/1.2/ |
D | IWifiChipEventCallback.hal | 27 * Struct describing the state of each iface operating on the radio chain 38 * Struct describing the state of each hardware radio chain (hardware MAC) 43 * Identifier for this radio chain. This is vendor dependent & used 48 * List of bands on which this radio chain is operating. 56 /** List of interfaces on this radio chain (hardware MAC). */ 68 * radio chain (hardware MAC) on the device.
|
/hardware/interfaces/identity/aidl/vts/ |
D | VtsAttestationParserSupport.cpp | 158 bool AttestationCertificateParser::verifyChain(const keymaster_cert_chain_t& chain) { in verifyChain() argument 159 for (size_t i = 0; i < chain.entry_count - 1; ++i) { in verifyChain() 160 keymaster_blob_t& key_cert_blob = chain.entries[i]; in verifyChain() 161 keymaster_blob_t& signing_cert_blob = chain.entries[i + 1]; in verifyChain() 176 if (i + 1 == chain.entry_count - 1) { in verifyChain()
|
D | VtsAttestationParserSupport.h | 98 bool verifyChain(const keymaster_cert_chain_t& chain);
|
/hardware/libhardware/include/hardware/ |
D | keymaster_defs.h | 644 inline void keymaster_free_cert_chain(keymaster_cert_chain_t* chain) { in keymaster_free_cert_chain() argument 645 if (chain) { in keymaster_free_cert_chain() 646 for (size_t i = 0; i < chain->entry_count; ++i) { in keymaster_free_cert_chain() 647 free((uint8_t*)chain->entries[i].data); in keymaster_free_cert_chain() 648 chain->entries[i].data = NULL; in keymaster_free_cert_chain() 649 chain->entries[i].data_length = 0; in keymaster_free_cert_chain() 651 free(chain->entries); in keymaster_free_cert_chain() 652 chain->entries = NULL; in keymaster_free_cert_chain() 653 chain->entry_count = 0; in keymaster_free_cert_chain()
|
/hardware/interfaces/tests/foo/1.0/ |
D | ISimple.hal | 21 customVecInt() generates (vec<int32_t> chain); 22 customVecStr() generates (vec<string> chain);
|
/hardware/google/av/codec2/include/ |
D | C2Work.h | 230 std::vector<c2_node_id_t> chain; member
|
/hardware/qcom/msm8998/gpt-utils/ |
D | gpt-utils.h | 184 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain);
|
D | gpt-utils.cpp | 660 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain) in gpt_utils_set_xbl_boot_partition() argument 668 if (chain == BACKUP_BOOT) { in gpt_utils_set_xbl_boot_partition() 679 } else if (chain == NORMAL_BOOT) { in gpt_utils_set_xbl_boot_partition()
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsCamera.hal | 37 * Specifies the depth of the buffer chain the camera is asked to support. 43 * in which case buffers should be added or removed from the chain as appropriate.
|
/hardware/interfaces/media/c2/1.0/ |
D | types.hal | 591 * down the work chain. That is, if set on an earlier frame of a 592 * work-chain, it should be propagated to all later frames in that 593 * chain. Additionally, components down the chain could set this flag 686 * Additional work chain info not part of this work. 696 * The chain of `Worklet`s. 701 * successive components of the work chain must have been successfully 704 * in the chain. 714 * The number of `Worklet`s successfully processed in this chain.
|
/hardware/interfaces/audio/effect/2.0/ |
D | types.hal | 48 * | preference | | 1 first of the chain 49 * | | | 2 last of the chain 50 * | | | 3 exclusive (only effect in the insert chain)
|
D | IEffect.hal | 79 * the output chain. 152 * the input chain. 219 * the input chain.
|
/hardware/interfaces/audio/effect/6.0/ |
D | types.hal | 48 * | preference | | 1 first of the chain 49 * | | | 2 last of the chain 50 * | | | 3 exclusive (only effect in the insert chain)
|
D | IEffect.hal | 76 * the output chain. 145 * the input chain. 206 * the input chain.
|
/hardware/interfaces/audio/effect/5.0/ |
D | types.hal | 48 * | preference | | 1 first of the chain 49 * | | | 2 last of the chain 50 * | | | 3 exclusive (only effect in the insert chain)
|
D | IEffect.hal | 76 * the output chain. 145 * the input chain. 206 * the input chain.
|
/hardware/interfaces/audio/effect/4.0/ |
D | types.hal | 48 * | preference | | 1 first of the chain 49 * | | | 2 last of the chain 50 * | | | 3 exclusive (only effect in the insert chain)
|
D | IEffect.hal | 76 * the output chain. 145 * the input chain. 206 * the input chain.
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 199 bool verify_chain(const hidl_vec<hidl_vec<uint8_t>>& chain, const std::string& msg, in verify_chain() argument 203 X509_Ptr signing_cert(parse_cert_blob(chain[0])); in verify_chain() 228 for (size_t i = 0; i < chain.size(); ++i) { in verify_chain() 229 X509_Ptr key_cert(parse_cert_blob(chain[i])); in verify_chain() 231 if (i < chain.size() - 1) { in verify_chain() 232 signing_cert.reset(parse_cert_blob(chain[i + 1])); in verify_chain() 234 signing_cert.reset(parse_cert_blob(chain[i])); in verify_chain() 262 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 295 bool verify_chain(const hidl_vec<hidl_vec<uint8_t>>& chain) { in verify_chain() argument 296 for (size_t i = 0; i < chain.size(); ++i) { in verify_chain() 297 X509_Ptr key_cert(parse_cert_blob(chain[i])); in verify_chain() 299 if (i < chain.size() - 1) { in verify_chain() 300 signing_cert.reset(parse_cert_blob(chain[i + 1])); in verify_chain() 302 signing_cert.reset(parse_cert_blob(chain[i])); in verify_chain() 330 if (dump_Attestations) std::cout << bin2hex(chain[i]) << std::endl; in verify_chain()
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 164 * Generates a signed X.509 certificate chain attesting to the presence of keyToAttest in
|
/hardware/interfaces/keymaster/4.0/ |
D | IKeymasterDevice.hal | 648 * Generates a signed X.509 certificate chain attesting to the presence of keyToAttest in 651 * The certificates in the chain must be ordered such that each certificate is signed by the 652 * subsequent one, up to the root which must be self-signed. The first certificate in the chain 779 * The batch attestation certificate must be signed by a chain or zero or more intermediates
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 292 * Generates a mipmap chain. This is only valid if the Type of the
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | wlioctl.h | 1779 uint16 chain; member
|