Searched refs:__bounded__ (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A 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_
[all...]
H A Dvis.h85 __attribute__ ((__bounded__(__string__,1,3)));
87 __attribute__ ((__bounded__(__string__,1,3)));
91 __attribute__ ((__bounded__(__string__,1,3)));
/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h73 __attribute__((__bounded__( __minbytes__, 1, 8)));
75 __attribute__((__bounded__( __minbytes__, 1, 4)));
77 __attribute__((__bounded__( __minbytes__, 1, 2)));
79 __attribute__((__bounded__( __minbytes__, 1, 8)));
81 __attribute__((__bounded__( __minbytes__, 1, 4)));
83 __attribute__((__bounded__( __minbytes__, 1, 2)));
H A Ddefines.h482 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
483 # define __bounded__(x, y, z) macro

Completed in 124 milliseconds