Searched refs:keyBitLength (Results 1 – 2 of 2) sorted by relevance
46 void Camellia_Ekeygen(const int keyBitLength,50 void Camellia_EncryptBlock(const int keyBitLength,55 void Camellia_DecryptBlock(const int keyBitLength,
1249 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() argument1253 KASSERT(keyBitLength == 128 || keyBitLength == 192 || keyBitLength == 256, in Camellia_Ekeygen()1254 ("Invalid key size (%d).", keyBitLength)); in Camellia_Ekeygen()1256 switch(keyBitLength) { in Camellia_Ekeygen()1271 Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock() argument1283 switch (keyBitLength) { in Camellia_EncryptBlock()1303 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock() argument1315 switch (keyBitLength) { in Camellia_DecryptBlock()