Searched refs:rsa_meth (Results 1 – 10 of 10) sorted by relevance
30 if (e->rsa_meth) in ENGINE_register_RSA()47 if (e->rsa_meth) in ENGINE_set_default_RSA()68 return e->rsa_meth; in ENGINE_get_RSA()72 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth) in ENGINE_set_RSA() argument74 e->rsa_meth = rsa_meth; in ENGINE_set_RSA()
114 const RSA_METHOD *rsa_meth; member
382 dest->rsa_meth = src->rsa_meth; in engine_cpy()
60 e->rsa_meth = NULL; in engine_set_all_null()
10 rsa_pmeth.c rsa_meth.c rsa_mp.c
567 RSA_METHOD *rsa_meth; in tls_cryptoapi_cert() local575 rsa_meth = os_zalloc(sizeof(*rsa_meth)); in tls_cryptoapi_cert()576 if (priv == NULL || rsa_meth == NULL) { in tls_cryptoapi_cert()580 os_free(rsa_meth); in tls_cryptoapi_cert()614 rsa_meth->name = "Microsoft CryptoAPI RSA Method"; in tls_cryptoapi_cert()615 rsa_meth->rsa_pub_enc = cryptoapi_rsa_pub_enc; in tls_cryptoapi_cert()616 rsa_meth->rsa_pub_dec = cryptoapi_rsa_pub_dec; in tls_cryptoapi_cert()617 rsa_meth->rsa_priv_enc = cryptoapi_rsa_priv_enc; in tls_cryptoapi_cert()618 rsa_meth->rsa_priv_dec = cryptoapi_rsa_priv_dec; in tls_cryptoapi_cert()619 rsa_meth->finish = cryptoapi_finish; in tls_cryptoapi_cert()[all …]
497 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
1705 RSA_METHOD *rsa_meth = NULL; in test_EVP_PKEY_sign_with_app_method() local1721 if (!TEST_ptr(rsa_meth = RSA_meth_dup(RSA_get_default_method()))) in test_EVP_PKEY_sign_with_app_method()1725 || !TEST_int_gt(RSA_set_method(rsa, rsa_meth), 0) in test_EVP_PKEY_sign_with_app_method()1774 RSA_meth_free(rsa_meth); in test_EVP_PKEY_sign_with_app_method()
525 SRCS+= rsa_err.c rsa_gen.c rsa_lib.c rsa_meth.c rsa_mp.c rsa_mp_names.c
122 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);