/dflybsd-src/sys/dev/crypto/aesni/ |
H A D | aesni_wrap.c | 40 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 D | aesni.h | 57 int rounds; member
|
/dflybsd-src/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()
|
H A D | archive_cryptor_private.h | 150 #define archive_pbkdf2_sha1(pw, pw_len, salt, salt_len, rounds, dk, dk_len)\ argument
|
/dflybsd-src/sys/opencrypto/ |
H A D | cast.h | 16 int rounds; /* Number of rounds to use, 12 or 16 */ member
|
H A D | gmac.h | 37 int rounds; member
|
/dflybsd-src/crypto/openssh/ |
H A D | cipher-aesctr.h | 26 int rounds; /* keylen-dependent #rounds */ member
|
H A D | sshkey.c | 938 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 D | ssh-keygen.c | 164 static int rounds = 0; variable
|
/dflybsd-src/crypto/libressl/include/openssl/ |
H A D | aes.h | 78 int rounds; member
|
/dflybsd-src/lib/libssh/openbsd-compat/ |
H A D | bcrypt_pbkdf.c | 115 uint8_t *key, size_t keylen, unsigned int rounds) in bcrypt_pbkdf()
|
/dflybsd-src/sys/crypto/siphash/ |
H A D | siphash.c | 209 int rounds; in SipRounds() local
|
/dflybsd-src/lib/libcrypt/ |
H A D | crypt-blowfish.c | 183 u_int32_t rounds, i, k; in crypt_blowfish() local
|
H A D | crypt-sha256.c | 317 size_t rounds = ROUNDS_DEFAULT; in crypt_sha256_r() local
|
H A D | crypt-sha512.c | 348 size_t rounds = ROUNDS_DEFAULT; in crypt_sha512_r() local
|
/dflybsd-src/contrib/expat/lib/ |
H A D | siphash.h | 167 sip_round(struct siphash *H, const int rounds) { in sip_round()
|
/dflybsd-src/contrib/ldns/ |
H A D | util.c | 433 size_t i, j = 0, rounds, seed = 1; in ldns_bubblebabble() local
|
/dflybsd-src/sys/kern/ |
H A D | kern_objcache.c | 53 int rounds; member
|
/dflybsd-src/lib/libc/stdlib/ |
H A D | nmalloc.c | 285 int rounds; /* Current number of free rounds */ member
|