Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 25 of 144) 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()
321 GENERAL_NAME *gen = v2i_GENERAL_NAME(method, ctx, cnf); in v2i_issuer_alt() local
339 GENERAL_NAME *gen; in copy_issuer() local
404 GENERAL_NAME *gen; in v2i_subject_alt() local
425 GENERAL_NAME *gen = NULL; in copy_email() local
476 GENERAL_NAME *gen; in v2i_GENERAL_NAMES() local
512 GENERAL_NAME *gen = NULL; in a2i_GENERAL_NAME() local
639 static int do_othername(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_othername()
671 static int do_dirname(GENERAL_NAME *gen, const char *value, X509V3_CTX *ctx) in do_dirname()
H A Dv3_genn.c246 int GENERAL_NAME_set0_othername(GENERAL_NAME *gen, in GENERAL_NAME_set0_othername()
260 int GENERAL_NAME_get0_otherName(const GENERAL_NAME *gen, in GENERAL_NAME_get0_otherName()
H A Dv3_akid.c106 GENERAL_NAME *gen = NULL; in v2i_AUTHORITY_KEYID() local
H A Dv3_ncons.c333 GENERAL_NAME *gen = sk_GENERAL_NAME_value(x->altname, i); in NAME_CONSTRAINTS_check() local
502 static int nc_match(GENERAL_NAME *gen, NAME_CONSTRAINTS *nc) in nc_match()
571 static int nc_match_single(int effective_type, GENERAL_NAME *gen, in nc_match_single()
/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.c70 struct gen struct
72 uint64_t start;
73 uint64_t len;
74 uint64_t start2;
75 uint64_t len2;
76 uint64_t off;
77 uint64_t step;
78 uint64_t cnt;
442 printgen_f1 (const struct fun *f, struct gen *gen) in printgen_f1()
448 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/crypto/openssl/test/smime-certs/
H A Dmksmime-certs.sh16 gen() { function
/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
/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/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dgetversion.c44 int gen = 0; in main() 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/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.c88 static uint8_t gen[sizeof(mkimg_uuid_t)]; in mkimg_uuid() local
/freebsd/crypto/openssl/providers/implementations/skeymgmt/
H A Dgeneric.c71 PROV_SKEY *gen = keydata; in generic_export() 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/crypto/krb5/src/util/profile/testmod/
H A Dtestmod_main.c38 int gen; member

123456