Searched refs:RSA_KEY (Results 1 – 6 of 6) sorted by relevance
/external/tpm2/ |
D | CpriRSA_fp.h | 14 RSA_KEY *key, // IN: the key to use for decryption 24 RSA_KEY *key, // IN: the key to use for encryption 47 RSA_KEY *key, // IN: key to use 62 RSA_KEY *key, // IN: key to use
|
D | CpriRSA.c | 33 RSA_KEY *key // IN: the key to augment with the private in RsaPrivateExponent() 262 RSA_KEY *key // IN: the key to use in RSAEP() 298 RSA_KEY *key // IN: the key in RSADP() 932 RSA_KEY *key, // IN: the key to use for encryption in _cpri__EncryptRSA() 1005 RSA_KEY *key, // IN: the key to use for decryption in _cpri__DecryptRSA() 1059 RSA_KEY *key, // IN: key to use in _cpri__SignRSA() 1113 RSA_KEY *key, // IN: key to use in _cpri__ValidateSignatureRSA() 1355 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
D | CryptoEngine.h | 183 } RSA_KEY; typedef
|
D | CryptUtil.c | 785 RSA_KEY *key in BuildRSA() 999 RSA_KEY key; in CryptDecryptRSA() 1077 RSA_KEY key; in CryptEncryptRSA() 1136 RSA_KEY key; in CryptSignRSA() 1187 RSA_KEY key; in CryptRSAVerifySignature()
|
D | RSAKeySieve.c | 912 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
/external/autotest/server/site_tests/telemetry_Crosperf/ |
D | telemetry_Crosperf.py | 32 RSA_KEY = '-i %s' % test_runner_utils.TEST_KEY_PATH variable 126 cmd.extend(['scp', DUT_SCP_OPTIONS, RSA_KEY, '-v',
|