Home
last modified time | relevance | path

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

/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/
Dblowfish.h61 mbedtls_blowfish_context; typedef
68 void mbedtls_blowfish_init( mbedtls_blowfish_context *ctx );
75 void mbedtls_blowfish_free( mbedtls_blowfish_context *ctx );
86 int mbedtls_blowfish_setkey( mbedtls_blowfish_context *ctx, const unsigned char *key,
99 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx,
128 int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx,
158 int mbedtls_blowfish_crypt_cfb64( mbedtls_blowfish_context *ctx,
186 int mbedtls_blowfish_crypt_ctr( mbedtls_blowfish_context *ctx,
Dcompat-1.3.h1805 #define blowfish_context mbedtls_blowfish_context
/net-tools-2.7.6/mbedtls-2.4.0/library/
Dblowfish.c81 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()
[all …]
Dcipher_wrap.c1084 return mbedtls_blowfish_crypt_ecb( (mbedtls_blowfish_context *) ctx, operation, input, in blowfish_crypt_ecb_wrap()
1093 return mbedtls_blowfish_crypt_cbc( (mbedtls_blowfish_context *) ctx, operation, length, iv, in blowfish_crypt_cbc_wrap()
1103 return mbedtls_blowfish_crypt_cfb64( (mbedtls_blowfish_context *) ctx, operation, length, in blowfish_crypt_cfb64_wrap()
1113 return mbedtls_blowfish_crypt_ctr( (mbedtls_blowfish_context *) ctx, length, nc_off, in blowfish_crypt_ctr_wrap()
1121 return mbedtls_blowfish_setkey( (mbedtls_blowfish_context *) ctx, key, key_bitlen ); in blowfish_setkey_wrap()
1126 mbedtls_blowfish_context *ctx; in blowfish_ctx_alloc()
1127 ctx = mbedtls_calloc( 1, sizeof( mbedtls_blowfish_context ) ); in blowfish_ctx_alloc()
1139 mbedtls_blowfish_free( (mbedtls_blowfish_context *) ctx ); in blowfish_ctx_free()
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/
Dtest_suite_blowfish.function18 mbedtls_blowfish_context ctx;
52 mbedtls_blowfish_context ctx;
88 mbedtls_blowfish_context ctx;
127 mbedtls_blowfish_context ctx;
164 mbedtls_blowfish_context ctx;
199 mbedtls_blowfish_context ctx;
235 mbedtls_blowfish_context ctx;
/net-tools-2.7.6/mbedtls-2.4.0/programs/test/
Dbenchmark.c536 mbedtls_blowfish_context blowfish; in main()
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/
Dmain.cpp582 mbedtls_blowfish_context blowfish; in benchmark()
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/
Drename-1.3-2.0.txt1349 blowfish_context mbedtls_blowfish_context