Searched refs:rounds (Results 1 – 4 of 4) sorted by relevance
751 key->rounds = 10; in AES_set_encrypt_key()753 key->rounds = 12; in AES_set_encrypt_key()755 key->rounds = 14; in AES_set_encrypt_key()956 if (key->rounds > 10) { in AES_encrypt()967 if (key->rounds > 12) { in AES_encrypt()980 rk += key->rounds << 2; in AES_encrypt()985 r = key->rounds >> 1; in AES_encrypt()1147 if (key->rounds > 10) { in AES_decrypt()1158 if (key->rounds > 12) { in AES_decrypt()1171 rk += key->rounds << 2; in AES_decrypt()[all …]
11 int rounds; member
1241 int rounds; in rijndael_set_key_enc_only() local1243 rounds = rijndaelKeySetupEnc(ctx->ek, key, bits); in rijndael_set_key_enc_only()1244 if (rounds == 0) in rijndael_set_key_enc_only()1247 ctx->Nr = rounds; in rijndael_set_key_enc_only()1257 int rounds; in rijndael_set_key() local1259 rounds = rijndaelKeySetupEnc(ctx->ek, key, bits); in rijndael_set_key()1260 if (rounds == 0) in rijndael_set_key()1262 if (rijndaelKeySetupDec(ctx->dk, key, bits) != rounds) in rijndael_set_key()1265 ctx->Nr = rounds; in rijndael_set_key()
31 mutable io_credit: int; (* the rounds of ring process left to do, default is 0,
Completed in 7 milliseconds