Home
last modified time | relevance | path

Searched refs:chain (Results 1 – 24 of 24) sorted by relevance

/hardware/interfaces/wifi/1.2/
DIWifiChipEventCallback.hal27 * 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/
DVtsAttestationParserSupport.cpp158 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()
DVtsAttestationParserSupport.h98 bool verifyChain(const keymaster_cert_chain_t& chain);
/hardware/libhardware/include/hardware/
Dkeymaster_defs.h644 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/
DISimple.hal21 customVecInt() generates (vec<int32_t> chain);
22 customVecStr() generates (vec<string> chain);
/hardware/google/av/codec2/include/
DC2Work.h230 std::vector<c2_node_id_t> chain; member
/hardware/qcom/msm8998/gpt-utils/
Dgpt-utils.h184 int gpt_utils_set_xbl_boot_partition(enum boot_chain chain);
Dgpt-utils.cpp660 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/
DIEvsCamera.hal37 * 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/
Dtypes.hal591 * 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/
Dtypes.hal48 * | preference | | 1 first of the chain
49 * | | | 2 last of the chain
50 * | | | 3 exclusive (only effect in the insert chain)
DIEffect.hal79 * the output chain.
152 * the input chain.
219 * the input chain.
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal48 * | preference | | 1 first of the chain
49 * | | | 2 last of the chain
50 * | | | 3 exclusive (only effect in the insert chain)
DIEffect.hal76 * the output chain.
145 * the input chain.
206 * the input chain.
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal48 * | preference | | 1 first of the chain
49 * | | | 2 last of the chain
50 * | | | 3 exclusive (only effect in the insert chain)
DIEffect.hal76 * the output chain.
145 * the input chain.
206 * the input chain.
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal48 * | preference | | 1 first of the chain
49 * | | | 2 last of the chain
50 * | | | 3 exclusive (only effect in the insert chain)
DIEffect.hal76 * the output chain.
145 * the input chain.
206 * the input chain.
/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp199 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/
Dkeymaster_hidl_hal_test.cpp295 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/
DIKeymasterDevice.hal164 * Generates a signed X.509 certificate chain attesting to the presence of keyToAttest in
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal648 * 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/
DIContext.hal292 * Generates a mipmap chain. This is only valid if the Type of the
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dwlioctl.h1779 uint16 chain; member