Searched refs:__bounded__ (Results 1 – 14 of 14) sorted by relevance
| /freebsd-9-stable/crypto/openssh/openbsd-compat/ |
| D | sha2.h | 80 __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 …]
|
| D | vis.h | 85 __attribute__ ((__bounded__(__string__,1,3))); 87 __attribute__ ((__bounded__(__string__,1,3))); 91 __attribute__ ((__bounded__(__string__,1,3)));
|
| /freebsd-9-stable/crypto/openssh/ |
| D | chacha.h | 25 __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)));
|
| D | misc.h | 75 __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)));
|
| D | digest.h | 48 __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)));
|
| D | poly1305.h | 18 __attribute__((__bounded__(__minbytes__, 1, POLY1305_TAGLEN))) 19 __attribute__((__bounded__(__buffer__, 2, 3))) 20 __attribute__((__bounded__(__minbytes__, 4, POLY1305_KEYLEN)));
|
| D | hmac.h | 29 __attribute__((__bounded__(__buffer__, 2, 3))); 31 __attribute__((__bounded__(__buffer__, 2, 3))); 34 __attribute__((__bounded__(__buffer__, 2, 3)));
|
| D | kex.h | 195 __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)));
|
| D | kexc25519.c | 48 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE))) 49 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE))) 50 __attribute__((__bounded__(__minbytes__, 3, CURVE25519_SIZE)));
|
| D | cipher-chachapoly.h | 33 __attribute__((__bounded__(__buffer__, 2, 3))); 39 __attribute__((__bounded__(__buffer__, 4, 5)));
|
| D | defines.h | 497 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__) 498 # define __bounded__(x, y, z) macro
|
| D | ssh-pkcs11.c | 389 __attribute__((__bounded__(__minbytes__,4, 3 * sizeof(CK_ATTRIBUTE))));
|
| /freebsd-9-stable/contrib/gcc/ |
| D | ChangeLog-2000 | 25999 * c-parse.gperf (__bounded, __bounded__, __ptrbase, __ptrbase__,
|
| D | ChangeLog-2003 | 22017 * c-parse.in (reswords): Remove __bounded__ and __unbounded__.
|