Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 137) sorted by relevance

123456

/freebsd/crypto/openssl/crypto/x509/
H A Dv3_san.c56 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 Dv3_genn.c217 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 Dv3_ncons.c303 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 Dv3_akid.c106 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc138 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 Ddh.c64 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 Dkexgex.c56 const BIGNUM *gen, in kexgex_hash()
/freebsd/sys/security/mac_veriexec/
H A Dveriexec_metadata.c105 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 Dmac_veriexec_internal.h54 unsigned long gen; member
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c99 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 Dntp_filegen.c98 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 Dsanitizer_thread_arg_retval.h74 auto gen = BeforeJoin(thread); in Join() local
98 u32 gen; // Avoid collision if thread id re-used. global() member
H A Dsanitizer_thread_arg_retval.cpp61 AfterJoin(uptr thread,u32 gen) AfterJoin() argument
/freebsd/lib/libsys/
H A D__vdso_gettimeofday.c63 uint32_t curr, gen; in binuptime() local
110 uint32_t curr, gen; in getnanouptime() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseqlock.h109 #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 Ddcons.c51 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 Ddt_work.c133 int gen = dtp->dt_statusgen; in dtrace_status() local
246 int gen = dtp->dt_statusgen; in dtrace_stop() local
H A Ddrti.c64 static int gen; /* DOF helper generation */ variable
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dgetversion.c43 int gen = 0; in main() local
/freebsd/crypto/openssl/crypto/evp/
H A Ddh_ctrl.c119 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 Duuid.c96 static uint8_t gen[sizeof(mkimg_uuid_t)]; in mkimg_uuid() local
/freebsd/sys/fs/ext2fs/
H A Dext2_csum.c232 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 Dct_prn.c31 ASN1_GENERALIZEDTIME *gen = ASN1_GENERALIZEDTIME_new(); in timestamp_print() local
/freebsd/sys/kern/
H A Dkern_tc.c244 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 Dfsdbutil.c111 int64_t gen; in printstat() local

123456