Home
last modified time | relevance | path

Searched refs:I1 (Results 1 – 2 of 2) sorted by relevance

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dcamellia.c304 uint32_t I0, I1; in camellia_feistel() local
306 I1 = x[1] ^ k[1]; in camellia_feistel()
312 I1 = ((uint32_t) SBOX2((I1 >> 24) & 0xFF) << 24) | in camellia_feistel()
313 ((uint32_t) SBOX3((I1 >> 16) & 0xFF) << 16) | in camellia_feistel()
314 ((uint32_t) SBOX4((I1 >> 8) & 0xFF) << 8) | in camellia_feistel()
315 ((uint32_t) SBOX1((I1 ) & 0xFF) ); in camellia_feistel()
317 I0 ^= (I1 << 8) | (I1 >> 24); in camellia_feistel()
318 I1 ^= (I0 << 16) | (I0 >> 16); in camellia_feistel()
319 I0 ^= (I1 >> 8) | (I1 << 24); in camellia_feistel()
320 I1 ^= (I0 >> 8) | (I0 << 24); in camellia_feistel()
[all …]
/net-tools-2.7.6/mbedtls-2.4.0/tests/data_files/
DReadme-x509.txt39 I1 -> test-int-ca.crt
70 - server7*.crt: I1 E L P1*: EC signed by RSA signed by EC