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

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcamellia.h62 void Camellia_Ekeygen(const int keyBitLength,
66 void Camellia_EncryptBlock(const int keyBitLength,
71 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia.c1382 void Camellia_Ekeygen(const int keyBitLength, argument
1386 switch(keyBitLength) {
1402 void Camellia_EncryptBlock(const int keyBitLength, argument
1414 switch (keyBitLength) {
1433 void Camellia_DecryptBlock(const int keyBitLength, argument
1445 switch (keyBitLength) {
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Dcamellia.h75 void Camellia_Ekeygen(const int keyBitLength,
79 void Camellia_EncryptBlock(const int keyBitLength,
84 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia.c1384 void Camellia_Ekeygen(const int keyBitLength, argument
1388 switch(keyBitLength) {
1404 void Camellia_EncryptBlock(const int keyBitLength, argument
1416 switch (keyBitLength) {
1435 void Camellia_DecryptBlock(const int keyBitLength, argument
1447 switch (keyBitLength) {

Completed in 36 milliseconds