Searched refs:mbedtls_camellia_context (Results 1 – 8 of 8) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/include/mbedtls/ |
D | camellia.h | 57 mbedtls_camellia_context; typedef 64 void mbedtls_camellia_init( mbedtls_camellia_context *ctx ); 71 void mbedtls_camellia_free( mbedtls_camellia_context *ctx ); 82 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx, const unsigned char *key, 94 int mbedtls_camellia_setkey_dec( mbedtls_camellia_context *ctx, const unsigned char *key, 107 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx, 136 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx, 171 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx, 203 int mbedtls_camellia_crypt_ctr( mbedtls_camellia_context *ctx,
|
D | compat-1.3.h | 1813 #define camellia_context mbedtls_camellia_context
|
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | camellia.c | 326 void mbedtls_camellia_init( mbedtls_camellia_context *ctx ) in mbedtls_camellia_init() 328 memset( ctx, 0, sizeof( mbedtls_camellia_context ) ); in mbedtls_camellia_init() 331 void mbedtls_camellia_free( mbedtls_camellia_context *ctx ) in mbedtls_camellia_free() 336 mbedtls_zeroize( ctx, sizeof( mbedtls_camellia_context ) ); in mbedtls_camellia_free() 342 int mbedtls_camellia_setkey_enc( mbedtls_camellia_context *ctx, const unsigned char *key, in mbedtls_camellia_setkey_enc() 447 int mbedtls_camellia_setkey_dec( mbedtls_camellia_context *ctx, const unsigned char *key, in mbedtls_camellia_setkey_dec() 452 mbedtls_camellia_context cty; in mbedtls_camellia_setkey_dec() 495 int mbedtls_camellia_crypt_ecb( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_ecb() 558 int mbedtls_camellia_crypt_cbc( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cbc() 612 int mbedtls_camellia_crypt_cfb128( mbedtls_camellia_context *ctx, in mbedtls_camellia_crypt_cfb128() [all …]
|
D | cipher_wrap.c | 473 return mbedtls_camellia_crypt_ecb( (mbedtls_camellia_context *) ctx, operation, input, in camellia_crypt_ecb_wrap() 482 return mbedtls_camellia_crypt_cbc( (mbedtls_camellia_context *) ctx, operation, length, iv, in camellia_crypt_cbc_wrap() 492 return mbedtls_camellia_crypt_cfb128( (mbedtls_camellia_context *) ctx, operation, length, in camellia_crypt_cfb128_wrap() 502 return mbedtls_camellia_crypt_ctr( (mbedtls_camellia_context *) ctx, length, nc_off, in camellia_crypt_ctr_wrap() 510 return mbedtls_camellia_setkey_dec( (mbedtls_camellia_context *) ctx, key, key_bitlen ); in camellia_setkey_dec_wrap() 516 return mbedtls_camellia_setkey_enc( (mbedtls_camellia_context *) ctx, key, key_bitlen ); in camellia_setkey_enc_wrap() 521 mbedtls_camellia_context *ctx; in camellia_ctx_alloc() 522 ctx = mbedtls_calloc( 1, sizeof( mbedtls_camellia_context ) ); in camellia_ctx_alloc() 534 mbedtls_camellia_free( (mbedtls_camellia_context *) ctx ); in camellia_ctx_free()
|
/net-tools-2.7.6/mbedtls-2.4.0/tests/suites/ |
D | test_suite_camellia.function | 18 mbedtls_camellia_context ctx; 52 mbedtls_camellia_context ctx; 88 mbedtls_camellia_context ctx; 126 mbedtls_camellia_context ctx; 163 mbedtls_camellia_context ctx; 198 mbedtls_camellia_context ctx;
|
/net-tools-2.7.6/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 514 mbedtls_camellia_context camellia; in main()
|
/net-tools-2.7.6/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 560 mbedtls_camellia_context camellia; in benchmark()
|
/net-tools-2.7.6/mbedtls-2.4.0/scripts/data_files/ |
D | rename-1.3-2.0.txt | 1357 camellia_context mbedtls_camellia_context
|