Home
last modified time | relevance | path

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

/openssl-master/engines/
A De_capi.c398 static RSA_METHOD *capi_rsa_method = NULL; variable
428 if (!RSA_meth_set_pub_enc(capi_rsa_method, in capi_init()
430 || !RSA_meth_set_pub_dec(capi_rsa_method, in capi_init()
434 || !RSA_meth_set_mod_exp(capi_rsa_method, in capi_init()
436 || !RSA_meth_set_bn_mod_exp(capi_rsa_method, in capi_init()
500 RSA_meth_free(capi_rsa_method); in capi_destroy()
501 capi_rsa_method = NULL; in capi_destroy()
536 if (capi_rsa_method == NULL) in bind_capi()
549 || !ENGINE_set_RSA(e, capi_rsa_method) in bind_capi()
563 RSA_meth_free(capi_rsa_method); in bind_capi()
[all …]

Completed in 5 milliseconds