Searched refs:R2 (Results 1 – 2 of 2) sorted by relevance
267 unsigned char *R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap() local283 memcpy( inbuff + KW_SEMIBLOCK_LENGTH, R2, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()293 memcpy( R2, outbuff + KW_SEMIBLOCK_LENGTH, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()294 R2 += KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()295 if( R2 >= output + ( semiblocks * KW_SEMIBLOCK_LENGTH ) ) in mbedtls_nist_kw_wrap()296 R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()
187 #define F(L1, L2, R1, R2, K1, K2) \ argument188 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \
Completed in 4 milliseconds