Home
last modified time | relevance | path

Searched refs:truncated (Results 1 – 25 of 28) 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-passwd.pod.in81 Don't output warnings when passwords given at the command line are truncated.
H A Dopenssl-fipsinstall.pod.in229 Configure the module to not allow truncated digests to be used with Hash and
H A Dopenssl-pkeyutl.pod.in251 than the field size, otherwise it will be silently truncated to the field size.
H A Dopenssl-enc.pod.in166 again during decryption. This salt may be truncated or zero padded to
H A Dopenssl-ca.pod.in700 A sample SPKAC file (the SPKAC line has been truncated for clarity):
/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.c624 # 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
H A Dopenssl-quic.pod667 to be enabled in which datagrams will not be silently truncated if they are
H A Dossl-guide-migration.pod522 =head4 ChaCha20-Poly1305 cipher does not allow a truncated IV length to be used
/openssl/crypto/err/
H A Dopenssl.txt140 BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS:133:getsockname truncated address
/openssl/doc/designs/quic-design/
H A Dquic-api.md1274 ordinarily be truncated (as per the design of the Berkeley sockets API) instead

Completed in 82 milliseconds

12