Searched defs:seed (Results 101 - 125 of 209) sorted by relevance

123456789

/freebsd-current/crypto/openssl/providers/implementations/kdfs/
H A Dtls1_prf.c94 unsigned char seed[TLS1_PRF_MAXBUF]; member in struct:__anon4171
287 tls1_prf_P_hash(EVP_MAC_CTX *ctx_init, const unsigned char *sec, size_t sec_len, const unsigned char *seed, size_t seed_len, unsigned char *out, size_t olen) argument
373 tls1_prf_alg(EVP_MAC_CTX *mdctx, EVP_MAC_CTX *sha1ctx, const unsigned char *sec, size_t slen, const unsigned char *seed, size_t seed_len, unsigned char *out, size_t olen) argument
[all...]
/freebsd-current/crypto/openssl/crypto/
H A Dpunycode.c291 unsigned char seed[6]; local
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c63 unsigned char *db, *seed; local
171 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
332 PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen, const EVP_MD *dgst) argument
[all...]
/freebsd-current/sbin/ipf/ippool/
H A Dippool_y.y422 seed: IPT_SEED '=' YY_NUMBER { ipht.iph_seed = $3; } label
/freebsd-current/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c306 char seed[64]; local
334 char seed[64]; local
[all...]
/freebsd-current/tools/tools/netmap/
H A Dpkt_hash.c148 decode_ip_n_hash(const struct ip *iph, uint8_t hash_split, uint8_t seed) argument
210 decode_ipv6_n_hash(const struct ip6_hdr *ipv6h, uint8_t hash_split, uint8_t seed) argument
285 decode_others_n_hash(const struct ether_header *ethh, uint8_t seed) argument
310 decode_vlan_n_hash(const struct ether_header *ethh, uint8_t hash_split, uint8_t seed) argument
338 pkt_hdr_hash(const unsigned char *buffer, uint8_t hash_split, uint8_t seed) argument
370 decode_gre_hash(const uint8_t *grehdr, uint8_t hash_split, uint8_t seed) argument
[all...]
/freebsd-current/contrib/libfido2/fuzz/
H A Dfuzz_credman.c24 int seed; member in struct:param
H A Dfuzz_cred.c30 int seed; member in struct:param
H A Dfuzz_mgmt.c31 int seed; member in struct:param
H A Dfuzz_pcsc.c24 int seed; member in struct:param
H A Dfuzz_bio.c24 int seed; member in struct:param
H A Dfuzz_assert.c26 int seed; member in struct:param
/freebsd-current/contrib/libevent/
H A Dutil-internal.h316 ev_uint32_t seed; member in struct:evutil_weakrand_state
/freebsd-current/crypto/openssl/test/
H A Ddsatest.c75 static unsigned char seed[20] = { local
/freebsd-current/crypto/openssl/include/internal/
H A Dffc.h100 unsigned char *seed; member in struct:ffc_params_st
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzpool_prop.c268 zpool_prop_random_value(zpool_prop_t prop, uint64_t seed) argument
552 vdev_prop_random_value(vdev_prop_t prop, uint64_t seed) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp17 u32 seed; local
/freebsd-current/contrib/libucl/src/
H A Ducl_hash.c47 static uint64_t seed; local
/freebsd-current/contrib/wpa/src/tls/
H A Dtlsv1_server.c60 u8 seed[2 * TLS_RANDOM_LEN]; local
477 u8 *seed, *pos; local
[all...]
H A Dtlsv1_client.c78 u8 seed[2 * TLS_RANDOM_LEN]; local
553 u8 *seed, *pos; local
[all...]
/freebsd-current/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c497 void fb64_stream_iv(DES_cblock seed, struct stinfo *stp) argument
/freebsd-current/contrib/wpa/src/eap_common/
H A Deap_teap_common.c73 eap_teap_tls_prf(u16 tls_cs, const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c383 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) argument
127 ck_ht_hash_wrapper(struct ck_ht_hash *h, const void *key, size_t length, uint64_t seed) argument
251 ck_ht_init(struct ck_ht *table, unsigned int mode, ck_ht_hash_cb_t *h, struct ck_malloc *m, CK_HT_TYPE entries, uint64_t seed) argument
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dxattrtest.c132 long seed = time(NULL); local
/freebsd-current/sys/contrib/zstd/programs/
H A Ddibio.c194 U32 seed = 0xFD2FB528; local

Completed in 193 milliseconds

123456789