Searched defs:perform_operation (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | cli.py | 116 def perform_operation(self, indata, key, cli_args=None): member in CryptoOperation 207 def perform_operation(self, indata, pub_key, cli_args=None): member in EncryptOperation 224 def perform_operation(self, indata, priv_key, cli_args=None): member in DecryptOperation 245 def perform_operation(self, indata, priv_key, cli_args): member in SignOperation 269 def perform_operation(self, indata, pub_key, cli_args): member in VerifyOperation 351 def perform_operation(self, infile, outfile, pub_key, cli_args=None): member in EncryptBigfileOperation 367 def perform_operation(self, infile, outfile, priv_key, cli_args=None): member in DecryptBigfileOperation
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | calculator.c | 155 static int perform_operation( in perform_operation() function
|