Home
last modified time | relevance | path

Searched defs:mod_exp_params (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/coreboot/src/vendorcode/amd/psp_verstage/cezanne/include/bl_uapp/
H A Dbl_syscall_public.h56 struct mod_exp_params { struct
57 char *pExponent; // Exponent address
58 unsigned int ExpSize; // Exponent size in bytes
59 char *pModulus; // Modulus address
60 unsigned int ModulusSize; // Modulus size in bytes
61 char *pMessage; // Message address, same size as ModulusSize
62 char *pOutput; // Output address; Must be big enough to hold the
/aosp_15_r20/external/coreboot/src/vendorcode/amd/psp_verstage/glinda/include/bl_uapp/
H A Dbl_syscall_public.h62 struct mod_exp_params { struct
63 char *pExponent; // Exponent address
64 unsigned int ExpSize; // Exponent size in bytes
65 char *pModulus; // Modulus address
66 unsigned int ModulusSize; // Modulus size in bytes
67 char *pMessage; // Message address, same size as ModulusSize
68 char *pOutput; // Output address; Must be big enough to hold the
/aosp_15_r20/external/coreboot/src/vendorcode/amd/psp_verstage/mendocino/include/bl_uapp/
H A Dbl_syscall_public.h63 struct mod_exp_params { struct
64 char *pExponent; // Exponent address
65 unsigned int ExpSize; // Exponent size in bytes
66 char *pModulus; // Modulus address
67 unsigned int ModulusSize; // Modulus size in bytes
68 char *pMessage; // Message address, same size as ModulusSize
69 char *pOutput; // Output address; Must be big enough to hold the
/aosp_15_r20/external/coreboot/src/vendorcode/amd/psp_verstage/picasso/include/bl_uapp/
H A Dbl_syscall_public.h64 struct mod_exp_params { struct
65 char *pExponent; // Exponent address
66 unsigned int ExpSize; // Exponent size in bytes
67 char *pModulus; // Modulus address
68 unsigned int ModulusSize; // Modulus size in bytes
69 char *pMessage; // Message address, same size as ModulusSize
70 char *pOutput; // Output address; Must be big enough to hold the
/aosp_15_r20/external/coreboot/src/vendorcode/amd/psp_verstage/phoenix/include/bl_uapp/
H A Dbl_syscall_public.h68 struct mod_exp_params { struct
69 char *pExponent; // Exponent address
70 unsigned int ExpSize; // Exponent size in bytes
71 char *pModulus; // Modulus address
72 unsigned int ModulusSize; // Modulus size in bytes
73 char *pMessage; // Message address, same size as ModulusSize
74 char *pOutput; // Output address; Must be big enough to hold the