Searched defs:keyBitLength (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssl/crypto/camellia/ |
H A D | camellia.c | 286 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() 449 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock() 502 void Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], in Camellia_DecryptBlock()
|
/freebsd/sys/crypto/camellia/ |
H A D | camellia.c | 1246 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() 1268 Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock() 1300 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock()
|
/freebsd/crypto/krb5/src/lib/crypto/builtin/camellia/ |
H A D | camellia.c | 1397 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() 1418 Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock() 1450 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock()
|