Lines Matching defs:rsa
101 RSA *rsa; in RSA_new_method() local
141 RSA_free(RSA *rsa) in RSA_free()
182 RSA_up_ref(RSA *rsa) in RSA_up_ref()
198 RSA_get_method(const RSA *rsa) in RSA_get_method()
215 RSA_set_method(RSA *rsa, const RSA_METHOD *method) in RSA_set_method()
241 RSA_set_app_data(RSA *rsa, void *arg) in RSA_set_app_data()
258 RSA_get_app_data(const RSA *rsa) in RSA_get_app_data()
267 RSA *rsa = rk_UNCONST(key); in RSA_check_key() local
308 RSA_size(const RSA *rsa) in RSA_size()
342 unsigned char *to, unsigned int *tlen, RSA *rsa) in RSA_sign()
395 unsigned char *sigbuf, unsigned int siglen, RSA *rsa) in RSA_verify()
485 null_rsa_init(RSA *rsa) in null_rsa_init()
491 null_rsa_finish(RSA *rsa) in null_rsa_finish()
542 d2i_RSAPrivateKey(RSA *rsa, const unsigned char **pp, size_t len) in d2i_RSAPrivateKey()
584 i2d_RSAPrivateKey(RSA *rsa, unsigned char **pp) in i2d_RSAPrivateKey()
634 i2d_RSAPublicKey(RSA *rsa, unsigned char **pp) in i2d_RSAPublicKey()
673 d2i_RSAPublicKey(RSA *rsa, const unsigned char **pp, size_t len) in d2i_RSAPublicKey()