Searched refs:R2 (Results 1 – 2 of 2) sorted by relevance
206 unsigned char *R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap() local220 memcpy(inbuff + KW_SEMIBLOCK_LENGTH, R2, KW_SEMIBLOCK_LENGTH); in mbedtls_nist_kw_wrap()231 memcpy(R2, outbuff + KW_SEMIBLOCK_LENGTH, KW_SEMIBLOCK_LENGTH); in mbedtls_nist_kw_wrap()232 R2 += KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()233 if (R2 >= output + (semiblocks * KW_SEMIBLOCK_LENGTH)) { in mbedtls_nist_kw_wrap()234 R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()
180 #define F(L1, L2, R1, R2, K1, K2) \ argument181 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \