Home
last modified time | relevance | path

Searched defs:rounds (Results 1 – 25 of 46) sorted by relevance

12

/freebsd/sys/crypto/aesni/
H A Daesencdec.h38 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, in aesni_enc8()
75 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, in aesni_dec8()
113 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) in aesni_enc()
129 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) in aesni_dec()
H A Daesni_wrap.c54 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_cbc()
73 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_cbc()
107 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_ecb()
146 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_ecb()
203 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_icm()
313 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block()
331 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block8()
384 aesni_crypt_xts(int rounds, const __m128i *data_schedule, in aesni_crypt_xts()
424 aesni_encrypt_xts(int rounds, const void *data_schedule, in aesni_encrypt_xts()
434 aesni_decrypt_xts(int rounds, const void *data_schedule, in aesni_decrypt_xts()
H A Daesni.h55 int rounds; member
/freebsd/contrib/libarchive/libarchive/
H A Darchive_cryptor.c51 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
67 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
92 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
121 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
132 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
145 size_t salt_len, unsigned rounds, uint8_t *derived_key, in pbkdf2_sha1()
/freebsd/sys/contrib/ck/src/
H A Dck_barrier_tournament.c61 struct ck_barrier_tournament_round **rounds, in ck_barrier_tournament_init()
112 struct ck_barrier_tournament_round **rounds = ck_pr_load_ptr(&barrier->rounds); in ck_barrier_tournament() local
/freebsd/crypto/openssh/
H A Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_rc5.h19 unsigned int rounds; /* number of rounds */ member
H A Dcipher_rc5.c90 unsigned int rounds; in rc5_set_ctx_params() local
/freebsd/crypto/openssl/include/openssl/
H A Daes.h43 int rounds; member
H A Drc5.h45 int rounds; member
/freebsd/sys/opencrypto/
H A Dgmac.h44 int rounds; member
H A Dcbc_mac.h53 int rounds; member
/freebsd/crypto/openssl/include/crypto/
H A Daria.h38 unsigned int rounds; member
/freebsd/crypto/openssl/crypto/evp/
H A De_rc5.c32 int rounds; /* number of rounds */ member
/freebsd/crypto/openssl/crypto/rc5/
H A Drc5_skey.c20 int rounds) in RC5_32_set_key()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c56 armv8_aes_enc(int rounds, const uint8x16_t *keysched, const uint8x16_t from) in armv8_aes_enc()
78 armv8_aes_dec(int rounds, const uint8x16_t *keysched, const uint8x16_t from) in armv8_aes_dec()
217 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, in armv8_aes_crypt_xts_block()
235 armv8_aes_crypt_xts(int rounds, const uint8x16_t *data_schedule, in armv8_aes_crypt_xts()
/freebsd/sys/crypto/openssl/
H A Dossl_cipher.h58 int rounds; member
/freebsd/crypto/openssl/test/
H A Drdrand_sanitytest.c24 int rounds, int min_failures, int max_retries, int max_zero_words) in sanity_check_bytes()
/freebsd/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; in main() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c115 uint8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
/freebsd/secure/lib/libcrypt/
H A Dcrypt-blowfish.c138 u_int32_t rounds, i, k; in crypt_blowfish() local
/freebsd/sys/crypto/siphash/
H A Dsiphash.c212 int rounds; in SipRounds() local
/freebsd/lib/libcrypt/
H A Dcrypt-sha256.c68 size_t salt_len, key_len, cnt, rounds; in crypt_sha256() local
H A Dcrypt-sha512.c68 size_t salt_len, key_len, cnt, rounds; in crypt_sha512() local
/freebsd/tests/sys/netinet/libalias/
H A D2_natout.c258 size_t const rounds = 25; variable

12