Home
last modified time | relevance | path

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

/aosp_15_r20/system/keymint/hal/src/
H A 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()
H A Dkeymint.rs324 R: AsCborValue + Code<KeyMintOperation>, in execute()
325 S: AsCborValue + Code<KeyMintOperation>, in execute()
/aosp_15_r20/system/security/keystore2/src/km_compat/
H A Dkm_compat.h172 KeyMintOperation(::android::sp<Keymaster> device, uint64_t operationHandle, OperationSlot slot) in KeyMintOperation() function
/aosp_15_r20/system/keymint/ta/src/
H A Dlib.rs1252 fn op_error_rsp(op: KeyMintOperation, err: Error) -> PerformOpResponse { in op_error_rsp()