Searched refs:grandRounds (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/camellia/ |
H A D | cmll_local.h | 33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], 36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
|
H A D | camellia.c | 403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds() argument 408 const u32 *k = keyTable, *kend = keyTable + grandRounds * 16; in Camellia_EncryptBlock_Rounds() 456 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() argument 461 const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4; in Camellia_DecryptBlock_Rounds()
|
/third_party/openssl/crypto/camellia/ |
H A D | cmll_local.h | 33 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], 36 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[],
|
H A D | camellia.c | 403 void Camellia_EncryptBlock_Rounds(int grandRounds, const u8 plaintext[], in Camellia_EncryptBlock_Rounds() argument 408 const u32 *k = keyTable, *kend = keyTable + grandRounds * 16; in Camellia_EncryptBlock_Rounds() 456 void Camellia_DecryptBlock_Rounds(int grandRounds, const u8 ciphertext[], in Camellia_DecryptBlock_Rounds() argument 461 const u32 *k = keyTable + grandRounds * 16, *kend = keyTable + 4; in Camellia_DecryptBlock_Rounds()
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 98 ld [$key + 272], $rounds ! grandRounds, 3 or 4 172 ld [$key + 272], $rounds ! grandRounds, 3 or 4
|
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 98 ld [$key + 272], $rounds ! grandRounds, 3 or 4 172 ld [$key + 272], $rounds ! grandRounds, 3 or 4
|
Completed in 5 milliseconds