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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dcamellia-ntt.h39 void Camellia_Ekeygen(const int keyBitLength,
43 void Camellia_EncryptBlock(const int keyBitLength,
48 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia-ntt.c1383 void Camellia_Ekeygen(const int keyBitLength, argument
1387 switch(keyBitLength) {
1403 void Camellia_EncryptBlock(const int keyBitLength, argument
1415 switch (keyBitLength) {
1434 void Camellia_DecryptBlock(const int keyBitLength, argument
1446 switch (keyBitLength) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dcamellia-ntt.h39 void Camellia_Ekeygen(const int keyBitLength,
43 void Camellia_EncryptBlock(const int keyBitLength,
48 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia-ntt.c1383 void Camellia_Ekeygen(const int keyBitLength, argument
1387 switch(keyBitLength) {
1403 void Camellia_EncryptBlock(const int keyBitLength, argument
1415 switch (keyBitLength) {
1434 void Camellia_DecryptBlock(const int keyBitLength, argument
1446 switch (keyBitLength) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/heimdal/lib/hcrypto/
H A Dcamellia-ntt.h39 void Camellia_Ekeygen(const int keyBitLength,
43 void Camellia_EncryptBlock(const int keyBitLength,
48 void Camellia_DecryptBlock(const int keyBitLength,
H A Dcamellia-ntt.c1383 void Camellia_Ekeygen(const int keyBitLength, argument
1387 switch(keyBitLength) {
1403 void Camellia_EncryptBlock(const int keyBitLength, argument
1415 switch (keyBitLength) {
1434 void Camellia_DecryptBlock(const int keyBitLength, argument
1446 switch (keyBitLength) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/camellia/
H A Dcmll_locl.h74 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE keyTable);
79 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
81 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c362 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
371 if (keyBitLength != 128)
375 if (keyBitLength == 192)
397 if (keyBitLength == 128)
528 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
531 Camellia_EncryptBlock_Rounds(keyBitLength==128?3:4,
577 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
580 Camellia_DecryptBlock_Rounds(keyBitLength==128?3:4,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/camellia/
H A Dcmll_locl.h74 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE keyTable);
79 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
81 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c362 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
371 if (keyBitLength != 128)
375 if (keyBitLength == 192)
397 if (keyBitLength == 128)
528 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
531 Camellia_EncryptBlock_Rounds(keyBitLength==128?3:4,
577 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
580 Camellia_DecryptBlock_Rounds(keyBitLength==128?3:4,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/camellia/
H A Dcmll_locl.h74 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE keyTable);
79 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
81 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c362 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
371 if (keyBitLength != 128)
375 if (keyBitLength == 192)
397 if (keyBitLength == 128)
528 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
531 Camellia_EncryptBlock_Rounds(keyBitLength==128?3:4,
577 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
580 Camellia_DecryptBlock_Rounds(keyBitLength==128?3:4,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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 277 milliseconds