Searched refs:mbedtls_blowfish_context (Results 1 – 7 of 7) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | blowfish.h | 68 typedef struct mbedtls_blowfish_context struct 73 mbedtls_blowfish_context; typedef 85 void mbedtls_blowfish_init( mbedtls_blowfish_context *ctx ); 95 void mbedtls_blowfish_free( mbedtls_blowfish_context *ctx ); 109 int mbedtls_blowfish_setkey( mbedtls_blowfish_context *ctx, const unsigned char *key, 128 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx, 162 int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx, 202 int mbedtls_blowfish_crypt_cfb64( mbedtls_blowfish_context *ctx, 275 int mbedtls_blowfish_crypt_ctr( mbedtls_blowfish_context *ctx,
|
D | compat-1.3.h | 1771 #define blowfish_context mbedtls_blowfish_context
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | blowfish.c | 54 static uint32_t F( mbedtls_blowfish_context *ctx, uint32_t x ) in F() 73 static void blowfish_enc( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_enc() 102 static void blowfish_dec( mbedtls_blowfish_context *ctx, uint32_t *xl, uint32_t *xr ) in blowfish_dec() 131 void mbedtls_blowfish_init( mbedtls_blowfish_context *ctx ) in mbedtls_blowfish_init() 134 memset( ctx, 0, sizeof( mbedtls_blowfish_context ) ); in mbedtls_blowfish_init() 137 void mbedtls_blowfish_free( mbedtls_blowfish_context *ctx ) in mbedtls_blowfish_free() 142 mbedtls_platform_zeroize( ctx, sizeof( mbedtls_blowfish_context ) ); in mbedtls_blowfish_free() 148 int mbedtls_blowfish_setkey( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_setkey() 210 int mbedtls_blowfish_crypt_ecb( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_ecb() 244 int mbedtls_blowfish_crypt_cbc( mbedtls_blowfish_context *ctx, in mbedtls_blowfish_crypt_cbc() [all …]
|
D | cipher_wrap.c | 1682 return mbedtls_blowfish_crypt_ecb( (mbedtls_blowfish_context *) ctx, operation, input, in blowfish_crypt_ecb_wrap() 1691 return mbedtls_blowfish_crypt_cbc( (mbedtls_blowfish_context *) ctx, operation, length, iv, in blowfish_crypt_cbc_wrap() 1701 return mbedtls_blowfish_crypt_cfb64( (mbedtls_blowfish_context *) ctx, operation, length, in blowfish_crypt_cfb64_wrap() 1711 return mbedtls_blowfish_crypt_ctr( (mbedtls_blowfish_context *) ctx, length, nc_off, in blowfish_crypt_ctr_wrap() 1719 return mbedtls_blowfish_setkey( (mbedtls_blowfish_context *) ctx, key, key_bitlen ); in blowfish_setkey_wrap() 1724 mbedtls_blowfish_context *ctx; in blowfish_ctx_alloc() 1725 ctx = mbedtls_calloc( 1, sizeof( mbedtls_blowfish_context ) ); in blowfish_ctx_alloc() 1737 mbedtls_blowfish_free( (mbedtls_blowfish_context *) ctx ); in blowfish_ctx_free()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_blowfish.function | 20 mbedtls_blowfish_context ctx; 173 mbedtls_blowfish_context ctx; 197 mbedtls_blowfish_context ctx; 222 mbedtls_blowfish_context ctx; 249 mbedtls_blowfish_context ctx; 274 mbedtls_blowfish_context ctx; 297 mbedtls_blowfish_context ctx; 321 mbedtls_blowfish_context ctx;
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/ |
D | benchmark.c | 694 mbedtls_blowfish_context blowfish; in main()
|
/openthread-3.4.0/third_party/mbedtls/repo/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1349 blowfish_context mbedtls_blowfish_context
|