Home
last modified time | relevance | path

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

/openssl/crypto/camellia/
H A Dcmll_local.h31 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey,
39 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[],
41 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[],
H A Dcamellia.c286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() argument
295 if (keyBitLength != 128) { in Camellia_Ekeygen()
298 if (keyBitLength == 192) { in Camellia_Ekeygen()
317 if (keyBitLength == 128) { in Camellia_Ekeygen()
449 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock() argument
452 Camellia_EncryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_EncryptBlock()
502 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], in Camellia_DecryptBlock() argument
505 Camellia_DecryptBlock_Rounds(keyBitLength == 128 ? 3 : 4, in Camellia_DecryptBlock()

Completed in 7 milliseconds