Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/aesni/
H A Daesencdec.h40 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, in aesni_enc8()
77 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, in aesni_dec8()
115 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) in aesni_enc()
131 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) in aesni_dec()
H A Daesni_wrap.c57 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_cbc()
76 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_cbc()
110 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_ecb()
149 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_ecb()
206 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_icm()
308 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block()
326 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block8()
379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, in aesni_crypt_xts()
419 aesni_encrypt_xts(int rounds, const void *data_schedule, in aesni_encrypt_xts()
429 aesni_decrypt_xts(int rounds, const void *data_schedule, in aesni_decrypt_xts()
H A Daesni.h57 int rounds; member
/f-stack/freebsd/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
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c52 armv8_aes_enc(int rounds, const uint8x16_t *keysched, const uint8x16_t from) in armv8_aes_enc()
74 armv8_aes_dec(int rounds, const uint8x16_t *keysched, const uint8x16_t from) in armv8_aes_dec()
157 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, in armv8_aes_crypt_xts_block()
175 armv8_aes_crypt_xts(int rounds, const uint8x16_t *data_schedule, in armv8_aes_crypt_xts()
/f-stack/freebsd/opencrypto/
H A Dgmac.h47 int rounds; member
H A Dcbc_mac.h57 int rounds; member
/f-stack/freebsd/crypto/siphash/
H A Dsiphash.c215 int rounds; in SipRounds() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c13 const int rounds) in crypto_core_salsa()
/f-stack/freebsd/contrib/ck/include/
H A Dck_barrier.h125 struct ck_barrier_tournament_round **rounds; member
/f-stack/freebsd/x86/x86/
H A Didentcpu.c1945 u_int rounds, regnum; in print_INTEL_info() local
/f-stack/freebsd/netinet/
H A Dsctp_structs.h584 int32_t rounds; member