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