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

/freebsd-9.3-release/sys/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, argument
1253 KASSERT(keyBitLength == 128 || keyBitLength == 192 || keyBitLength == 256,
1254 ("Invalid key size (%d).", keyBitLength));
1256 switch(keyBitLength) {
1271 Camellia_EncryptBlock(const int keyBitLength, argument
1283 switch (keyBitLength) {
1303 Camellia_DecryptBlock(const int keyBitLength, argument
1315 switch (keyBitLength) {
[all...]

Completed in 75 milliseconds