/netbsd-src/sys/netinet/ |
H A D | portalgo.c | 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo) in pcb_getports() 374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred) in algo_bsd() 410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp, in algo_random_start() 464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp, in algo_random_pick() 602 algo_hash(int algo, uint16_t *port, struct inpcb *inp, in algo_hash() 651 algo_doublehash(int algo, uint16_t *port, struct inpcb *inp, in algo_doublehash() 704 algo_randinc(int algo, uint16_t *port, struct inpcb *inp, in algo_randinc() 749 int algo, error; in portalgo_randport() local 827 portalgo_algo_name_select(const char *name, int *algo) in portalgo_algo_name_select() 844 portalgo_algo_index_select(struct inpcb *inp, int algo) in portalgo_algo_index_select() [all …]
|
/netbsd-src/external/bsd/unbound/dist/validator/ |
H A D | val_secalgo.c | 131 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, in secalgo_nsec3_hash() 230 ds_digest_size_supported(int algo) in ds_digest_size_supported() 278 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, in secalgo_ds_digest() 545 setup_key_digest(int algo, EVP_PKEY** evp_key, const EVP_MD** digest_type, in setup_key_digest() 732 verify_canonrrset(sldns_buffer* buf, int algo, unsigned char* sigblock, in verify_canonrrset() 870 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len, in secalgo_nsec3_hash() 947 ds_digest_size_supported(int algo) in ds_digest_size_supported() 971 secalgo_ds_digest(int algo, unsigned char* buf, size_t len, in secalgo_ds_digest() 1059 static SECKEYPublicKey* nss_buf2ecdsa(unsigned char* key, size_t len, int algo) in nss_buf2ecdsa() 1235 nss_setup_key_digest(int algo, SECKEYPublicKey** pubkey, HASH_HashType* htype, in nss_setup_key_digest() [all …]
|
H A D | val_kentry.h | 87 uint8_t* algo; member
|
H A D | val_sigcrypt.c | 439 uint8_t algo; in algo_needs_init_dnskey_add() local 459 uint8_t algo; in algo_needs_init_list() local 475 uint8_t algo; in algo_needs_init_ds() local 497 int algo_needs_set_secure(struct algo_needs* n, uint8_t algo) in algo_needs_set_secure() 508 void algo_needs_set_bogus(struct algo_needs* n, uint8_t algo) in algo_needs_set_bogus() 566 int algo = rrset_get_sig_algo(rrset, sig_idx); in dnskeyset_verify_rrset_sig() local 715 int algo = dnskey_get_algo(dnskey, dnskey_idx); in dnskey_verify_rrset() local
|
H A D | val_nsec3.c | 223 int* algo, size_t* iter, uint8_t** salt, size_t* saltlen) in nsec3_get_params() 560 nsec3_get_hashed(sldns_buffer* buf, uint8_t* nm, size_t nmlen, int algo, in nsec3_get_hashed() 598 int algo = nsec3_get_algo(c->nsec3, c->rr); in nsec3_calc_hash() local
|
H A D | val_kentry.c | 391 int algo; in dnskey_get_keysize() local
|
/netbsd-src/external/mpl/bind/dist/bin/tools/ |
H A D | nsec3hash.c | 143 nsec3hash_print(unsigned algo,unsigned flags,unsigned iters,const char * saltstr,const char * domain,const char * digest) nsec3hash_print() argument 153 nsec3hash_rdata_print(unsigned algo,unsigned flags,unsigned iters,const char * saltstr,const char * domain,const char * digest) nsec3hash_rdata_print() argument
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ |
H A D | core_algorithm.c | 143 const OSSL_ALGORITHM *algo, in ossl_algorithm_do_all() 180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo) in ossl_algorithm_get1_first_name()
|
H A D | core_fetch.c | 103 const OSSL_ALGORITHM *algo, in ossl_method_construct_this()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
H A D | nouveau_nvkm_subdev_i2c_bus.c | 176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local 191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local
|
/netbsd-src/tests/lib/libskey/ |
H A D | t_algorithms.c | 45 const char *algo, const char *zero, in h_check()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_protect.c | 229 ASN1_OBJECT *algo = NULL; in set_sig_algor() local
|
/netbsd-src/usr.sbin/npf/npfctl/ |
H A D | npf_build.c | 788 npfctl_dnat_check(const addr_port_t *ap, const unsigned algo) in npfctl_dnat_check() 825 const filt_opts_t *fopts, unsigned algo) in npfctl_build_natseg()
|
H A D | npf_show.c | 564 const char *ifname, *algo, *seg1, *seg2, *arrow; npfctl_print_nat() local [all...] |
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | i2c.h | 92 const struct i2c_algorithm *algo; member
|
/netbsd-src/external/bsd/unbound/dist/sldns/ |
H A D | keyraw.c | 560 sldns_ecdsa2pkey_raw(unsigned char* key, size_t keylen, uint8_t algo) in sldns_ecdsa2pkey_raw()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | unitverify.c | 165 uint8_t algo = (uint8_t)dnskey_get_algo(dnskey, i); in setup_sigalg() local
|
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | authzone.c | 2824 az_nsec3_param(struct auth_zone* z, int* algo, size_t* iter, uint8_t** salt, in az_nsec3_param() 2864 int algo, size_t iter, uint8_t* salt, size_t saltlen) in az_nsec3_hash() 2895 uint8_t* nm, size_t nmlen, int algo, size_t iter, uint8_t* salt, in az_nsec3_hashname() 2949 int algo, size_t iter, uint8_t* salt, size_t saltlen) in az_nsec3_find_cover() 2975 int algo, size_t iter, uint8_t* salt, size_t saltlen) in az_nsec3_find_exact() 3009 int* no_exact_ce, int algo, size_t iter, uint8_t* salt, size_t saltlen) in az_nsec3_find_ce() 3057 int algo; in az_add_nsec3_proof() local 7811 static int nsec3_of_param_has_type(struct auth_rrset* nsec3, int algo, in nsec3_of_param_has_type() 7870 int algo; in zonemd_check_dnssec_absence() local
|
/netbsd-src/sys/dev/pci/qat/ |
H A D | qat.c | 1407 enum hw_cipher_algo algo = HW_CIPHER_ALGO_NULL; in qat_crypto_load_cipher_cryptoini() local 1461 enum qat_sym_hash_algorithm algo = 0; in qat_crypto_load_auth_cryptoini() local
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_gmbus.c | 316 struct i2c_algo_bit_data *algo; in intel_gpio_setup() local
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ts.c | 448 X509_ALGOR *algo = NULL; in create_query() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ts.c | 421 X509_ALGOR *algo = NULL; in create_query() local
|
/netbsd-src/sys/netipsec/ |
H A D | key.c | 1268 u_int8_t algo = 0; in key_lookup_sa() local 6513 const struct enc_xform *algo; in key_getcomb_esp() local 6610 const struct auth_hash *algo; key_getcomb_ah() local 6674 const struct comp_algo *algo; key_getcomb_ipcomp() local [all...] |
/netbsd-src/external/bsd/nsd/dist/ |
H A D | xfrd.c | 1706 tsig_algorithm_type* algo; in xfrd_tsig_sign_request() local
|
/netbsd-src/sys/net80211/ |
H A D | ieee80211_input.c | 2454 u_int16_t algo, seq, status; in ieee80211_recv_mgmt_auth() local
|