Home
last modified time | relevance | path

Searched refs:RSA (Results 1 – 12 of 12) sorted by relevance

/include/openssl/
A Drsa.h212 OSSL_DEPRECATEDIN_3_0 RSA *RSA_new(void);
255 OSSL_DEPRECATEDIN_3_0 int RSA_get_version(RSA *r);
294 RSA *rsa, int padding);
297 RSA *rsa, int padding);
300 RSA *rsa, int padding);
303 RSA *rsa, int padding);
304 OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r);
306 OSSL_DEPRECATEDIN_3_0 int RSA_up_ref(RSA *r);
307 OSSL_DEPRECATEDIN_3_0 int RSA_flags(const RSA *r);
375 RSA *rsa);
[all …]
A Dx509.h.in392 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_fp(FILE *fp, RSA **rsa);
393 OSSL_DEPRECATEDIN_3_0 int i2d_RSAPrivateKey_fp(FILE *fp, const RSA *rsa);
394 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_fp(FILE *fp, RSA **rsa);
395 OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_fp(FILE *fp, const RSA *rsa);
396 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_fp(FILE *fp, RSA **rsa);
397 OSSL_DEPRECATEDIN_3_0 int i2d_RSA_PUBKEY_fp(FILE *fp, const RSA *rsa);
440 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPrivateKey_bio(BIO *bp, RSA **rsa);
442 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSAPublicKey_bio(BIO *bp, RSA **rsa);
443 OSSL_DEPRECATEDIN_3_0 int i2d_RSAPublicKey_bio(BIO *bp, const RSA *rsa);
444 OSSL_DEPRECATEDIN_3_0 RSA *d2i_RSA_PUBKEY_bio(BIO *bp, RSA **rsa);
[all …]
A Dcore_names.h.in86 /* RSA padding modes */
93 /* RSA pss padding salt length */
A Dtypes.h155 typedef struct rsa_st RSA; typedef
A Dpem.h457 DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA)
458 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA)
459 DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSA_PUBKEY, RSA)
A Dct.h.in37 /* Minimum RSA key size, from RFC6962 */
A Dssl.h.in121 # define SSL_TXT_RSA "RSA"
210 * actually enabled by ALL, but "ALL:RSA" would enable some of them.)
1636 OSSL_DEPRECATEDIN_3_0 __owur int SSL_use_RSAPrivateKey(SSL *ssl, RSA *rsa);
1796 __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa);
/include/crypto/
A Drsa.h61 RSA *ossl_rsa_new_with_ctx(OSSL_LIB_CTX *libctx);
62 OSSL_LIB_CTX *ossl_rsa_get0_libctx(RSA *r);
71 int ossl_rsa_is_foreign(const RSA *rsa);
72 RSA *ossl_rsa_dup(const RSA *rsa, int selection);
108 int ossl_rsa_validate_public(const RSA *key);
109 int ossl_rsa_validate_private(const RSA *key);
110 int ossl_rsa_validate_pairwise(const RSA *key);
115 size_t siglen, RSA *rsa);
128 int ossl_rsa_key_pairwise_test(RSA *rsa);
142 int ossl_rsa_check_factors(RSA *r);
[all …]
A Dpem.h34 RSA *ossl_b2i_RSA_after_header(const unsigned char **in, unsigned int bitlen,
46 RSA *b2i_RSA_PVK_bio(BIO *in, pem_password_cb *cb, void *u);
47 RSA *b2i_RSA_PVK_bio_ex(BIO *in, pem_password_cb *cb, void *u,
A Dtypes.h17 typedef struct rsa_st RSA; typedef
A Dx509.h343 RSA *ossl_d2i_RSA_PSS_PUBKEY(RSA **a, const unsigned char **pp, long length);
344 int ossl_i2d_RSA_PSS_PUBKEY(const RSA *a, unsigned char **pp);
A Devp.h969 RSA *evp_pkey_get0_RSA_int(const EVP_PKEY *pkey);

Completed in 675 milliseconds