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

/freebsd-10.3-release/sys/opencrypto/
H A Dcast.h16 int rounds; /* Number of rounds to use, 12 or 16 */ member in struct:__anon11786
/freebsd-10.3-release/crypto/openssh/
H A Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member in struct:aesctr_ctx
H A Dssh-keygen.c176 int rounds = 0; variable
[all...]
H A Dsshkey.c975 u_int i, j = 0, rounds, seed = 1; local
3019 sshkey_private_to_blob2(const struct sshkey *prv, struct sshbuf *blob, const char *passphrase, const char *comment, const char *ciphername, int rounds) argument
3186 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; local
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/rc5/
H A Drc5_skey.c62 RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data, int rounds) argument
H A Drc5.h91 int rounds; member in struct:rc5_key_st
/freebsd-10.3-release/crypto/openssl/crypto/aes/
H A Daes.h84 int rounds; member in struct:aes_key_st
/freebsd-10.3-release/sys/crypto/aesni/
H A Daesencdec.h33 aesni_enc8(int rounds, const __m128i *keysched, __m128i a, argument
70 aesni_dec8(int rounds, const __m128i *keysched, __m128i a, argument
107 aesni_enc(int rounds, const __m128i *keysched, const __m128i from) argument
121 aesni_dec(int rounds, const __m128i *keysched, const __m128i from) argument
H A Daesni.h61 int rounds; member in struct:aesni_session
H A Daesni_wrap.c49 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, argument
68 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, argument
102 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, argument
141 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, argument
202 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
220 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, const uint8_t *from, uint8_t *to, int do_encrypt) argument
273 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[AES_BLOCK_LEN], int do_encrypt) argument
313 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[AES_BLOCK_LEN]) argument
323 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[AES_BLOCK_LEN]) argument
[all...]
/freebsd-10.3-release/crypto/openssl/crypto/evp/
H A De_rc5.c74 int rounds; /* number of rounds */ member in struct:__anon5558
/freebsd-10.3-release/sys/crypto/siphash/
H A Dsiphash.c215 int rounds; local
/freebsd-10.3-release/sys/dev/random/
H A Dlive_entropy_sources.c146 live_entropy_sources_feed(int rounds, event_proc_f entropy_processor) argument
/freebsd-10.3-release/crypto/openssh/openbsd-compat/
H A Dbcrypt_pbkdf.c111 bcrypt_pbkdf(const char *pass, size_t passlen, const u_int8_t *salt, size_t saltlen, u_int8_t *key, size_t keylen, unsigned int rounds) argument
/freebsd-10.3-release/contrib/netbsd-tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; local
/freebsd-10.3-release/secure/lib/libcrypt/
H A Dcrypt-blowfish.c142 u_int32_t rounds, i, k; local
/freebsd-10.3-release/lib/libcrypt/
H A Dcrypt-sha256.c69 size_t salt_len, key_len, cnt, rounds; local
[all...]
H A Dcrypt-sha512.c69 size_t salt_len, key_len, cnt, rounds; local
[all...]
/freebsd-10.3-release/sys/x86/x86/
H A Didentcpu.c1680 u_int rounds, regnum; local
/freebsd-10.3-release/contrib/ldns/
H A Dutil.c423 size_t i, j = 0, rounds, seed = 1; local
/freebsd-10.3-release/crypto/openssl/engines/
H A De_padlock.c273 int rounds:4; member in struct:__anon5653::__anon5654
/freebsd-10.3-release/sys/netinet/
H A Dsctp_structs.h562 int32_t rounds; member in struct:ss_fb

Completed in 188 milliseconds