Symbol: __bounded__
crypto/libressl/crypto/chacha/chacha-merged.c
30
__attribute__((__bounded__(__minbytes__, 2, CHACHA_MINKEYLEN)));
crypto/libressl/crypto/chacha/chacha-merged.c
33
__attribute__((__bounded__(__minbytes__, 2, CHACHA_NONCELEN)))
crypto/libressl/crypto/chacha/chacha-merged.c
34
__attribute__((__bounded__(__minbytes__, 3, CHACHA_CTRLEN)));
crypto/libressl/crypto/chacha/chacha-merged.c
37
__attribute__((__bounded__(__buffer__, 2, 4)))
crypto/libressl/crypto/chacha/chacha-merged.c
38
__attribute__((__bounded__(__buffer__, 3, 4)));
crypto/libressl/include/openssl/bio.h
568
__attribute__((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/bio.h
570
__attribute__((__bounded__ (__string__,2,3)));
crypto/libressl/include/openssl/bio.h
572
__attribute__((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/buffer.h
96
__attribute__ ((__bounded__(__string__,1,3)));
crypto/libressl/include/openssl/buffer.h
98
__attribute__ ((__bounded__(__string__,1,3)));
crypto/libressl/include/openssl/md5.h
103
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/md5.h
106
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/libressl/include/openssl/sha.h
103
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/sha.h
106
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/libressl/include/openssl/sha.h
127
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/sha.h
130
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/libressl/include/openssl/sha.h
133
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/sha.h
136
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/libressl/include/openssl/sha.h
175
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/sha.h
178
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/libressl/include/openssl/sha.h
181
__attribute__ ((__bounded__(__buffer__,2,3)));
crypto/libressl/include/openssl/sha.h
184
__attribute__ ((__bounded__(__buffer__,1,2)));
crypto/openssh/chacha.h
26
__attribute__((__bounded__(__minbytes__, 2, CHACHA_MINKEYLEN)));
crypto/openssh/chacha.h
28
__attribute__((__bounded__(__minbytes__, 2, CHACHA_NONCELEN)))
crypto/openssh/chacha.h
29
__attribute__((__bounded__(__minbytes__, 3, CHACHA_CTRLEN)));
crypto/openssh/chacha.h
32
__attribute__((__bounded__(__buffer__, 2, 4)))
crypto/openssh/chacha.h
33
__attribute__((__bounded__(__buffer__, 3, 4)));
crypto/openssh/cipher-chachapoly.h
30
__attribute__((__bounded__(__buffer__, 1, 2)));
crypto/openssh/cipher-chachapoly.h
38
__attribute__((__bounded__(__buffer__, 4, 5)));
crypto/openssh/defines.h
588
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
crypto/openssh/digest.h
54
__attribute__((__bounded__(__buffer__, 2, 3)))
crypto/openssh/digest.h
55
__attribute__((__bounded__(__buffer__, 4, 5)));
crypto/openssh/digest.h
57
__attribute__((__bounded__(__buffer__, 3, 4)));
crypto/openssh/digest.h
62
__attribute__((__bounded__(__buffer__, 2, 3)));
crypto/openssh/digest.h
66
__attribute__((__bounded__(__buffer__, 2, 3)));
crypto/openssh/hmac.h
30
__attribute__((__bounded__(__buffer__, 2, 3)));
crypto/openssh/hmac.h
32
__attribute__((__bounded__(__buffer__, 2, 3)));
crypto/openssh/hmac.h
35
__attribute__((__bounded__(__buffer__, 2, 3)));
crypto/openssh/kex.h
260
__attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
crypto/openssh/kex.h
261
__attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
crypto/openssh/kex.h
264
__attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
crypto/openssh/kex.h
265
__attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
crypto/openssh/kex.h
268
__attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
crypto/openssh/kex.h
269
__attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
crypto/openssh/kexc25519.c
45
__attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
crypto/openssh/kexc25519.c
46
__attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)))
crypto/openssh/kexc25519.c
47
__attribute__((__bounded__(__minbytes__, 3, CURVE25519_SIZE)));
crypto/openssh/misc.h
156
__attribute__((__bounded__( __minbytes__, 1, 8)));
crypto/openssh/misc.h
158
__attribute__((__bounded__( __minbytes__, 1, 4)));
crypto/openssh/misc.h
160
__attribute__((__bounded__( __minbytes__, 1, 2)));
crypto/openssh/misc.h
162
__attribute__((__bounded__( __minbytes__, 1, 8)));
crypto/openssh/misc.h
164
__attribute__((__bounded__( __minbytes__, 1, 4)));
crypto/openssh/misc.h
166
__attribute__((__bounded__( __minbytes__, 1, 2)));
crypto/openssh/misc.h
170
__attribute__((__bounded__(__minbytes__, 1, 4)));
crypto/openssh/misc.h
172
__attribute__((__bounded__(__minbytes__, 1, 4)));
crypto/openssh/poly1305.h
18
__attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN)))
crypto/openssh/poly1305.h
19
__attribute__((__bounded__(__buffer__, 2, 3)))
crypto/openssh/poly1305.h
20
__attribute__((__bounded__(__minbytes__, 4, POLY1305_KEYLEN)));
crypto/openssh/sshkey.h
244
char *, size_t) __attribute__((__bounded__(__string__, 2, 3)));