X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Frsa.h;h=0c1ab1bacc3a7dc2966c0663e3d2ede3a2cad318;hp=6244feff6b474cf4af7dca50daa8d99db100eb91;hb=fb8dbc2d9cd7ff5d197654f873ac18aa6ef9c5e3;hpb=e51f4e881515d5e6d69596c4b8fc5235159b3d56 diff --git a/lib/silccrypt/rsa.h b/lib/silccrypt/rsa.h index 6244feff..0c1ab1ba 100644 --- a/lib/silccrypt/rsa.h +++ b/lib/silccrypt/rsa.h @@ -23,16 +23,6 @@ #include "rsa_internal.h" -/* Data context for RSA */ -typedef struct { - SilcInt src; - SilcInt dst; - SilcInt exp; - SilcInt mod; -} RsaDataContext; - -RsaDataContext *silc_rsa_data_context; - /* * SILC PKCS API for RSA */ @@ -44,8 +34,6 @@ SILC_PKCS_API_GET_PRIVATE_KEY(rsa); SILC_PKCS_API_SET_PUBLIC_KEY(rsa); SILC_PKCS_API_SET_PRIVATE_KEY(rsa); SILC_PKCS_API_CONTEXT_LEN(rsa); -SILC_PKCS_API_DATA_CONTEXT_LEN(rsa); -SILC_PKCS_API_SET_ARG(rsa); SILC_PKCS_API_ENCRYPT(rsa); SILC_PKCS_API_DECRYPT(rsa); SILC_PKCS_API_SIGN(rsa);