Home
last modified time | relevance | path

Searched refs:num_rounds (Results 1 – 2 of 2) sorted by relevance

/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c336 unsigned num_rounds; in aes_keysched_base() local
342 num_rounds = 10; in aes_keysched_base()
345 num_rounds = 12; in aes_keysched_base()
348 num_rounds = 14; in aes_keysched_base()
354 nkf = (int)((num_rounds + 1) << 2); in aes_keysched_base()
374 return num_rounds; in aes_keysched_base()
387 unsigned u, num_rounds; in aes_ct_keysched() local
389 num_rounds = aes_keysched_base(skey, key, key_len); in aes_ct_keysched()
390 for (u = 0; u <= num_rounds; u ++) { in aes_ct_keysched()
407 return num_rounds; in aes_ct_keysched()
[all …]
H A Daes.h38 unsigned num_rounds; member