Searched refs:hand (Results 1 – 13 of 13) sorted by relevance
/openssl-master/crypto/ |
A D | initthread.c | 356 THREAD_EVENT_HANDLER *hand; in ossl_init_thread_start() local 395 hand = OPENSSL_malloc(sizeof(*hand)); in ossl_init_thread_start() 396 if (hand == NULL) in ossl_init_thread_start() 399 hand->handfn = handfn; in ossl_init_thread_start() 400 hand->arg = arg; in ossl_init_thread_start() 402 hand->index = index; in ossl_init_thread_start() 404 hand->next = *hands; in ossl_init_thread_start() 405 *hands = hand; in ossl_init_thread_start()
|
/openssl-master/util/perl/TLSProxy/ |
A D | Proxy.pm | 392 foreach my $hand (@ready) { 393 if ($hand == $server_sock) { 403 } elsif ($hand == $client_sock) {
|
/openssl-master/test/ |
A D | p_test.c | 83 const OSSL_CORE_HANDLE *hand = ctx->handle; in p_get_params() local 110 if (c_get_params(hand, counter_request)) { in p_get_params()
|
/openssl-master/doc/man3/ |
A D | OPENSSL_instrument_bus.pod | 29 OPENSSL_instrument_bus2() on the other hand B<accumulates> consecutive
|
A D | X509_cmp.pod | 37 On the other hand, if an RDN is multi-valued, i.e., it contains a set of
|
A D | BIO_ADDR.pod | 34 available on the platform at hand.
|
/openssl-master/ |
A D | README-ENGINES.md | 63 such functionality. To see first hand the types of commands available 249 hand such applications would only have the memory footprint of any
|
A D | CHANGES.md | 8857 with RSA certificates on the one hand and with ECDSA certificates 8858 on the other hand, since these are separate ciphersuites. The 15459 of 'md', i.e. 80 bits. ssleay_rand_add, on the other hand, chains
|
/openssl-master/external/perl/Text-Template-1.56/ |
A D | Changes | 70 + use Test::More instead of generating TAP by hand
|
/openssl-master/include/openssl/ |
A D | crypto.h.in | 261 * On the other hand, the locking callbacks are no longer used. Consequently,
|
/openssl-master/doc/man1/ |
A D | openssl-pkcs12.pod.in | 405 in non-compliant manner, which limited interoperability, in first hand
|
A D | openssl-ca.pod.in | 791 this when the certificate is displayed then this will hand the requester
|
/openssl-master/doc/man7/ |
A D | migration_guide.pod | 83 On the other hand, to do AES encryption using the low level APIs you would have
|
Completed in 41 milliseconds