/openssl/crypto/aes/asm/ |
H A D | vpaes-x86.pl | 283 &mov ($magic,$round); 406 &cmp ($round,192); 420 &mov ($round,10); 424 &dec ($round); 450 &mov ($round,4); 459 &dec ($round); 478 &mov ($round,7); 486 &dec ($round); 767 &mov ($base,$round); 791 &mov ($base,$round); [all …]
|
H A D | bsaes-armv8.pl | 998 // don't save last round key 1596 str q8, [x2] // next round tweak 1610 ldr q11, [x0] // next round tweak 1698 str q18, [x0] // next round tweak 1714 ldr q11, [x0] // next round tweak 1741 ldr q11, [x0] // next round tweak 1764 ldr q11, [x0] // next round tweak 1789 mov v11.16b, v15.16b // next round tweak 1809 mov v11.16b, v14.16b // next round tweak 1827 mov v11.16b, v13.16b // next round tweak [all …]
|
/openssl/crypto/sm3/asm/ |
H A D | sm3-armv8.pl | 62 sub round () { subroutine 100 &round($ab, $vstate0, $vstate1, $vconst0, $vconst1, $vtmp2, 102 &round($ab, $vstate0, $vstate1, $vconst1, $vconst0, $vtmp2, 104 &round($ab, $vstate0, $vstate1, $vconst0, $vconst1, $vtmp2, 106 &round($ab, $vstate0, $vstate1, $vconst1, $vconst0, $vtmp2,
|
/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 119 ! parameter 3 result left (modify in first round) 120 ! parameter 4 result right (use in first round) 243 ! the previous round is finished. 263 ! each round, except after last round. In this code the original 268 ! parameter 1 first work (left in first round) 269 ! parameter 2 first use (right in first round) 347 xor $1, local7, local2 ! sbox 5 next round 350 srl local2, 16, local2 ! sbox 5 next round 354 and local2, 252, local2 ! sbox5 next round 355 ! next round [all …]
|
/openssl/doc/man3/ |
H A D | SSL_get_handshake_rtt.pod | 6 - get round trip time for SSL Handshake 16 SSL_get_handshake_rtt() retrieves the round-trip time (RTT) for I<ssl>.
|
H A D | BIO_s_socket.pod | 18 round the platform's socket routines.
|
H A D | BIO_s_fd.pod | 21 round the platforms file descriptor routines such as read() and write().
|
H A D | BIO_s_file.pod | 28 is a wrapper round the stdio FILE structure and it is a
|
H A D | OPENSSL_secure_malloc.pod | 97 requested, in order to "round up" and reduce secure heap fragmentation.
|
H A D | BIO_s_connect.pod | 41 round the platform's TCP/IP socket connection routines.
|
H A D | SSL_read_early_data.pod | 252 the server before a full round trip of network traffic has occurred. Application 268 sent until a complete round trip with the server has occurred which defeats the
|
H A D | BN_generate_prime.pod | 159 After each round of the Miller-Rabin probabilistic primality test,
|
H A D | BIO_s_accept.pod | 42 round the platform's TCP/IP socket accept routines.
|
H A D | BIO_f_ssl.pod | 39 is a wrapper round the OpenSSL SSL routines adding a BIO "flavour" to
|
H A D | OSSL_HPKE_CTX_new.pod | 475 This example demonstrates a minimal round-trip using HPKE. 488 /* Do a round-trip, generating a key, encrypting and decrypting */
|
H A D | OSSL_HTTP_transfer.pod | 228 transfers with a single round trip, so does not support persistent connections.
|
/openssl/doc/designs/quic-design/ |
H A D | quic-connID-retire.md | 14 * round robin non-retired CIDs
|
H A D | quic-overview.md | 85 round trip time to the remote peer.
|
H A D | tx-packetiser.md | 106 (QUIC_STREAM), which are iterated on a rotating round robin basis. Each 530 - A round robin (RR) strategy in which the frame scheduler switches to 555 revolving round robin basis, moving to the next stream in the round robin
|
/openssl/doc/man1/ |
H A D | openssl-genrsa.pod.in | 110 round of the Miller-Rabin primality test, B<*> means the current prime starts
|
H A D | openssl-namedisplay-options.pod | 165 Places spaces round the equal sign, C<=>, character which follows the field
|
/openssl/doc/man7/ |
H A D | ossl-guide-quic-introduction.pod | 37 logical streams without requiring a round-trip exchange of packets between the 51 functionality but also avoids the round trip needed to open a TCP socket; thus,
|
/openssl/test/ |
H A D | exptest.c | 151 static int test_mod_exp(int round) in test_mod_exp() argument
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmd_sha.txt | 308 # "Known-answer and Monte Carlo test results, as of round 3
|
/openssl/crypto/engine/ |
H A D | README.md | 62 Ie. all implementations *have* to come from an ENGINE, but we get round that by
|