Home
last modified time | relevance | path

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

/f-stack/freebsd/crypto/camellia/
H A Dcamellia.h46 void Camellia_Ekeygen(const int keyBitLength,
50 void Camellia_EncryptBlock(const int keyBitLength,
55 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia.c1249 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() argument
1253 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() argument
1283 switch (keyBitLength) { in Camellia_EncryptBlock()
1303 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock() argument
1315 switch (keyBitLength) { in Camellia_DecryptBlock()