Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dblowfish.c96 static void blowfish_enc( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_enc() argument
101 Xl = *xl; in blowfish_enc()
121 *xl = Xl; in blowfish_enc()
125 static void blowfish_dec( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_dec() argument
130 Xl = *xl; in blowfish_dec()
150 *xl = Xl; in blowfish_dec()