Home
last modified time | relevance | path

Searched refs:keyTable (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/camellia/
H A Dcmll_local.h32 KEY_TABLE_TYPE keyTable);
34 const KEY_TABLE_TYPE keyTable,
37 const KEY_TABLE_TYPE keyTable,
40 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]);
42 const KEY_TABLE_TYPE keyTable, u8 plaintext[]);
H A Dcamellia.c404 const KEY_TABLE_TYPE keyTable, in Camellia_EncryptBlock_Rounds() argument
408 const u32 *k = keyTable, *kend = keyTable + grandRounds * 16; in Camellia_EncryptBlock_Rounds()
450 const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) in Camellia_EncryptBlock() argument
453 plaintext, keyTable, ciphertext); in Camellia_EncryptBlock()
457 const KEY_TABLE_TYPE keyTable, in Camellia_DecryptBlock_Rounds() argument
461 const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4; in Camellia_DecryptBlock_Rounds()
503 const KEY_TABLE_TYPE keyTable, u8 plaintext[]) in Camellia_DecryptBlock() argument
506 ciphertext, keyTable, plaintext); in Camellia_DecryptBlock()

Completed in 16 milliseconds