Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 36) sorted by relevance

12

/openssl/crypto/bio/
H A Dbio_print.c41 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 Dcore.h199 # pragma names uppercase,truncated
/openssl/doc/internal/man3/
H A Dossl_global_properties_no_mirrored.pod25 too short then the string will be truncated. If I<buf> is NULL then the length
/openssl/doc/man3/
H A DEVP_sha224.pod42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
H A DSSL_CTX_set_default_passwd_cb.pod84 truncated.
H A DBIO_s_dgram_pair.pod31 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 DSSL_get_ciphers.pod71 of names then a truncated list of names will be returned. Note that just because
H A DOBJ_nid2obj.pod78 required for non-truncated representation, or -1 on error.
H A DSSL_CTX_set_alpn_select_cb.pod133 length of 0 is invalid. A truncated byte-string is invalid. The length of the
H A DSSL_shutdown.pod183 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 DBIO_s_datagram.pod40 silently truncated.
H A DOPENSSL_LH_COMPFUNC.pod102 normally truncated to a power of 2, so make sure that your hash
/openssl/doc/man1/
H A Dopenssl-pkeyparam.pod.in47 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-passwd.pod.in81 Don't output warnings when passwords given at the command line are truncated.
H A Dopenssl-dsaparam.pod.in66 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-dhparam.pod.in62 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-storeutl.pod.in52 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-ecparam.pod.in67 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-pkey.pod.in108 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-pkcs8.pod.in97 Note that file I/O is not atomic. The output file is truncated and then written.
H A Dopenssl-fipsinstall.pod.in230 Configure the module to not allow truncated digests to be used with Hash and
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_chacha.txt156 # Test that a truncated IV is no longer allowed (since 3.0)
H A Devppkey_rsa_common.txt451 # 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 Dfipsprov.c627 # pragma names uppercase,truncated
/openssl/doc/man7/
H A Dprovider-rand.pod279 not FIPS approved (e.g. truncated digests). Setting this to 0 will ignore

Completed in 66 milliseconds

12