Searched refs:KeyMintOperation (Results 1 – 8 of 8) sorted by relevance
/system/keymint/hal/src/ |
D | lib.rs | 29 CborError, Code, KeyMintOperation, 159 R: AsCborValue + Code<KeyMintOperation>, in channel_execute() argument 160 S: AsCborValue + Code<KeyMintOperation>, in channel_execute() argument 235 <KeyMintOperation>::from_cbor_value(inner_rsp_array.remove(0)).map_err(failed_cbor)?; in channel_execute() 254 R: AsCborValue + Code<KeyMintOperation>, in execute() argument 255 S: AsCborValue + Code<KeyMintOperation>, in execute() argument
|
D | keymint.rs | 309 R: AsCborValue + Code<KeyMintOperation>, in execute() argument 310 S: AsCborValue + Code<KeyMintOperation>, in execute() argument
|
/system/keymint/wire/src/ |
D | types.rs | 621 declare_req_rsp_enums! { KeyMintOperation => (PerformOpReq, PerformOpRsp) { 657 pub fn is_rpc_operation(code: KeyMintOperation) -> bool { in is_rpc_operation() 660 KeyMintOperation::RpcGetHardwareInfo in is_rpc_operation() 661 | KeyMintOperation::RpcGenerateEcdsaP256KeyPair in is_rpc_operation() 662 | KeyMintOperation::RpcGenerateCertificateRequest in is_rpc_operation() 663 | KeyMintOperation::RpcGenerateCertificateV2Request in is_rpc_operation()
|
/system/security/keystore2/src/km_compat/ |
D | km_compat.h | 167 class KeyMintOperation : public aidl::android::hardware::security::keymint::BnKeyMintOperation { 169 KeyMintOperation(::android::sp<Keymaster> device, uint64_t operationHandle, OperationSlot slot) in KeyMintOperation() function 171 ~KeyMintOperation();
|
D | km_compat.cpp | 724 _aidl_return->operation = ndk::SharedRefBase::make<KeyMintOperation>( in beginInternal() 842 ScopedAStatus KeyMintOperation::updateAad(const std::vector<uint8_t>& input, in updateAad() 867 void KeyMintOperation::setUpdateBuffer(std::vector<uint8_t> data) { in setUpdateBuffer() 872 KeyMintOperation::getExtendedUpdateBuffer(const std::vector<uint8_t>& suffix) { in getExtendedUpdateBuffer() 881 ScopedAStatus KeyMintOperation::update(const std::vector<uint8_t>& input_raw, in update() 929 KeyMintOperation::finish(const std::optional<std::vector<uint8_t>>& in_input, in finish() 964 ScopedAStatus KeyMintOperation::abort() { in abort() 974 KeyMintOperation::~KeyMintOperation() { in ~KeyMintOperation()
|
/system/keymint/common/src/bin/ |
D | cddl-dump.rs | 74 show_schema::<KeyMintOperation>(); in main()
|
/system/keymint/common/ |
D | generated.cddl | 377 KeyMintOperation = &(
|
/system/keymint/ta/src/ |
D | lib.rs | 1189 fn op_error_rsp(op: KeyMintOperation, err: Error) -> PerformOpResponse { in op_error_rsp() argument
|