Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/library/
Dblowfish.c100 static void blowfish_enc( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_enc() argument
106 Xr = *xr; in blowfish_enc()
126 *xr = Xr; in blowfish_enc()
129 static void blowfish_dec( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_dec() argument
135 Xr = *xr; in blowfish_dec()
155 *xr = Xr; in blowfish_dec()