Home
last modified time | relevance | path

Searched refs:RSA_Decrypt_Out (Results 1 – 3 of 3) sorted by relevance

/external/tpm2/
DRSA_Decrypt_fp.h19 typedef struct { TPM2B_PUBLIC_KEY_RSA message; } RSA_Decrypt_Out; typedef
23 TPM_RC TPM2_RSA_Decrypt(RSA_Decrypt_In* in, RSA_Decrypt_Out* out);
36 UINT16 RSA_Decrypt_Out_Marshal(RSA_Decrypt_Out* source,
DMarshal_RSA_Decrypt.c10 UINT16 RSA_Decrypt_Out_Marshal(RSA_Decrypt_Out* source, in RSA_Decrypt_Out_Marshal()
71 RSA_Decrypt_Out out; in Exec_RSA_Decrypt()
DRSA_Decrypt.c28 RSA_Decrypt_Out *out // OUT: output parameter list in TPM2_RSA_Decrypt()