Searched defs:rounds (Results 1 – 12 of 12) sorted by relevance
/minix/crypto/external/bsd/openssl/dist/crypto/aes/ |
H A D | aes.h | 92 int rounds; member
|
/minix/crypto/external/bsd/openssl/dist/crypto/rc5/ |
H A D | rc5.h | 96 int rounds; member
|
H A D | rc5_skey.c | 63 int rounds) in RC5_32_set_key()
|
/minix/minix/drivers/system/random/aes/ |
H A D | rijndael-api.h | 23 int rounds; /* Key-length-dependent number of rounds */ member
|
H A D | rijndael.h | 23 int rounds; /* Key-length-dependent number of rounds */ member
|
H A D | rijndael_alg.c | 205 int rijndaelEncryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { in rijndaelEncryptRound() 358 int rijndaelDecryptRound(word8 a[4][4], word8 rk[MAXROUNDS+1][4][4], int ROUNDS, int rounds) { in rijndaelDecryptRound()
|
H A D | rijndael_api.c | 559 const void *input, void *output, int rounds) in cipherEncryptUpdateRounds() 572 const void *input, void *output, int rounds) in cipherDecryptUpdateRounds()
|
/minix/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | aes.h | 61 int rounds; member
|
/minix/crypto/external/bsd/openssl/dist/crypto/evp/ |
H A D | e_rc5.c | 74 int rounds; /* number of rounds */ member
|
/minix/tests/rump/rumpkern/h_client/ |
H A D | h_stresscli.c | 136 int rounds, myport; in main() local
|
/minix/lib/libcrypt/ |
H A D | bcrypt.c | 216 u_int32_t rounds, i, k; in __bcrypt() local
|
/minix/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_padlock.c | 273 int rounds:4; member
|