Searched defs:keyBitLength (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/camellia/ |
H A D | camellia.c | 280 int Camellia_Ekeygen(int keyBitLength, const u8 *rawKey, KEY_TABLE_TYPE k) in Camellia_Ekeygen() 443 void Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_EncryptBlock() 496 void Camellia_DecryptBlock(int keyBitLength, const u8 plaintext[], in Camellia_DecryptBlock()
|
/netbsd-src/crypto/external/bsd/openssl/dist/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()
|
/netbsd-src/sys/crypto/camellia/ |
H A D | camellia.c | 1246 Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() 1267 Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock() 1299 Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | camellia-ntt.c | 1388 void Camellia_Ekeygen(const int keyBitLength, in Camellia_Ekeygen() 1408 void Camellia_EncryptBlock(const int keyBitLength, in Camellia_EncryptBlock() 1439 void Camellia_DecryptBlock(const int keyBitLength, in Camellia_DecryptBlock()
|