Searched refs:RsaDecryptOperation (Results 1 – 3 of 3) sorted by relevance
178 class RsaDecryptOperation : public RsaCryptOperation {180 RsaDecryptOperation(AuthorizationSet&& hw_enforced, AuthorizationSet&& sw_enforced, in RsaDecryptOperation() function288 RsaDecryptOperation(move(hw_enforced), move(sw_enforced), digest, padding, key); in InstantiateOperation()
135 return OperationPtr(new RsaKeymaster1Operation<RsaDecryptOperation>( in CreateOperation()
570 keymaster_error_t RsaDecryptOperation::Finish(const AuthorizationSet& additional_params, in Finish()