Lines Matching defs:rsa
34 # include <openssl/rsa.h>
130 unsigned int *siglen, const RSA *rsa);
132 unsigned char *to, RSA *rsa, int padding);
134 unsigned char *to, RSA *rsa, int padding);
135 static int capi_rsa_free(RSA *rsa);
825 unsigned char *to, RSA *rsa, int padding)
832 unsigned char *sigret, unsigned int *siglen, const RSA *rsa)
842 ctx = ENGINE_get_ex_data(RSA_get0_engine(rsa), capi_idx);
846 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
901 slen = RSA_size(rsa);
927 unsigned char *to, RSA *rsa, int padding)
939 ctx = ENGINE_get_ex_data(RSA_get0_engine(rsa), capi_idx);
943 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
993 static int capi_rsa_free(RSA *rsa)
996 capi_key = RSA_get_ex_data(rsa, rsa_capi_idx);
998 RSA_set_ex_data(rsa, rsa_capi_idx, 0);