/freebsd/sys/crypto/aesni/ |
H A D | aesencdec.h | 38 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 D | aesni_wrap.c | 54 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 D | aesni.h | 55 int rounds; member
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_cryptor.c | 51 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 D | ck_barrier_tournament.c | 61 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 D | cipher-aesctr.h | 26 int rounds; /* keylen-dependent #rounds */ member
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_rc5.h | 19 unsigned int rounds; /* number of rounds */ member
|
H A D | cipher_rc5.c | 90 unsigned int rounds; in rc5_set_ctx_params() local
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | aes.h | 43 int rounds; member
|
H A D | rc5.h | 45 int rounds; member
|
/freebsd/sys/opencrypto/ |
H A D | gmac.h | 44 int rounds; member
|
H A D | cbc_mac.h | 53 int rounds; member
|
/freebsd/crypto/openssl/include/crypto/ |
H A D | aria.h | 38 unsigned int rounds; member
|
/freebsd/sys/crypto/armv8/ |
H A D | armv8_crypto_wrap.c | 56 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/crypto/openssl/crypto/rc5/ |
H A D | rc5_skey.c | 20 int rounds) in RC5_32_set_key()
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_rc5.c | 32 int rounds; /* number of rounds */ member
|
/freebsd/sys/crypto/openssl/ |
H A D | ossl_cipher.h | 58 int rounds; member
|
/freebsd/crypto/openssl/test/ |
H A D | rdrand_sanitytest.c | 24 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 D | h_stresscli.c | 136 int rounds, myport; in main() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 115 uint8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
|
/freebsd/secure/lib/libcrypt/ |
H A D | crypt-blowfish.c | 138 u_int32_t rounds, i, k; in crypt_blowfish() local
|
/freebsd/sys/crypto/siphash/ |
H A D | siphash.c | 212 int rounds; SipRounds() local
|
/freebsd/lib/libcrypt/ |
H A D | crypt-sha256.c | 69 size_t salt_len, key_len, cnt, rounds; in crypt_sha256() local
|
H A D | crypt-sha512.c | 69 size_t salt_len, key_len, cnt, rounds; in crypt_sha512() local
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
H A D | core_salsa_ref.c | 13 const int rounds) in crypto_core_salsa()
|