Searched refs:truncated (Results 1 – 14 of 14) sorted by relevance
/openssl-master/crypto/bio/ |
A D | bio_print.c | 38 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 D | core.h | 196 # pragma names uppercase,truncated
|
/openssl-master/doc/man3/ |
A D | EVP_sha224.pod | 42 The two algorithms: SHA-512/224 and SHA512/256 are truncated forms of the
|
A D | SSL_CTX_set_default_passwd_cb.pod | 84 truncated.
|
A D | SSL_get_ciphers.pod | 71 of names then a truncated list of names will be returned. Note that just because
|
A D | SSL_CTX_set_alpn_select_cb.pod | 119 length of 0 is invalid. A truncated byte-string is invalid. The length of the
|
A D | OPENSSL_LH_COMPFUNC.pod | 69 normally truncated to a power of 2, so make sure that your hash
|
/openssl-master/doc/internal/man3/ |
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-master/doc/man1/ |
A D | openssl-passwd.pod.in | 81 Don't output warnings when passwords given at the command line are truncated.
|
A D | openssl-pkeyutl.pod.in | 216 than the field size, otherwise it will be silently truncated to the field size.
|
A D | openssl-ca.pod.in | 678 A sample SPKAC file (the SPKAC line has been truncated for clarity):
|
/openssl-master/providers/fips/ |
A D | fipsprov.c | 533 # pragma names uppercase,truncated
|
/openssl-master/crypto/err/ |
A D | openssl.txt | 138 BIO_R_GETSOCKNAME_TRUNCATED_ADDRESS:133:getsockname truncated address
|
/openssl-master/ |
A D | CHANGES.md | 2955 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