Lines Matching refs:mbedtls_blowfish_context
81 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F()
100 static void blowfish_enc( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_enc()
129 static void blowfish_dec( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_dec()
158 void mbedtls_blowfish_init( mbedtls_blowfish_context *ctx ) in mbedtls_blowfish_init()
160 memset( ctx, 0, sizeof( mbedtls_blowfish_context ) ); in mbedtls_blowfish_init()
163 void mbedtls_blowfish_free( mbedtls_blowfish_context *ctx ) in mbedtls_blowfish_free()
168 mbedtls_zeroize( ctx, sizeof( mbedtls_blowfish_context ) ); in mbedtls_blowfish_free()
174 int mbedtls_blowfish_setkey( mbedtls_blowfish_context *ctx, const unsigned char *key, in mbedtls_blowfish_setkey()
232 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_ecb()
261 int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_cbc()
315 int mbedtls_blowfish_crypt_cfb64( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_cfb64()
363 int mbedtls_blowfish_crypt_ctr( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_ctr()