Lines Matching refs:RSA_CTX
155 } RSA_CTX; typedef
157 void RSA_priv_key_new(RSA_CTX **rsa_ctx,
169 void RSA_pub_key_new(RSA_CTX **rsa_ctx,
172 void RSA_free(RSA_CTX *ctx);
173 int RSA_decrypt(const RSA_CTX *ctx, const uint8_t *in_data, uint8_t *out_data,
175 bigint *RSA_private(const RSA_CTX *c, bigint *bi_msg);
177 bigint *RSA_raw_sign_verify(RSA_CTX *c, bigint *bi_msg);
180 bigint *RSA_public(const RSA_CTX *c, bigint *bi_msg);
181 int RSA_encrypt(const RSA_CTX *ctx, const uint8_t *in_data, uint16_t in_len,
183 void RSA_print(const RSA_CTX *ctx);
238 RSA_CTX *rsa_ctx;
252 int asn1_get_private_key(const uint8_t *buf, int len, RSA_CTX **rsa_ctx);