| /src/crypto/external/apache2/openssl/dist/crypto/camellia/ |
| cmll_misc.c | 27 key->grand_rounds = Camellia_Ekeygen(bits, userKey, key->u.rd_key); 34 Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); 40 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
|
| /src/crypto/external/bsd/openssl/dist/crypto/camellia/ |
| cmll_misc.c | 27 key->grand_rounds = Camellia_Ekeygen(bits, userKey, key->u.rd_key); 34 Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); 40 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/camellia/ |
| cmll_misc.c | 21 key->grand_rounds = Camellia_Ekeygen(bits, userKey, key->u.rd_key); 28 Camellia_EncryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out); 34 Camellia_DecryptBlock_Rounds(key->grand_rounds, in, key->u.rd_key, out);
|
| /src/crypto/external/apache2/openssl/dist/include/openssl/ |
| camellia.h | 52 int grand_rounds; member in struct:camellia_key_st
|
| /src/crypto/external/bsd/openssl/dist/include/openssl/ |
| camellia.h | 52 int grand_rounds; member in struct:camellia_key_st
|
| /src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| camellia.h | 43 int grand_rounds; member in struct:camellia_key_st
|