Searched refs:small (Results 1 – 25 of 70) sorted by relevance
123
/openssl/test/ssl-tests/ |
H A D | 13-fragmentation.cnf | 8 test-3 = 3-small-app-data 9 test-4 = 4-small-app-data-large-fragment-size 98 [3-small-app-data] 99 ssl_conf = 3-small-app-data-ssl 101 [3-small-app-data-ssl] 102 server = 3-small-app-data-server 103 client = 3-small-app-data-client 105 [3-small-app-data-server] 110 [3-small-app-data-client] 121 [4-small-app-data-large-fragment-size] [all …]
|
H A D | 13-fragmentation.cnf.in | 45 name => "small-app-data", 53 name => "small-app-data-large-fragment-size", 160 # Test that multibuffer-capable code also handles small data correctly. 164 name => "small-app-data-aes-sha1-multibuffer", 176 name => "small-app-data-aes-sha2-multibuffer",
|
/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 492 a = ((uint128_t) small[0]) * small[0]; in smallfelem_square() 498 a = ((uint128_t) small[0]) * small[1]; in smallfelem_square() 505 a = ((uint128_t) small[0]) * small[2]; in smallfelem_square() 512 a = ((uint128_t) small[0]) * small[3]; in smallfelem_square() 518 a = ((uint128_t) small[1]) * small[2]; in smallfelem_square() 525 a = ((uint128_t) small[1]) * small[1]; in smallfelem_square() 531 a = ((uint128_t) small[1]) * small[3]; in smallfelem_square() 538 a = ((uint128_t) small[2]) * small[3]; in smallfelem_square() 546 a = ((uint128_t) small[2]) * small[2]; in smallfelem_square() 552 a = ((uint128_t) small[3]) * small[3]; in smallfelem_square() [all …]
|
/openssl/crypto/property/ |
H A D | README.md | 12 * The number of distinct property names will be small. 24 * Property queries come from a small set and are reused many times typically. 67 names and values to small integer indices. Names and values are stored in
|
/openssl/crypto/err/ |
H A D | openssl.txt | 18 ASN1_R_BUFFER_TOO_SMALL:107:buffer too small 107 ASN1_R_TOO_SMALL:224:too small 181 BN_R_BITS_TOO_SMALL:118:bits too small 299 CMP_R_VALUE_TOO_SMALL:177:value too small 547 DH_R_MODULUS_TOO_SMALL:126:modulus too small 591 EC_R_BUFFER_TOO_SMALL:100:buffer too small 714 EVP_R_BUFFER_TOO_SMALL:155:buffer too small 1232 RSA_R_DATA_TOO_SMALL:111:data too small 1309 SM2_R_BUFFER_TOO_SMALL:107:buffer too small 1737 UI_R_INDEX_TOO_SMALL:103:index too small [all …]
|
/openssl/doc/man3/ |
H A D | DSA_dup_DH.pod | 34 Be careful to avoid small subgroup attacks when using this.
|
H A D | DH_generate_parameters.pod | 50 B<generator> is a small number E<gt> 1, typically 2 or 5. 87 The modulus is too small.
|
H A D | BIO_printf.pod | 39 buffer is too small.
|
H A D | EVP_CIPHER_CTX_get_original_iv.pod | 29 determine an appropriate buffer size, and if the supplied buffer is too small,
|
H A D | BIO_new_CMS.pod | 43 Large numbers of small writes through the chain should be avoided as this will
|
H A D | RAND_load_file.pod | 60 B<num> is too small for the pathname, an error occurs.
|
H A D | EVP_PKEY_fromdata.pod | 111 * These are extremely small to make this example simple. A real 112 * and secure application will not use such small numbers. A real
|
H A D | EVP_SealInit.pod | 68 bulk encryption and the small random symmetric key used is transferred
|
H A D | SSL_set_async_callback.pod | 90 callback function is small and nonblocking as it will be run in the context of
|
/openssl/doc/internal/man3/ |
H A D | ossl_punycode_decode.pod | 31 ossl_a2ulabel() returns 1 on success, 0 if the output buffer is too small and
|
H A D | ossl_DER_w_begin_sequence.pod | 31 mean that the buffer held by the I<pkt> is too small, but may also
|
H A D | ossl_DER_w_precompiled.pod | 31 may mean that the buffer held by the I<pkt> is too small, but may also
|
H A D | ossl_DER_w_bn.pod | 49 mean that the buffer held by the I<pkt> is too small, but may also
|
/openssl/doc/designs/quic-design/ |
H A D | json-encoder.md | 62 The JSON encoder maintains an internal write buffer and a small state tracking
|
H A D | congestion-control.md | 48 changed to avoid this. This involves some small amounts of functionality which
|
/openssl/doc/man7/ |
H A D | des_modes.pod | 107 Selection of a small value for j will require more cycles through 151 Selection of a small value for j will require more cycles through
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_rsa.txt | 623 Reason = key size too small 637 # Test small RSA keys are not allowed for Encapsulation in FIPS mode 644 # Test small RSA keys are not allowed for Decapsulation in FIPS mode
|
H A D | evpciph_aes_wrap.txt | 72 # A small subset has been used.
|
/openssl/crypto/ |
H A D | README-sparse_array.md | 151 small indices (e.g. NIDs), single level (constant time) access is achievable.
|
/openssl/ |
H A D | SUPPORT.md | 60 Don't hesitate to open a pull request, even if it's only a small change
|
Completed in 47 milliseconds
123