Home
last modified time | relevance | path

Searched refs:TPM2B_PUBLIC_KEY_RSA (Results 1 – 6 of 6) sorted by relevance

/external/tpm2/
DRSA_Encrypt_fp.h14 TPM2B_PUBLIC_KEY_RSA message;
19 typedef struct { TPM2B_PUBLIC_KEY_RSA outData; } RSA_Encrypt_Out;
DRSA_Decrypt_fp.h14 TPM2B_PUBLIC_KEY_RSA cipherText;
19 typedef struct { TPM2B_PUBLIC_KEY_RSA message; } RSA_Decrypt_Out;
Dtpm_types.h1248 } TPM2B_PUBLIC_KEY_RSA; typedef
1313 TPM2B_PUBLIC_KEY_RSA sig;
1401 TPM2B_PUBLIC_KEY_RSA rsa;
DGlobal.h182 TPM2B_PUBLIC_KEY_RSA privateExponent; // Additional field for the private
Dtpm_generated.h222 UINT16 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA* source,
226 TPM_RC TPM2B_PUBLIC_KEY_RSA_Unmarshal(TPM2B_PUBLIC_KEY_RSA* target,
Dtpm_generated.c1753 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()