Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/security/keymint/aidl/default/ta/
Dsoft.rs27 pub struct Keys; struct
29 impl RetrieveKeyMaterial for Keys { implementation
Dlib.rs82 let keys: Box<dyn kmr_ta::device::RetrieveKeyMaterial> = Box::new(soft::Keys); in build_ta()
/hardware/interfaces/keymaster/4.1/
Dtypes.hal25 * Keys tagged with EARLY_BOOT_ONLY may only be used, or created, during early boot, until
50 * HAL attests to Credential Keys. IIdentityCredential produces Keymaster-style attestations.
61 * encryption. Keys of this type can either be generated or imported or secure imported using
65 * Keys with this tag cannot be used for any operation within keymaster.
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h159 template <typename... Keys, typename... Values>
160 Map<MapElement<Keys, Values>...> map(const MapElement<Keys, Values>&... elements) {
161 return Map<MapElement<Keys, Values>...>(elements...);
/hardware/interfaces/drm/1.1/
Dtypes.hal166 * Keys are already loaded. No key request is needed.
171 * Keys have previously been loaded. An additional (non-renewal) license
/hardware/interfaces/drm/1.2/
DIDrmPluginListener.hal42 * indicates the status of each key in the session. Keys can be
DIDrmPlugin.hal232 * indicates the status of each key in the session. Keys can be
/hardware/interfaces/drm/1.0/
DIDrmPluginListener.hal56 * indicates the status of each key in the session. Keys can be
Dtypes.hal151 * Keys for streaming are not persisted and require the device to be
DIDrmPlugin.hal531 * indicates the status of each key in the session. Keys can be
/hardware/interfaces/security/rkp/
DCHANGELOG.md33 * Keys for new CSR format must be generated with test mode set to false, effectively removing test
DREADME.md80 * Keys,
/hardware/interfaces/audio/6.0/
DIStreamOutEventCallback.hal123 * An implementation dependent detail is that the Keys are always
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal581 * Values as selected by Lookups via Keys.
593 * Keys should have a shape of [40]. If Lookups tensor has shape
596 * has the value 123456, that value must be located in Keys tensor.
597 * If the sixth entry of Keys contains 123456, the sixth slice of Values
598 * must be selected. If no entry in Keys has 123456, a slice of zeroes
611 * * 1: Keys. A 1-D {@link OperandType::TENSOR_INT32} tensor with shape
612 * [ n ]; Keys and Values pair represent a map, i.e., the ith element
613 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values
614 * (Values[i]), where 0 <= i <= n-1. Keys tensor *MUST* be sorted in
/hardware/interfaces/audio/7.0/
DIStreamOutEventCallback.hal142 * An implementation dependent detail is that the Keys are always
/hardware/interfaces/keymaster/4.0/
DIKeymasterDevice.hal415 * == RSA Keys ==
444 * == ECDSA Keys ==
452 * == AES Keys ==
803 * Upgrades an old key blob. Keys can become "old" in two ways: IKeymasterDevice can be
842 * permanently unusable. Keys without Tag::ROLLBACK_RESISTANCE may or may not be rendered
852 * authorization lists must be rendered permanently unusable. Keys without
956 * -- RSA Keys --
1006 * -- EC Keys --
1014 * -- AES Keys --
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal182 * Upgrades an old key. Keys can become "old" in two ways: Keymaster can be upgraded to a new
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal800 * Values as selected by Lookups via Keys.
812 * Keys should have a shape of [40]. If Lookups tensor has shape
815 * has the value 123456, that value must be located in Keys tensor.
816 * If the sixth entry of Keys contains 123456, the sixth slice of Values
817 * must be selected. If no entry in Keys has 123456, a slice of zeroes
830 * * 1: Keys. A 1-D {@link OperandType::TENSOR_INT32} tensor with shape
831 * [ n ]; Keys and Values pair represent a map, i.e., the ith element
832 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values
833 * (Values[i]), where 0 <= i <= n-1. Keys tensor *MUST* be sorted in
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal788 * Values as selected by Lookups via Keys.
800 * Keys should have a shape of [40]. If Lookups tensor has shape
803 * has the value 123456, that value must be located in Keys tensor.
804 * If the sixth entry of Keys contains 123456, the sixth slice of Values
805 * must be selected. If no entry in Keys has 123456, a slice of zeroes
818 * * 1: Keys. A 1-D {@link OperandType::TENSOR_INT32} tensor with shape
819 * [ n ]; Keys and Values pair represent a map, i.e., the ith element
820 * in Keys (Keys[i]) is the key to select the ith sub-tensor in Values
821 * (Values[i]), where 0 <= i <= n-1. Keys tensor *MUST* be sorted in