Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds