Searched refs:I1 (Results 1 – 2 of 2) sorted by relevance
43 I1 -> test-int-ca.crt84 - server7.crt: I1 E L P1(usually): EC signed by RSA signed by EC85 -badsign.crt: S7 with corrupted signature + I186 -expired.crt: S7 with "not after" date in the past + I187 -future.crt: S7 with "not before" date in the future + I188 _int-ca-exp.crt: S7 + expired I189 _int-ca.crt: S7 + I190 _int-ca_ca2.crt: S7 + I1 + 292 _pem_space.crt: S7 with misplace space (invalid PEM) + I194 _spurious_int-ca.crt: S7 + I2(spurious) + I1[all …]
277 uint32_t I0, I1; in camellia_feistel() local279 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