Home | History | Annotate | Download | only in rsa

Lines Matching refs:RSA

62 #include <openssl/rsa.h>
65 /* This is a dummy RSA implementation that just returns errors when called.
66 * It is designed to allow some RSA functions to work while stopping those
67 * covered by the RSA patent. That is RSA, encryption, decryption, signing
68 * and verify is not allowed but RSA key generation, key checking and other
69 * operations (like storing RSA keys) are permitted.
73 unsigned char *to, RSA *rsa,int padding);
75 unsigned char *to, RSA *rsa,int padding);
77 unsigned char *to, RSA *rsa,int padding);
79 unsigned char *to, RSA *rsa,int padding);
81 static int RSA_null_mod_exp(const BIGNUM *r0, const BIGNUM *i, RSA *rsa);
83 static int RSA_null_init(RSA *rsa);
84 static int RSA_null_finish(RSA *rsa);
86 "Null RSA",
108 unsigned char *to, RSA *rsa, int padding)
115 unsigned char *to, RSA *rsa, int padding)
122 unsigned char *to, RSA *rsa, int padding)
129 unsigned char *to, RSA *rsa, int padding)
136 static int RSA_null_mod_exp(BIGNUM *r0, BIGNUM *I, RSA *rsa)
143 static int RSA_null_init(RSA *rsa)
148 static int RSA_null_finish(RSA *rsa)