Searched defs:rounds (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-current/crypto/openssh/
H A Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member in struct:aesctr_ctx
/freebsd-current/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.h19 unsigned int rounds; /* number of rounds */ member in struct:prov_blowfish_ctx_st
H A Dcipher_rc5.c90 unsigned int rounds; local
/freebsd-current/crypto/openssl/include/openssl/
H A Daes.h43 int rounds; member in struct:aes_key_st
H A Drc5.h45 int rounds; member in struct:rc5_key_st
/freebsd-current/crypto/openssl/crypto/rc5/
H A Drc5_skey.c19 RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, int rounds) argument
/freebsd-current/sys/crypto/aesni/
H A Daesencdec.h38 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, argument
75 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, argument
113 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) argument
129 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) argument
[all...]
H A Daesni.h55 int rounds; member in struct:aesni_session
/freebsd-current/sys/opencrypto/
H A Dgmac.h44 int rounds; member in struct:aes_gmac_ctx
H A Dcbc_mac.h53 int rounds; member in struct:aes_cbc_mac_ctx
/freebsd-current/crypto/openssl/crypto/evp/
H A De_rc5.c32 int rounds; /* number of rounds */ member in struct:__anon3954
/freebsd-current/crypto/openssl/include/crypto/
H A Daria.h38 unsigned int rounds; member in struct:aria_key_st
/freebsd-current/tests/sys/netinet/libalias/
H A D2_natout.c258 size_t const rounds = 25; variable
/freebsd-current/sys/crypto/openssl/
H A Dossl_cipher.h58 int rounds; member in struct:ossl_aes_keysched
/freebsd-current/sys/contrib/ck/src/
H A Dck_barrier_tournament.c60 ck_barrier_tournament_init(struct ck_barrier_tournament *barrier, struct ck_barrier_tournament_round **rounds, unsigned int nthr) argument
112 struct ck_barrier_tournament_round **rounds = ck_pr_load_ptr(&barrier->rounds); local
[all...]
/freebsd-current/sys/crypto/siphash/
H A Dsiphash.c212 int rounds; local
/freebsd-current/crypto/openssl/test/
H A Drdrand_sanitytest.c23 sanity_check_bytes(size_t (rng)unsigned char *, size_t), int rounds, int min_failures, int max_retries, int max_zero_words) argument
/freebsd-current/tests/sys/netgraph/
H A Dvlan_rotate.c175 int i, rounds = 20; local
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c114 bcrypt_pbkdf(const char *pass, size_t passlen, const uint8_t *salt, size_t saltlen, uint8_t *key, size_t keylen, unsigned int rounds) argument
/freebsd-current/contrib/kyua/utils/signals/
H A Dtimer_test.cpp385 const std::size_t rounds = 100; local
/freebsd-current/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; local
/freebsd-current/secure/lib/libcrypt/
H A Dcrypt-blowfish.c138 u_int32_t rounds, i, k; local
/freebsd-current/lib/libcrypt/
H A Dcrypt-sha512.c68 size_t salt_len, key_len, cnt, rounds; local
[all...]
H A Dcrypt-sha256.c68 size_t salt_len, key_len, cnt, rounds; local
[all...]
/freebsd-current/contrib/expat/lib/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { argument

Completed in 289 milliseconds

12