Home
last modified time | relevance | path

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

/dports/lang/ruby26/ruby-2.6.9/ext/openssl/
H A Dossl_pkey.c72 ossl_generate_cb_stop(void *ptr) in ossl_generate_cb_stop() function
H A Dossl_pkey.h44 void ossl_generate_cb_stop(void *ptr);
H A Dossl_pkey_dh.c123 rb_thread_call_without_gvl(dh_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg); in dh_generate()
H A Dossl_pkey_dsa.c142 rb_thread_call_without_gvl(dsa_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg); in dsa_generate()
H A Dossl_pkey_rsa.c152 rb_thread_call_without_gvl(rsa_blocking_gen, &gen_arg, ossl_generate_cb_stop, &cb_arg); in rsa_generate()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.022065 ossl_generate_cb_stop): Added new callback function for OpenSSL pkey
22067 ossl_generate_cb_stop is the unblock function(ubf) for Ruby which