Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dblowfish.c73 static void blowfish_enc( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_enc() argument
79 Xr = *xr; in blowfish_enc()
99 *xr = Xr; in blowfish_enc()
102 static void blowfish_dec( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_dec() argument
108 Xr = *xr; in blowfish_dec()
128 *xr = Xr; in blowfish_dec()

Completed in 3 milliseconds