Lines Matching refs:RsaContext
143 @param[in] RsaContext Pointer to the RSA context to be released.
149 IN VOID *RsaContext
152 RsaFree (RsaContext);
160 If RsaContext is NULL, then return FALSE.
162 @param[in, out] RsaContext Pointer to RSA context being set.
174 IN OUT VOID *RsaContext,
180 return RsaSetKey (RsaContext, KeyTag, BigNumber, BnLength);
187 If RsaContext is NULL, then return FALSE.
192 @param[in] RsaContext Pointer to RSA context for signature verification.
205 IN VOID *RsaContext,
212 return RsaPkcs1Verify (RsaContext, MessageHash, HashLength, Signature, SigLength);