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()
264 hands = OPENSSL_zalloc(sizeof(*hands)); in ossl_thread_event_ctx_new()
265 if (hands == NULL) in ossl_thread_event_ctx_new()
273 OPENSSL_free(hands); in ossl_thread_event_ctx_new()
311 if (hands == NULL) in init_thread_stop()
323 curr = *hands; in init_thread_stop()
372 if (hands == NULL) in ossl_init_thread_start()
398 *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 14 milliseconds