Home
last modified time | relevance | path

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

/minix/crypto/external/bsd/openssl/dist/crypto/aes/
H A Daes.h92 int rounds; member
/minix/crypto/external/bsd/openssl/dist/crypto/rc5/
H A Drc5.h96 int rounds; member
H A Drc5_skey.c63 int rounds) in RC5_32_set_key()
/minix/minix/drivers/system/random/aes/
H A Drijndael-api.h23 int rounds; /* Key-length-dependent number of rounds */ member
H A Drijndael.h23 int rounds; /* Key-length-dependent number of rounds */ member
H A Drijndael_alg.c205 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 Drijndael_api.c559 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 Daes.h61 int rounds; member
/minix/crypto/external/bsd/openssl/dist/crypto/evp/
H A De_rc5.c74 int rounds; /* number of rounds */ member
/minix/tests/rump/rumpkern/h_client/
H A Dh_stresscli.c136 int rounds, myport; in main() local
/minix/lib/libcrypt/
H A Dbcrypt.c216 u_int32_t rounds, i, k; in __bcrypt() local
/minix/crypto/external/bsd/openssl/dist/engines/
H A De_padlock.c273 int rounds:4; member