Searched refs:truncated (Results 1 – 25 of 36) sorted by relevance
12
/openssl/crypto/bio/ |
H A D | bio_print.c | 41 size_t *maxlen, size_t *retlen, int *truncated, 90 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() argument 369 *truncated = (currlen > *maxlen - 1); in _dopr() 370 if (*truncated) in _dopr() 940 int truncated; in BIO_vsnprintf() local 942 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf() 945 if (truncated) in BIO_vsnprintf()
|
/openssl/include/openssl/ |
H A D | core.h | 199 # pragma names uppercase,truncated
|
/openssl/doc/internal/man3/ |
H A D | ossl_global_properties_no_mirrored.pod | 25 too short then the string will be truncated. If I<buf> is NULL then the length
|
/openssl/doc/man3/ |
H A D | EVP_sha224.pod | 42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
|
H A D | SSL_CTX_set_default_passwd_cb.pod | 84 truncated.
|
H A D | BIO_s_dgram_pair.pod | 31 short, the datagram is truncated or the read fails, depending on how the BIO is 94 datagram will be silently truncated. This default behaviour maintains
|
H A D | SSL_get_ciphers.pod | 71 of names then a truncated list of names will be returned. Note that just because
|
H A D | OBJ_nid2obj.pod | 78 required for non-truncated representation, or -1 on error.
|
H A D | SSL_CTX_set_alpn_select_cb.pod | 133 length of 0 is invalid. A truncated byte-string is invalid. The length of the
|
H A D | SSL_shutdown.pod | 183 application data may be truncated unexpectedly. 247 bounded by the path MTU and may be silently truncated if they are too long to
|
H A D | BIO_s_datagram.pod | 40 silently truncated.
|
H A D | OPENSSL_LH_COMPFUNC.pod | 102 normally truncated to a power of 2, so make sure that your hash
|
/openssl/doc/man1/ |
H A D | openssl-pkeyparam.pod.in | 47 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-passwd.pod.in | 81 Don't output warnings when passwords given at the command line are truncated.
|
H A D | openssl-dsaparam.pod.in | 66 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-dhparam.pod.in | 62 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-storeutl.pod.in | 52 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-ecparam.pod.in | 67 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-pkey.pod.in | 108 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-pkcs8.pod.in | 97 Note that file I/O is not atomic. The output file is truncated and then written.
|
H A D | openssl-fipsinstall.pod.in | 230 Configure the module to not allow truncated digests to be used with Hash and
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_chacha.txt | 156 # Test that a truncated IV is no longer allowed (since 3.0)
|
H A D | evppkey_rsa_common.txt | 451 # positive test with 11 byte long value and zero truncated ciphertext 461 # positive test with 11 byte long value and double zero truncated ciphertext 631 # positive test case with null truncated ciphertext 641 # positive test case with double null truncated ciphertext 756 # a positive test case with null truncated ciphertext 766 # a positive test case with double null truncated ciphertext
|
/openssl/providers/fips/ |
H A D | fipsprov.c | 627 # pragma names uppercase,truncated
|
/openssl/doc/man7/ |
H A D | provider-rand.pod | 279 not FIPS approved (e.g. truncated digests). Setting this to 0 will ignore
|
Completed in 66 milliseconds
12