Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/crypto/aesni/
H A Daesni_wrap.c40 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_cbc()
57 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_ecb()
71 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_ecb()
89 aesni_crypt_xts_block(int rounds, const void *key_schedule, uint8_t *tweak, in aesni_crypt_xts_block()
119 aesni_crypt_xts(int rounds, const void *data_schedule, in aesni_crypt_xts()
152 aesni_encrypt_xts(int rounds, const void *data_schedule, in aesni_encrypt_xts()
162 aesni_decrypt_xts(int rounds, const void *data_schedule, in aesni_decrypt_xts()
H A Daesni.h57 int rounds; member
/dflybsd-src/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()
H A Darchive_cryptor_private.h150 #define archive_pbkdf2_sha1(pw, pw_len, salt, salt_len, rounds, dk, dk_len)\ argument
/dflybsd-src/sys/opencrypto/
H A Dcast.h16 int rounds; /* Number of rounds to use, 12 or 16 */ member
H A Dgmac.h37 int rounds; member
/dflybsd-src/crypto/openssh/
H A Dcipher-aesctr.h26 int rounds; /* keylen-dependent #rounds */ member
H A Dsshkey.c938 u_int i, j = 0, rounds, seed = 1; in fingerprint_bubblebabble() local
2750 int rounds) in sshkey_private_to_blob2()
2960 u_int blocksize, rounds, nkeys, encrypted_len, check1, check2; in private2_decrypt() local
H A Dssh-keygen.c164 static int rounds = 0; variable
/dflybsd-src/crypto/libressl/include/openssl/
H A Daes.h78 int rounds; member
/dflybsd-src/lib/libssh/openbsd-compat/
H A Dbcrypt_pbkdf.c115 uint8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
/dflybsd-src/sys/crypto/siphash/
H A Dsiphash.c209 int rounds; in SipRounds() local
/dflybsd-src/lib/libcrypt/
H A Dcrypt-blowfish.c183 u_int32_t rounds, i, k; in crypt_blowfish() local
H A Dcrypt-sha256.c317 size_t rounds = ROUNDS_DEFAULT; in crypt_sha256_r() local
H A Dcrypt-sha512.c348 size_t rounds = ROUNDS_DEFAULT; in crypt_sha512_r() local
/dflybsd-src/contrib/expat/lib/
H A Dsiphash.h167 sip_round(struct siphash *H, const int rounds) { in sip_round()
/dflybsd-src/contrib/ldns/
H A Dutil.c433 size_t i, j = 0, rounds, seed = 1; in ldns_bubblebabble() local
/dflybsd-src/sys/kern/
H A Dkern_objcache.c53 int rounds; member
/dflybsd-src/lib/libc/stdlib/
H A Dnmalloc.c285 int rounds; /* Current number of free rounds */ member