Home
last modified time | relevance | path

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

/system/keymaster/legacy_support/
Drsa_keymaster1_operation.h52 template <typename BaseOperation> class RsaKeymaster1Operation : public BaseOperation {
56 RsaKeymaster1Operation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaKeymaster1Operation() function
Drsa_keymaster1_operation.cpp134 return OperationPtr(new RsaKeymaster1Operation<RsaSignOperation>( in CreateOperation()
138 return OperationPtr(new RsaKeymaster1Operation<RsaDecryptOperation>( in CreateOperation()