| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| rand_pool.h | 45 * There is a distinction between the secure and normal allocation minimums. 46 * Ideally, the secure allocation size should be a power of two. The normal 49 * The secure value is based on 128 bits of secure material, which is 16 bytes. 59 #define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) 75 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member in struct:rand_pool_st 84 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
| rand_pool.h | 45 * There is a distinction between the secure and normal allocation minimums. 46 * Ideally, the secure allocation size should be a power of two. The normal 49 * The secure value is based on 128 bits of secure material, which is 16 bytes. 59 #define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) 75 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member in struct:rand_pool_st 84 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| rand_pool.h | 46 * There is a distinction between the secure and normal allocation minimums. 47 * Ideally, the secure allocation size should be a power of two. The normal 50 * The secure value is based on 128 bits of secure material, which is 16 bytes. 60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) 76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member in struct:rand_pool_st 85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
| rand_pool.h | 46 * There is a distinction between the secure and normal allocation minimums. 47 * Ideally, the secure allocation size should be a power of two. The normal 50 * The secure value is based on 128 bits of secure material, which is 16 bytes. 60 # define RAND_POOL_MIN_ALLOCATION(secure) ((secure) ? 16 : 48) 76 int secure; /* 1: allocated on the secure heap, 0: otherwise */ member in struct:rand_pool_st 85 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure,
|
| /src/sbin/blkdiscard/ |
| blkdiscard.c | 50 static bool secure = false; variable 86 if (secure) 138 secure = true; 157 if (secure) 158 usage("blkdiscard: secure erase not yet implemented\n"); 231 secure ? "secure erase" :
|
| blkdiscard.c | 50 static bool secure = false; variable 86 if (secure) 138 secure = true; 157 if (secure) 158 usage("blkdiscard: secure erase not yet implemented\n"); 231 secure ? "secure erase" :
|
| /src/usr.sbin/ypserv/ypserv/ |
| ypserv_proc.c | 152 int secure; local 159 secure = ypdb_secure(k->domain, k->map); 162 "match_2: request from %.500s, secure %s, domain %s, map %s, " 163 "key %.*s", clientstr, TORF(secure), k->domain, k->map, 166 if (secure && securecheck(caller)) { 170 res = ypdb_get_record(k->domain, k->map, k->keydat, secure); 181 int secure; local 188 secure = ypdb_secure(k->domain, k->map); 191 "first_2: request from %.500s, secure %s, domain %s, map %s", 192 clientstr, TORF(secure), k->domain, k->map)) 209 int secure; local 316 int secure; local 362 int secure; local 404 int secure; local [all...] |
| ypserv_proc.c | 152 int secure; local 159 secure = ypdb_secure(k->domain, k->map); 162 "match_2: request from %.500s, secure %s, domain %s, map %s, " 163 "key %.*s", clientstr, TORF(secure), k->domain, k->map, 166 if (secure && securecheck(caller)) { 170 res = ypdb_get_record(k->domain, k->map, k->keydat, secure); 181 int secure; local 188 secure = ypdb_secure(k->domain, k->map); 191 "first_2: request from %.500s, secure %s, domain %s, map %s", 192 clientstr, TORF(secure), k->domain, k->map)) 209 int secure; local 316 int secure; local 362 int secure; local 404 int secure; local [all...] |
| ypserv_db.c | 75 int secure; /* is this map secure? */ member in struct:opt_map 440 m->secure = FALSE; 445 m->secure = TRUE; 455 domain, map, m->host_lookup, m->secure, m->db); 827 int secure; local 831 secure = FALSE; 835 return (secure); 837 secure = map_info->secure; [all...] |
| ypserv_db.c | 75 int secure; /* is this map secure? */ member in struct:opt_map 440 m->secure = FALSE; 445 m->secure = TRUE; 455 domain, map, m->host_lookup, m->secure, m->db); 827 int secure; local 831 secure = FALSE; 835 return (secure); 837 secure = map_info->secure; [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| arm_cmse.h | 18 #define CMSE_AU_NONSECURE 2 /* checks if permissions have secure field unset */ 21 #define CMSE_MPU_NONSECURE 16 /* sets A flag, checks if secure field unset */ 38 unsigned secure : 1; member in struct:__anon3037::cmse_address_info 77 unsigned secure : 1; 182 return __permb.flags.secure ? NULL : __pb;
|
| arm_cmse.h | 18 #define CMSE_AU_NONSECURE 2 /* checks if permissions have secure field unset */ 21 #define CMSE_MPU_NONSECURE 16 /* sets A flag, checks if secure field unset */ 38 unsigned secure : 1; member in struct:__anon3037::cmse_address_info 77 unsigned secure : 1; 182 return __permb.flags.secure ? NULL : __pb;
|
| /src/external/bsd/nvi/dist/common/ |
| main.c | 74 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local 112 lflag = secure = silent = 0; 184 secure = 1; 269 if (secure)
|
| main.c | 74 int ch, flagchk, lflag, secure, startup, readonly, rval, silent; local 112 lflag = secure = silent = 0; 184 secure = 1; 269 if (secure)
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm_cmse.h | 1 /* ARMv8-M Secure Extensions intrinsics include file. 46 unsigned secure:1; member in struct:__anon12691::cmse_address_info 91 unsigned secure:1; member in struct:__anon12692::cmse_address_info
|
| arm_cmse.h | 1 /* ARMv8-M Secure Extensions intrinsics include file. 46 unsigned secure:1; member in struct:__anon12691::cmse_address_info 91 unsigned secure:1; member in struct:__anon12692::cmse_address_info
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm_cmse.h | 1 /* ARMv8-M Secure Extensions intrinsics include file. 46 unsigned secure:1; member in struct:__anon15306::cmse_address_info 91 unsigned secure:1; member in struct:__anon15307::cmse_address_info
|
| arm_cmse.h | 1 /* ARMv8-M Secure Extensions intrinsics include file. 46 unsigned secure:1; member in struct:__anon15306::cmse_address_info 91 unsigned secure:1; member in struct:__anon15307::cmse_address_info
|
| /src/bin/pax/ |
| pax.c | 118 int secure = 1; /* don't extract names that contain .. */ variable 276 if (act == EXTRACT && secure) {
|
| pax.c | 118 int secure = 1; /* don't extract names that contain .. */ variable 276 if (act == EXTRACT && secure) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| param_build.c | 27 int secure; member in struct:__anon1433 53 int secure) 65 if ((pd->secure = secure) != 0) 203 int n, secure = 0; local 223 secure = 1; 229 pd = param_push(bld, key, sz, sz, OSSL_PARAM_UNSIGNED_INTEGER, secure); 240 int secure; local 248 secure = CRYPTO_secure_allocated(buf); 249 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); 278 int secure; local [all...] |
| param_build.c | 27 int secure; member in struct:__anon1433 53 int secure) 65 if ((pd->secure = secure) != 0) 203 int n, secure = 0; local 223 secure = 1; 229 pd = param_push(bld, key, sz, sz, OSSL_PARAM_UNSIGNED_INTEGER, secure); 240 int secure; local 248 secure = CRYPTO_secure_allocated(buf); 249 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); 278 int secure; local [all...] |
| /src/external/bsd/less/dist/ |
| main.c | 34 public int secure; variable 87 #if SECURE 88 secure = 1; 90 secure = 0; 93 secure = 1;
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| validator.h | 32 * Correct operation is critical to preventing spoofed answers from secure 72 * If the RESULT is ISC_R_SUCCESS and the answer is secure then 104 * Answer is secure. 106 bool secure; member in struct:dns_validatorevent 203 * response was successfully proven to be either secure or
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| param_build.c | 27 int secure; member in struct:__anon135 53 int secure) 63 if ((pd->secure = secure) != 0) 251 int n, secure = 0; local 280 secure = 1; 286 pd = param_push(bld, key, sz, sz, type, secure); 326 int secure; local 335 secure = CRYPTO_secure_allocated(buf); 336 pd = param_push(bld, key, bsize, bsize + 1, OSSL_PARAM_UTF8_STRING, secure); 366 int secure; local [all...] |