Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssh/openbsd-compat/
Dsha2.h80 __attribute__((__bounded__(__string__,2,3)));
83 __attribute__((__bounded__(__minbytes__,1,SHA256_DIGEST_LENGTH)));
85 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
87 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
89 __attribute__((__bounded__(__minbytes__,2,SHA256_DIGEST_STRING_LENGTH)));
91 __attribute__((__bounded__(__string__,1,2)))
92 __attribute__((__bounded__(__minbytes__,3,SHA256_DIGEST_STRING_LENGTH)));
98 __attribute__((__bounded__(__string__,2,3)));
101 __attribute__((__bounded__(__minbytes__,1,SHA384_DIGEST_LENGTH)));
103 __attribute__((__bounded__(__minbytes__,2,SHA384_DIGEST_STRING_LENGTH)));
[all …]
Dvis.h85 __attribute__ ((__bounded__(__string__,1,3)));
87 __attribute__ ((__bounded__(__string__,1,3)));
91 __attribute__ ((__bounded__(__string__,1,3)));
/freebsd-9-stable/crypto/openssh/
Dchacha.h25 __attribute__((__bounded__(__minbytes__, 2, CHACHA_MINKEYLEN)));
27 __attribute__((__bounded__(__minbytes__, 2, CHACHA_NONCELEN)))
28 __attribute__((__bounded__(__minbytes__, 3, CHACHA_CTRLEN)));
31 __attribute__((__bounded__(__buffer__, 2, 4)))
32 __attribute__((__bounded__(__buffer__, 3, 4)));
Dmisc.h75 __attribute__((__bounded__( __minbytes__, 1, 8)));
77 __attribute__((__bounded__( __minbytes__, 1, 4)));
79 __attribute__((__bounded__( __minbytes__, 1, 2)));
81 __attribute__((__bounded__( __minbytes__, 1, 8)));
83 __attribute__((__bounded__( __minbytes__, 1, 4)));
85 __attribute__((__bounded__( __minbytes__, 1, 2)));
Ddigest.h48 __attribute__((__bounded__(__buffer__, 2, 3)))
49 __attribute__((__bounded__(__buffer__, 4, 5)));
51 __attribute__((__bounded__(__buffer__, 3, 4)));
56 __attribute__((__bounded__(__buffer__, 2, 3)));
59 __attribute__((__bounded__(__buffer__, 2, 3)));
Dpoly1305.h18 __attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN)))
19 __attribute__((__bounded__(__buffer__, 2, 3)))
20 __attribute__((__bounded__(__minbytes__, 4, POLY1305_KEYLEN)));
Dhmac.h29 __attribute__((__bounded__(__buffer__, 2, 3)));
31 __attribute__((__bounded__(__buffer__, 2, 3)));
34 __attribute__((__bounded__(__buffer__, 2, 3)));
Dkex.h195 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
196 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
199 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
200 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
Dkexc25519.c48 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
49 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)))
50 __attribute__((__bounded__(__minbytes__, 3, CURVE25519_SIZE)));
Dcipher-chachapoly.h33 __attribute__((__bounded__(__buffer__, 2, 3)));
39 __attribute__((__bounded__(__buffer__, 4, 5)));
Ddefines.h497 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
498 # define __bounded__(x, y, z) macro
Dssh-pkcs11.c389 __attribute__((__bounded__(__minbytes__,4, 3 * sizeof(CK_ATTRIBUTE))));
/freebsd-9-stable/contrib/gcc/
DChangeLog-200025999 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
DChangeLog-200322017 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.