Home | History | Annotate | Download | only in Pk

Lines Matching refs:OUT

28   @param[in, out]  RsaContext  Pointer to RSA context being set.

30 @param[out] BigNumber Pointer to octet integer buffer.
31 @param[in, out] BnSize On input, the size of big number buffer in bytes.
40 IN OUT VOID *RsaContext,
42 OUT UINT8 *BigNumber,
43 IN OUT UINTN *BnSize
55 @param[in, out] RsaContext Pointer to RSA context being set.
66 IN OUT VOID *RsaContext,
97 Carries out the RSA-SSA signature generation with EMSA-PKCS1-v1_5 encoding scheme.
104 @param[out] Signature Pointer to buffer to receive RSA PKCS1-v1_5 signature.
105 @param[in, out] SigSize On input, the size of Signature buffer in bytes.
117 OUT UINT8 *Signature,
118 IN OUT UINTN *SigSize