Searched refs:lower (Results 1 – 25 of 35) sorted by relevance
12
/openssl/crypto/rand/ |
H A D | rand_uniform.c | 101 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 D | 13-fragmentation.cnf | 23 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 D | 13-fragmentation.cnf.in | 217 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 D | rand.h | 151 uint32_t ossl_rand_range_uint32(OSSL_LIB_CTX *ctx, uint32_t lower, uint32_t upper,
|
/openssl/doc/man3/ |
H A D | BN_num_bytes.pod | 41 of I<significant> bits a little lower. If you want to know the "key
|
H A D | RSA_sign.pod | 33 See L<RSA_private_encrypt(3)> for lower-level
|
H A D | PEM_read_CMS.pod | 98 L<ASN1_ITEM(3)>. For more information on the lower-level routines used
|
H A D | X509_get0_signature.pod | 87 These functions provide lower level access to signatures in certificates
|
H A D | SSL_read_early_data.pod | 219 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 D | BN_generate_prime.pod | 70 2^-648 for a 2048 bit prime, and lower than 2^-882 for primes larger
|
H A D | OPENSSL_malloc.pod | 93 parameters and call a lower-level B<CRYPTO_xxx> API.
|
H A D | SSL_CTX_set_verify.pod | 60 callback (e.g., at a lower depth, or for a separate error condition) returns 0.
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpmac_poly1305.txt | 54 # What happens if data limb is all ones and there is carry from lower limb?
|
/openssl/ |
H A D | NOTES-ANDROID.md | 26 invoke `$(CROSS_COMPILE)clang` [`*gcc` on NDK 19 and lower] and company.
|
/openssl/doc/man5/ |
H A D | config.pod | 270 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 D | fips_config.pod | 189 =item B<pbkdf2-lower-bound-check>
|
/openssl/doc/designs/ |
H A D | passing-algorithmidentifier-parameters.md | 138 - In some cases, they were passed as part of the lower level key structure
|
H A D | xof.md | 35 well as in the lower level SHA3_squeeze() operation (Of which there is a generic
|
H A D | fips_indicator.md | 336 - KMAC may need a lower bound check on the output size (SP800-185 Section 8.4.2)
|
/openssl/doc/designs/quic-design/ |
H A D | rx-depacketizer.md | 159 to be available from the lower 3 bits of the frame type).
|
H A D | quic-fc.md | 132 Update event is passed to the state machine with a value lower than that passed
|
H A D | tx-packetiser.md | 590 - **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 D | sparccpuid.S | 30 ! resides on the stack, toward lower addresses]. To facilitate for
|
/openssl/doc/man1/ |
H A D | openssl-ciphers.pod.in | 214 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 D | openssl-fipsinstall.pod.in | 352 Configure the module to not perform run-time lower bound check for PBKDF2.
|
Completed in 46 milliseconds
12