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() 257 RSA_KEY *key // IN: the key to use in RSAEP() 293 RSA_KEY *key // IN: the key in RSADP() 919 RSA_KEY *key, // IN: the key to use for encryption in _cpri__EncryptRSA() 992 RSA_KEY *key, // IN: the key to use for decryption in _cpri__DecryptRSA() 1046 RSA_KEY *key, // IN: key to use in _cpri__SignRSA() 1100 RSA_KEY *key, // IN: key to use in _cpri__ValidateSignatureRSA() 1342 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
D | CryptoEngine.h | 183 } RSA_KEY; typedef
|
D | CryptUtil.c | 779 RSA_KEY *key in BuildRSA() 993 RSA_KEY key; in CryptDecryptRSA() 1071 RSA_KEY key; in CryptEncryptRSA() 1130 RSA_KEY key; in CryptSignRSA() 1181 RSA_KEY key; in CryptRSAVerifySignature()
|
D | RSAKeySieve.c | 912 TPM2B_TYPE(RSA_KEY, MAX_RSA_KEY_BYTES); in _cpri__GenerateKeyRSA()
|
D | part4.txt | 20276 573 RSA_KEY *key 20516 727 RSA_KEY key; 20611 805 RSA_KEY key; 20684 860 RSA_KEY key; 20748 908 RSA_KEY key; 25383 …TPM_Types.h This structure is similar to the RSA_KEY structure below. The purpose of these structu… 25404 96 } RSA_KEY; 28859 5 RSA_KEY *key // IN: the key to augment with the private 29129 228 RSA_KEY *key // IN: the key to use 29175 254 RSA_KEY *key // IN: the key [all …]
|