Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_print.c38 size_t *maxlen, size_t *retlen, int *truncated,
87 size_t *retlen, int *truncated, const char *format, va_list args) in _dopr() argument
353 *truncated = (currlen > *maxlen - 1); in _dopr()
354 if (*truncated) in _dopr()
926 int truncated; in BIO_vsnprintf() local
928 if (!_dopr(&buf, NULL, &n, &retlen, &truncated, format, args)) in BIO_vsnprintf()
931 if (truncated) in BIO_vsnprintf()
/openssl-master/include/openssl/
A Dcore.h196 # pragma names uppercase,truncated
/openssl-master/doc/man3/
A DEVP_sha224.pod42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
A DSSL_CTX_set_default_passwd_cb.pod84 truncated.
A DSSL_get_ciphers.pod71 of names then a truncated list of names will be returned. Note that just because
A DSSL_CTX_set_alpn_select_cb.pod119 length of 0 is invalid. A truncated byte-string is invalid. The length of the
A DOPENSSL_LH_COMPFUNC.pod69 normally truncated to a power of 2, so make sure that your hash
/openssl-master/doc/internal/man3/
A Dossl_global_properties_no_mirrored.pod25 too short then the string will be truncated. If I<buf> is NULL then the length
/openssl-master/doc/man1/
A Dopenssl-passwd.pod.in81 Don't output warnings when passwords given at the command line are truncated.
A Dopenssl-pkeyutl.pod.in216 than the field size, otherwise it will be silently truncated to the field size.
A Dopenssl-ca.pod.in678 A sample SPKAC file (the SPKAC line has been truncated for clarity):
/openssl-master/providers/fips/
A Dfipsprov.c533 # pragma names uppercase,truncated
/openssl-master/crypto/err/
A Dopenssl.txt138 BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS:133:getsockname truncated address
/openssl-master/
A DCHANGES.md2955 cipher is being used, then a truncated packet can cause that host to
4685 cipher is being used, then a truncated packet can cause that host to
10112 handle numbers larger than ULONG_MAX, truncated printing and had a
11695 some truncated ASN1 structures will not produce an error.
11751 * Don't cache truncated DNS entries in the local cache (this could

Completed in 37 milliseconds