Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/crypto/camellia/
H A Dcamellia.c347 Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen()
509 Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock()
561 Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_DecryptBlock()
/dflybsd-src/sys/crypto/camellia/
H A Dcamellia.c1249 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen()
1271 Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock()
1303 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock()