Searched defs:rounds (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-13-stable/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c59 armv8_aes_enc(int rounds, const uint8x16_t *keysched, const uint8x16_t from) argument
81 armv8_aes_dec(int rounds, const uint8x16_t *keysched, const uint8x16_t from) argument
164 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, uint8x16_t *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
182 armv8_aes_crypt_xts(int rounds, const uint8x16_t *data_schedule, const uint8x16_t *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
[all...]
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
H A Dcore_salsa_ref.c11 crypto_core_salsa(unsigned char *out, const unsigned char *in, const unsigned char *k, const unsigned char *c, const int rounds) argument
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_barrier.h125 struct ck_barrier_tournament_round **rounds; member in struct:ck_barrier_tournament
/freebsd-13-stable/contrib/kyua/utils/process/
H A Dexecutor_test.cpp846 const std::size_t rounds = 20; local
/freebsd-13-stable/sys/crypto/aesni/
H A Daesni_wrap.c57 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, argument
76 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, argument
110 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, argument
149 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, argument
206 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
308 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
326 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, const __m128i *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
419 aesni_encrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
429 aesni_decrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
[all...]
/freebsd-13-stable/crypto/openssl/crypto/aria/
H A Daria.c1089 do_encrypt(unsigned char *o, const unsigned char *pin, unsigned int rounds, const ARIA_u128 *keys) argument
1200 unsigned int i, rounds = ek.rounds; local
[all...]
/freebsd-13-stable/crypto/openssl/engines/
H A De_padlock.c188 int rounds:4; member in struct:__anon7242::__anon7243
/freebsd-13-stable/contrib/ldns/
H A Dutil.c423 size_t i, j = 0, rounds, seed = 1; local
/freebsd-13-stable/crypto/openssl/apps/
H A Dpasswd.c518 unsigned int rounds = 5000; /* Default */ local
[all...]
/freebsd-13-stable/sys/dev/safexcel/
H A Dsafexcel.c1291 int i, rounds; local
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c1945 u_int rounds, regnum; local
/freebsd-13-stable/sys/dev/qat/
H A Dqat.c1231 int rounds; local
/freebsd-13-stable/crypto/openssh/
H A Dssh-keygen.c191 int rounds = 0; variable
[all...]
H A Dsshkey.c983 u_int i, j = 0, rounds, seed = 1; local
3396 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, const char *passphrase, const char *comment, const char *ciphername, int rounds) argument
3558 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
[all...]
/freebsd-13-stable/sys/netinet/
H A Dsctp_structs.h584 int32_t rounds; member in struct:ss_fb

Completed in 283 milliseconds

12