Home
last modified time | relevance | path

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

/mbedtls-development/tests/data_files/
A DReadme-x509.txt43 I1 -> test-int-ca.crt
84 - server7.crt: I1 E L P1(usually): EC signed by RSA signed by EC
85 -badsign.crt: S7 with corrupted signature + I1
86 -expired.crt: S7 with "not after" date in the past + I1
87 -future.crt: S7 with "not before" date in the future + I1
88 _int-ca-exp.crt: S7 + expired I1
89 _int-ca.crt: S7 + I1
90 _int-ca_ca2.crt: S7 + I1 + 2
92 _pem_space.crt: S7 with misplace space (invalid PEM) + I1
94 _spurious_int-ca.crt: S7 + I2(spurious) + I1
[all …]
/mbedtls-development/library/
A Dcamellia.c277 uint32_t I0, I1; in camellia_feistel() local
279 I1 = x[1] ^ k[1]; in camellia_feistel()
285 I1 = ((uint32_t) SBOX2( MBEDTLS_BYTE_3( I1 )) << 24) | in camellia_feistel()
286 ((uint32_t) SBOX3( MBEDTLS_BYTE_2( I1 )) << 16) | in camellia_feistel()
287 ((uint32_t) SBOX4( MBEDTLS_BYTE_1( I1 )) << 8) | in camellia_feistel()
288 ((uint32_t) SBOX1( MBEDTLS_BYTE_0( I1 )) ); in camellia_feistel()
290 I0 ^= (I1 << 8) | (I1 >> 24); in camellia_feistel()
291 I1 ^= (I0 << 16) | (I0 >> 16); in camellia_feistel()
292 I0 ^= (I1 >> 8) | (I1 << 24); in camellia_feistel()
293 I1 ^= (I0 >> 8) | (I0 << 24); in camellia_feistel()
[all …]

Completed in 4 milliseconds