Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 35) sorted by relevance

12

/openssl/crypto/rand/
H A Drand_uniform.c101 uint32_t ossl_rand_range_uint32(OSSL_LIB_CTX *ctx, uint32_t lower, uint32_t upper, in ossl_rand_range_uint32() argument
104 if (!ossl_assert(lower < upper)) { in ossl_rand_range_uint32()
108 return lower + ossl_rand_uniform_uint32(ctx, upper - lower, err); in ossl_rand_range_uint32()
/openssl/test/ssl-tests/
H A D13-fragmentation.cnf23 test-18 = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024
24 test-19 = 19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024
468 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024]
469 ssl_conf = 18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl
471 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-ssl]
475 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-server]
480 [18-Maximum Fragment Len extension 512 lower than FragmentSize 1024-client]
496 [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024]
499 [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-ssl]
503 [19-Maximum Fragment Len extension 1024 lower than FragmentSize 1024-server]
[all …]
H A D13-fragmentation.cnf.in217 name => "Maximum Fragment Len extension 512 lower than FragmentSize 1024",
230 name => "Maximum Fragment Len extension 1024 lower than FragmentSize 1024",
/openssl/include/crypto/
H A Drand.h151 uint32_t ossl_rand_range_uint32(OSSL_LIB_CTX *ctx, uint32_t lower, uint32_t upper,
/openssl/doc/man3/
H A DBN_num_bytes.pod41 of I<significant> bits a little lower. If you want to know the "key
H A DRSA_sign.pod33 See L<RSA_private_encrypt(3)> for lower-level
H A DPEM_read_CMS.pod98 L<ASN1_ITEM(3)>. For more information on the lower-level routines used
H A DX509_get0_signature.pod87 These functions provide lower level access to signatures in certificates
H A DSSL_read_early_data.pod219 The amount of data that is accepted will always be the lower of the
279 changed to accept a lower max early data value such as by calling
287 retry with a lower maximum protocol version.
H A DBN_generate_prime.pod70 2^-648 for a 2048 bit prime, and lower than 2^-882 for primes larger
H A DOPENSSL_malloc.pod93 parameters and call a lower-level B<CRYPTO_xxx> API.
H A DSSL_CTX_set_verify.pod60 callback (e.g., at a lower depth, or for a separate error condition) returns 0.
/openssl/test/recipes/30-test_evp_data/
H A Devpmac_poly1305.txt54 # What happens if data limb is all ones and there is carry from lower limb?
/openssl/
H A DNOTES-ANDROID.md26 invoke `$(CROSS_COMPILE)clang` [`*gcc` on NDK 19 and lower] and company.
/openssl/doc/man5/
H A Dconfig.pod270 0 will prevent the provider from being activated. Settings can be given in lower
277 requested provider. A value of 1, yes, true or on (in lower or uppercase) will
278 activate this setting, while a value of 0, no, false, of off (again in lower or
H A Dfips_config.pod189 =item B<pbkdf2-lower-bound-check>
/openssl/doc/designs/
H A Dpassing-algorithmidentifier-parameters.md138 - In some cases, they were passed as part of the lower level key structure
H A Dxof.md35 well as in the lower level SHA3_squeeze() operation (Of which there is a generic
H A Dfips_indicator.md336 - KMAC may need a lower bound check on the output size (SP800-185 Section 8.4.2)
/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md159 to be available from the lower 3 bits of the frame type).
H A Dquic-fc.md132 Update event is passed to the state machine with a value lower than that passed
H A Dtx-packetiser.md590 - **Anti-amplification Limit.** Sometimes a lower MDPL may be imposed due to
686 limits how much data can be in flight at any given time, which may cause a lower
/openssl/crypto/
H A Dsparccpuid.S30 ! resides on the stack, toward lower addresses]. To facilitate for
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in214 Be careful when building cipherlists out of lower-level primitives such as
225 Be careful when building cipherlists out of lower-level primitives such as
H A Dopenssl-fipsinstall.pod.in352 Configure the module to not perform run-time lower bound check for PBKDF2.

Completed in 37 milliseconds

12