Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dinitthread.c101 if ((hands = OPENSSL_zalloc(sizeof(*hands))) == NULL) in init_get_thread_local()
121 return hands; in init_get_thread_local()
199 OPENSSL_free(hands); in init_thread_destructor()
272 hands = OPENSSL_zalloc(sizeof(*hands)); in ossl_thread_event_ctx_new()
273 if (hands == NULL) in ossl_thread_event_ctx_new()
291 OPENSSL_free(hands); in ossl_thread_event_ctx_new()
332 if (hands == NULL) in init_thread_stop()
344 curr = *hands; in init_thread_stop()
393 if (hands == NULL) in ossl_init_thread_start()
418 *hands = hand; in ossl_init_thread_start()
[all …]
/openssl/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod45 The password callback, which must be provided by the application, hands back the

Completed in 8 milliseconds