Home
last modified time | relevance | path

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

/system/keymint/hal/src/
Dlib.rs159 R: AsCborValue + Code<KeyMintOperation>, in channel_execute()
160 S: AsCborValue + Code<KeyMintOperation>, in channel_execute()
254 R: AsCborValue + Code<KeyMintOperation>, in execute()
255 S: AsCborValue + Code<KeyMintOperation>, in execute()
Dkeymint.rs324 R: AsCborValue + Code<KeyMintOperation>, in execute()
325 S: AsCborValue + Code<KeyMintOperation>, in execute()
/system/security/keystore2/src/km_compat/
Dkm_compat.h172 KeyMintOperation(::android::sp<Keymaster> device, uint64_t operationHandle, OperationSlot slot) in KeyMintOperation() function
/system/keymint/ta/src/
Dlib.rs1264 fn op_error_rsp(op: KeyMintOperation, err: Error) -> PerformOpResponse { in op_error_rsp()