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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/
H A Dcmll_locl.h74 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
82 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
84 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c363 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
372 if (keyBitLength != 128) {
375 if (keyBitLength == 192) {
394 if (keyBitLength == 128) {
526 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
529 Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
579 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
582 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/
H A Dcmll_locl.h74 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
82 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
84 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c363 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
372 if (keyBitLength != 128) {
375 if (keyBitLength == 192) {
394 if (keyBitLength == 128) {
526 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
529 Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
579 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
582 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/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) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/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) {

Completed in 60 milliseconds