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

/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcamellia.c363 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) argument
526 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], argument
579 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], argument
/freebsd-11-stable/sys/crypto/camellia/
H A Dcamellia.c1249 Camellia_Ekeygen(const int keyBitLength, argument
1271 Camellia_EncryptBlock(const int keyBitLength, argument
1303 Camellia_DecryptBlock(const int keyBitLength, argument
[all...]

Completed in 73 milliseconds