Home
last modified time | relevance | path

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

/RevoEX-3.1/include/revolution/net/
DNETCrypto.h149 typedef struct NETRSAContext struct
156 NETRSAContext; argument
158 IOSError NETRSACreate(NETRSAContext *context, const void *publickey, int exponent);
159 void NETRSADelete(NETRSAContext *context);
160 void NETRSAUpdate(NETRSAContext *context, const void *message, u32 length);
161 IOSError NETRSAVerify(NETRSAContext *context, const void *sign);