Searched refs:hand (Results 1 – 21 of 21) sorted by relevance
/openssl/crypto/ |
H A D | initthread.c | 371 THREAD_EVENT_HANDLER *hand; in ossl_init_thread_start() local 408 hand = OPENSSL_malloc(sizeof(*hand)); in ossl_init_thread_start() 409 if (hand == NULL) in ossl_init_thread_start() 412 hand->handfn = handfn; in ossl_init_thread_start() 413 hand->arg = arg; in ossl_init_thread_start() 415 hand->index = index; in ossl_init_thread_start() 417 hand->next = *hands; in ossl_init_thread_start() 418 *hands = hand; in ossl_init_thread_start()
|
/openssl/test/ |
H A D | p_test.c | 97 const OSSL_CORE_HANDLE *hand = ctx->handle; in p_get_params() local 124 if (c_get_params(hand, counter_request)) { in p_get_params()
|
/openssl/util/perl/TLSProxy/ |
H A D | Proxy.pm | 429 foreach my $hand (@ready) { 430 if ($hand == $server_sock) { 440 } elsif ($hand == $client_sock) {
|
/openssl/doc/man3/ |
H A D | OPENSSL_instrument_bus.pod | 29 OPENSSL_instrument_bus2() on the other hand B<accumulates> consecutive
|
H A D | X509_cmp.pod | 38 On the other hand, if an RDN is multi-valued, i.e., it contains a set of
|
H A D | OSSL_CMP_ATAV_set0.pod | 41 B<OSSL_CMP_ATAV> is a short hand of B<OSSL_CRMF_ATTRIBUTETYPEANDVALUE>,
|
H A D | BIO_ADDR.pod | 37 available on the platform at hand.
|
/openssl/doc/designs/quic-design/ |
H A D | debugging.md | 20 information in general and do not have information removed. On the other hand,
|
H A D | quic-requirements.md | 112 using whatever security protocol is most appropriate for the task at hand.
|
H A D | quic-fc.md | 66 controlled bytes from a QUIC stream and hand them to the application, meaning
|
H A D | quic-io-arch.md | 394 WinSock-specific `select()` call must be used. On the other hand, other kinds of
|
/openssl/ |
H 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
|
H A D | INSTALL.md | 560 the SHA256 value of "holy hand grenade of antioch" and is sufficient
|
H A D | CHANGES.md | 10827 with RSA certificates on the one hand and with ECDSA certificates 10828 on the other hand, since these are separate ciphersuites. The 17429 of 'md', i.e. 80 bits. ssleay_rand_add, on the other hand, chains
|
/openssl/external/perl/Text-Template-1.56/ |
H A D | Changes | 70 + use Test::More instead of generating TAP by hand
|
/openssl/include/openssl/ |
H A D | crypto.h.in | 275 * On the other hand, the locking callbacks are no longer used. Consequently,
|
/openssl/doc/man1/ |
H A D | openssl-pkcs12.pod.in | 433 in non-compliant manner, which limited interoperability, in first hand
|
H A D | openssl-enc.pod.in | 472 On the other hand, when base64 decoding without the B<-A> option,
|
H A D | openssl-ca.pod.in | 813 this when the certificate is displayed then this will hand the requester
|
/openssl/crypto/aes/asm/ |
H A D | bsaes-armv8.pl | 53 // A lot of hand-scheduling has been performed. Consequently, this code
|
/openssl/doc/man7/ |
H A D | ossl-guide-migration.pod | 104 On the other hand, to do AES encryption using the low level APIs you would have
|
Completed in 91 milliseconds