Searched refs:mbedtls_blowfish_context (Results 1 – 8 of 8) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | blowfish.h | 61 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,
|
D | compat-1.3.h | 1805 #define blowfish_context mbedtls_blowfish_context
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | blowfish.c | 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() [all …]
|
D | cipher_wrap.c | 1084 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/ |
D | test_suite_blowfish.function | 18 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/ |
D | benchmark.c | 536 mbedtls_blowfish_context blowfish; in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 582 mbedtls_blowfish_context blowfish; in benchmark()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1349 blowfish_context mbedtls_blowfish_context
|