<dec f='src/src/sys/crypto/rijndael/rijndael-alg-fst.h' l='36' type='int rijndaelKeySetupDec(u_int32_t * rk, const u_int8_t * cipherKey, int keyBits)'/>
<doc f='src/src/sys/crypto/rijndael/rijndael-alg-fst.h' l='36'>/*4*(Nr + 1)*/</doc>
<def f='src/src/sys/crypto/rijndael/rijndael-alg-fst.c' l='825' ll='863' type='int rijndaelKeySetupDec(u32 * rk, const u8 * cipherKey, int keyBits)'/>
<doc f='src/src/sys/crypto/rijndael/rijndael-alg-fst.c' l='820'>/**
 * Expand the cipher key into the decryption key schedule.
 *
 * @return	the number of rounds for the given cipher key size.
 */</doc>
<doc f='src/src/sys/crypto/rijndael/rijndael-alg-fst.c' l='825'>/*4*(Nr + 1)*/</doc>
<use f='src/src/sys/crypto/rijndael/rijndael-api-fst.c' l='96' u='c' c='rijndael_makeKey'/>
<use f='src/src/sys/crypto/rijndael/rijndael.c' l='42' u='c' c='rijndael_set_key'/>
