Home
last modified time | relevance | path

Searched refs:rsa_meth (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/crypto/engine/
H A Dtb_rsa.c30 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() argument
74 e->rsa_meth = rsa_meth; in ENGINE_set_RSA()
H A Deng_list.c347 dest->rsa_meth = src->rsa_meth; in engine_cpy()
H A Deng_local.h114 const RSA_METHOD *rsa_meth; member
H A Deng_lib.c54 e->rsa_meth = NULL; in engine_set_all_null()
/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c66 RSA_METHOD *rsa_meth; member
99 if (helpers[i] != NULL && helpers[i]->rsa_meth == meth) in helper_by_rsa()
133 helper->rsa_meth == NULL) in helper_free()
154 RSA_meth_free(helper->rsa_meth); in helper_free()
422 if (RSA_set_method(rsa, helper->rsa_meth) != 1) in wrap_key()
484 if (RSA_set_method(rsa_cert, helper->rsa_meth) != 1) in pkcs11_make_cert()
529 RSA_METHOD *rsa_meth = NULL; in pkcs11_start_helper_methods() local
550 if ((rsa_meth = RSA_meth_dup(RSA_get_default_method())) == NULL) in pkcs11_start_helper_methods()
552 helper->rsa_finish = RSA_meth_get_finish(rsa_meth); in pkcs11_start_helper_methods()
553 if (!RSA_meth_set1_name(rsa_meth, "ssh-pkcs11-helper") || in pkcs11_start_helper_methods()
[all …]
/freebsd/crypto/openssl/crypto/rsa/
H A Dbuild.info10 rsa_pmeth.c rsa_meth.c rsa_mp.c
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c567 RSA_METHOD *rsa_meth; in tls_cryptoapi_cert() local
575 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 …]
/freebsd/crypto/openssl/include/openssl/
H A Dengine.h497 OSSL_DEPRECATEDIN_3_0 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c1210 RSA_METHOD *rsa_meth = NULL; in test_EVP_PKEY_sign_with_app_method() local
1226 if (!TEST_ptr(rsa_meth = RSA_meth_dup(RSA_get_default_method()))) in test_EVP_PKEY_sign_with_app_method()
1230 || !TEST_int_gt(RSA_set_method(rsa, rsa_meth), 0) in test_EVP_PKEY_sign_with_app_method()
1277 RSA_meth_free(rsa_meth); in test_EVP_PKEY_sign_with_app_method()
/freebsd/secure/lib/libcrypto/
H A DMakefile479 SRCS+= rsa_err.c rsa_gen.c rsa_lib.c rsa_meth.c rsa_mp.c rsa_mp_names.c
/freebsd/crypto/openssl/doc/man3/
H A DENGINE_add.pod122 int ENGINE_set_RSA(ENGINE *e, const RSA_METHOD *rsa_meth);