Searched refs:R2 (Results 1 – 2 of 2) sorted by relevance
228 unsigned char *R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap() local244 memcpy( inbuff + KW_SEMIBLOCK_LENGTH, R2, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()254 memcpy( R2, outbuff + KW_SEMIBLOCK_LENGTH, KW_SEMIBLOCK_LENGTH ); in mbedtls_nist_kw_wrap()255 R2 += KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap()256 if( R2 >= output + ( semiblocks * KW_SEMIBLOCK_LENGTH ) ) in mbedtls_nist_kw_wrap()257 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)); \
Completed in 5 milliseconds