/freebsd/crypto/openssl/crypto/x509/ |
H A D | v3_san.c | 56 GENERAL_NAME *gen; in STACK_OF() local 207 int GENERAL_NAME_print(BIO *out, GENERAL_NAME *gen) in GENERAL_NAME_print() 322 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); in v2i_issuer_alt() local 340 GENERAL_NAME *gen; in copy_issuer() local 405 GENERAL_NAME *gen; in v2i_subject_alt() local 426 GENERAL_NAME *gen = NULL; in copy_email() local 477 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local 514 GENERAL_NAME *gen = NULL; in a2i_GENERAL_NAME() local 641 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername() 673 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname()
|
H A D | v3_genn.c | 217 int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, in GENERAL_NAME_set0_othername() 231 int GENERAL_NAME_get0_otherName(const GENERAL_NAME *gen, in GENERAL_NAME_get0_otherName()
|
H A D | v3_ncons.c | 303 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() local 472 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match() 541 static int nc_match_single(int effective_type, GENERAL_NAME *gen, in nc_match_single()
|
H A D | v3_akid.c | 106 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-param-test-test.cc | 138 const ParamGenerator<int> gen = Range(0, 10); in TEST() local 173 const ParamGenerator<int> gen = Range(0, 3); in TEST() local 181 const ParamGenerator<int> gen = Range(0, 1); in TEST() local 189 const ParamGenerator<int> gen = Range(0, 0); in TEST() local 196 const ParamGenerator<int> gen = Range(0, 9, 3); in TEST() local 206 const ParamGenerator<int> gen = Range(0, 4, 3); in TEST() local 235 const ParamGenerator<DogAdder> gen = in TEST() local 269 const ParamGenerator<IntWrapper> gen = Range(IntWrapper(0), IntWrapper(2)); in TEST() local 285 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local 293 const ParamGenerator<int> gen = ValuesIn(array); in TEST() local [all …]
|
/freebsd/crypto/openssh/ |
H A D | dh.c | 64 char *strsize, *gen, *prime; in parse_prime() local 313 dh_new_group_asc(const char *gen, const char *modulus) in dh_new_group_asc() 338 dh_new_group(BIGNUM *gen, BIGNUM *modulus) in dh_new_group() 356 static char *gen = "2", *group1 = in dh_new_group1() local 371 static char *gen = "2", *group14 = in dh_new_group14() local 391 static char *gen = "2", *group16 = in dh_new_group16() local 422 static char *gen = "2", *group18 = in dh_new_group18() local
|
H A D | kexgex.c | 56 const BIGNUM *gen, in kexgex_hash()
|
/freebsd/sys/security/mac_veriexec/ |
H A D | veriexec_metadata.c | 105 unsigned long gen, int *found_dev) in get_veriexec_file() 233 mac_veriexec_metadata_has_file(dev_t fsid, long fileid, unsigned long gen) in mac_veriexec_metadata_has_file() 440 mac_veriexec_metadata_get_file_flags(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_flags() 601 unsigned long gen, int check_files) in mac_veriexec_metadata_get_file_label() 636 unsigned long gen, unsigned char fingerprint[MAXFINGERPRINTLEN], in mac_veriexec_metadata_add_file() 776 mac_veriexec_metadata_get_file_info(dev_t fsid, long fileid, unsigned long gen, in mac_veriexec_metadata_get_file_info()
|
H A D | mac_veriexec_internal.h | 54 unsigned long gen; member
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp.c | 99 struct gen struct 101 uint64_t start; 102 uint64_t len; 103 uint64_t start2; 104 uint64_t len2; 105 uint64_t off; 106 uint64_t step; 107 uint64_t cnt; 429 printgen_f1 (const struct fun *f, struct gen *gen) in printgen_f1() 435 printgen_f2 (const struct fun *f, struct gen *gen) in printgen_f2() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_filegen.c | 98 FILEGEN * gen, in filegen_open() 349 FILEGEN * gen, in filegen_setup() 405 FILEGEN * gen, in filegen_config()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 74 auto gen = BeforeJoin(thread); in Join() local 98 u32 gen; // Avoid collision if thread id re-used. global() member
|
H A D | sanitizer_thread_arg_retval.cpp | 61 AfterJoin(uptr thread,u32 gen) AfterJoin() argument
|
/freebsd/lib/libsys/ |
H A D | __vdso_gettimeofday.c | 63 uint32_t curr, gen; in binuptime() local 110 uint32_t curr, gen; in getnanouptime() local
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | seqlock.h | 109 #define __read_seqcount_retry(seqcount, gen) \ argument 111 #define read_seqcount_retry(seqcount, gen) \ argument 181 #define read_seqretry(seqlock, gen) \ argument
|
/freebsd/sys/dev/dcons/ |
H A D | dcons.c | 51 u_int32_t ptr, pos, gen, next_gen; in dcons_ischar() local 80 u_int32_t ptr, pos, gen, next_gen; in dcons_checkc() local
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_work.c | 133 int gen = dtp->dt_statusgen; in dtrace_status() local 246 int gen = dtp->dt_statusgen; in dtrace_stop() local
|
H A D | drti.c | 64 static int gen; /* DOF helper generation */ variable
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | getversion.c | 43 int gen = 0; in main() local
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | dh_ctrl.c | 119 int EVP_PKEY_CTX_set_dh_paramgen_generator(EVP_PKEY_CTX *ctx, int gen) in EVP_PKEY_CTX_set_dh_paramgen_generator() 137 int EVP_PKEY_CTX_set_dh_rfc5114(EVP_PKEY_CTX *ctx, int gen) in EVP_PKEY_CTX_set_dh_rfc5114() 143 int EVP_PKEY_CTX_set_dhx_rfc5114(EVP_PKEY_CTX *ctx, int gen) in EVP_PKEY_CTX_set_dhx_rfc5114()
|
/freebsd/usr.bin/mkimg/ |
H A D | uuid.c | 96 static uint8_t gen[sizeof(mkimg_uuid_t)]; in mkimg_uuid() local
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_csum.c | 232 uint32_t inum, gen, crc; in ext2_dirent_csum() local 300 uint32_t inum, old_csum, gen, crc; in ext2_dx_csum() local 424 uint32_t inum, gen, crc; in ext2_extent_blk_csum() local 574 uint32_t inode_csum_seed, inum, gen, crc; in ext2_ei_csum() local
|
/freebsd/crypto/openssl/crypto/ct/ |
H A D | ct_prn.c | 31 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
|
/freebsd/sys/kern/ |
H A D | kern_tc.c | 244 u_int delta, gen, large_delta; in bintime_off() local 271 u_int gen; in getthmember() local 522 volatile uint8_t gen; member 815 uint8_t gen; in ffclock_last_tick() local 845 uint8_t gen; in ffclock_convert_abs() local 884 uint8_t gen; in ffclock_convert_diff() local 902 unsigned int gen, delta; in ffclock_read_counter() local 1052 unsigned int delta, gen; in sysclock_getsnapshot() local
|
/freebsd/sbin/fsdb/ |
H A D | fsdbutil.c | 111 int64_t gen; in printstat() local
|