Searched refs:RsaDecryptOperation (Results 1 – 3 of 3) sorted by relevance
181 class RsaDecryptOperation : public RsaCryptOperation {183 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation() function293 RsaDecryptOperation(std::move(hw_enforced), std::move(sw_enforced), digest, padding, in InstantiateOperation()
135 return OperationPtr(new (std::nothrow) RsaKeymaster1Operation<RsaDecryptOperation>( in CreateOperation()
572 keymaster_error_t RsaDecryptOperation::Finish(const AuthorizationSet& additional_params, in Finish()