Home
last modified time | relevance | path

Searched defs:KeyMintOperation (Results 1 – 4 of 4) sorted by relevance

/system/keymint/hal/src/
Dlib.rs145 R: AsCborValue + Code<KeyMintOperation>, in channel_execute()
146 S: AsCborValue + Code<KeyMintOperation>, in channel_execute()
240 R: AsCborValue + Code<KeyMintOperation>, in execute()
241 S: AsCborValue + Code<KeyMintOperation>, in execute()
Dkeymint.rs290 R: AsCborValue + Code<KeyMintOperation>, in execute()
291 S: AsCborValue + Code<KeyMintOperation>, in execute()
/system/security/keystore2/src/km_compat/
Dkm_compat.h168 KeyMintOperation(::android::sp<Keymaster> device, uint64_t operationHandle, OperationSlot slot) in KeyMintOperation() function
/system/keymint/ta/src/
Dlib.rs1170 fn op_error_rsp(op: KeyMintOperation, err: Error) -> PerformOpResponse { in op_error_rsp()