Home
last modified time | relevance | path

Searched refs:operation_table_ (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/keymaster/android_keymaster/
H A Dandroid_keymaster.cpp141 : context_(move(other.context_)), operation_table_(move(other.operation_table_)) {} in AndroidKeymaster()
597 operation_table_->Delete(request.op_handle); in UpdateOperation()
602 operation_table_->Delete(request.op_handle); in UpdateOperation()
613 operation_table_->Delete(request.op_handle); in UpdateOperation()
623 operation_table_->Delete(request.op_handle); in UpdateOperation()
641 operation_table_->Delete(request.op_handle); in FinishOperation()
646 operation_table_->Delete(request.op_handle); in FinishOperation()
657 operation_table_->Delete(request.op_handle); in FinishOperation()
665 operation_table_->Delete(request.op_handle); in FinishOperation()
701 operation_table_->Delete(request.op_handle); in FinishOperation()
[all …]
/aosp12/system/keymaster/include/keymaster/
H A Dandroid_keymaster.h116 UniquePtr<OperationTable> operation_table_; variable