Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/camellia/
H A Dcamellia.c403 Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) Camellia_EncryptBlock_Rounds() argument
449 Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) Camellia_EncryptBlock() argument
456 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock_Rounds() argument
502 Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock() argument
[all...]
/third_party/openssl/crypto/camellia/
H A Dcamellia.c403 Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) Camellia_EncryptBlock_Rounds() argument
449 Camellia_EncryptBlock(int keyBitLength, const u8 plaintext[], const KEY_TABLE_TYPE keyTable, u8 ciphertext[]) Camellia_EncryptBlock() argument
456 Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock_Rounds() argument
502 Camellia_DecryptBlock(int keyBitLength, const u8 ciphertext[], const KEY_TABLE_TYPE keyTable, u8 plaintext[]) Camellia_DecryptBlock() argument
[all...]

Completed in 2 milliseconds