Searched defs:perform_operation (Results 1 – 2 of 2) sorted by relevance
/external/python/rsa/rsa/ |
D | cli.py | 115 def perform_operation(self, indata, key, cli_args): member in CryptoOperation 205 def perform_operation(self, indata, pub_key, cli_args=None): member in EncryptOperation 222 def perform_operation(self, indata, priv_key, cli_args=None): member in DecryptOperation 244 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
|
/external/cmockery/cmockery_0_1_2/src/example/ |
D | calculator.c | 155 static int perform_operation( in perform_operation() function
|