Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
A Dnist_kw.c267 unsigned char *R2 = output + KW_SEMIBLOCK_LENGTH; in mbedtls_nist_kw_wrap() local
283 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()
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dkseed.c187 #define F(L1, L2, R1, R2, K1, K2) \ argument
188 T2 = G((R1 ^ K1) ^ (R2 ^ K2)); \

Completed in 5 milliseconds