Home
last modified time | relevance | path

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

/external/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)));
/external/openssh/
Dmisc.h70 __attribute__((__bounded__( __minbytes__, 1, 8)));
72 __attribute__((__bounded__( __minbytes__, 1, 4)));
74 __attribute__((__bounded__( __minbytes__, 1, 2)));
76 __attribute__((__bounded__( __minbytes__, 1, 8)));
78 __attribute__((__bounded__( __minbytes__, 1, 4)));
80 __attribute__((__bounded__( __minbytes__, 1, 2)));
Ddefines.h483 #if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
484 # define __bounded__(x, y, z) macro
/external/mksh/src/
DBuild.sh1300 __attribute__((__bounded__ (__buffer__, 1, 3)))
1301 __attribute__((__bounded__ (__buffer__, 2, 3)));
1306 * with GCC with __bounded__ attribute either so poo
Dsh.h111 #define MKSH_A_BOUNDED(x,y,z) __attribute__((__bounded__ (x, y, z)))