Searched refs:TPM2B_PUBLIC_KEY_RSA (Results 1 – 6 of 6) sorted by relevance
14 TPM2B_PUBLIC_KEY_RSA message;19 typedef struct { TPM2B_PUBLIC_KEY_RSA outData; } RSA_Encrypt_Out;
14 TPM2B_PUBLIC_KEY_RSA cipherText;19 typedef struct { TPM2B_PUBLIC_KEY_RSA message; } RSA_Decrypt_Out;
1248 } TPM2B_PUBLIC_KEY_RSA; typedef1313 TPM2B_PUBLIC_KEY_RSA sig;1401 TPM2B_PUBLIC_KEY_RSA rsa;
182 TPM2B_PUBLIC_KEY_RSA privateExponent; // Additional field for the private
222 UINT16 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA* source,226 TPM_RC TPM2B_PUBLIC_KEY_RSA_Unmarshal(TPM2B_PUBLIC_KEY_RSA* target,
1753 UINT16 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA* source, in TPM2B_PUBLIC_KEY_RSA_Marshal()1765 TPM_RC TPM2B_PUBLIC_KEY_RSA_Unmarshal(TPM2B_PUBLIC_KEY_RSA* target, in TPM2B_PUBLIC_KEY_RSA_Unmarshal()1805 return TPM2B_PUBLIC_KEY_RSA_Marshal((TPM2B_PUBLIC_KEY_RSA*)&source->rsa, in TPMU_PUBLIC_ID_Marshal()1833 return TPM2B_PUBLIC_KEY_RSA_Unmarshal((TPM2B_PUBLIC_KEY_RSA*)&target->rsa, in TPMU_PUBLIC_ID_Unmarshal()