Searched refs:base (Results 1 – 12 of 12) sorted by relevance
/net-tools-latest/mbedtls-2.4.0/library/ |
D | cipher.c | 123 if( def->info->base->cipher == cipher_id && in mbedtls_cipher_info_from_values() 150 ctx->cipher_info->base->ctx_free_func( ctx->cipher_ctx ); in mbedtls_cipher_free() 162 if( NULL == ( ctx->cipher_ctx = cipher_info->base->ctx_alloc_func() ) ) in mbedtls_cipher_setup() 203 return ctx->cipher_info->base->setkey_enc_func( ctx->cipher_ctx, key, in mbedtls_cipher_setkey() 208 return ctx->cipher_info->base->setkey_dec_func( ctx->cipher_ctx, key, in mbedtls_cipher_setkey() 291 if( 0 != ( ret = ctx->cipher_info->base->ecb_func( ctx->cipher_ctx, in mbedtls_cipher_update() 350 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update() 391 if( 0 != ( ret = ctx->cipher_info->base->cbc_func( ctx->cipher_ctx, in mbedtls_cipher_update() 407 if( 0 != ( ret = ctx->cipher_info->base->cfb_func( ctx->cipher_ctx, in mbedtls_cipher_update() 423 if( 0 != ( ret = ctx->cipher_info->base->ctr_func( ctx->cipher_ctx, in mbedtls_cipher_update() [all …]
|
/net-tools-latest/mbedtls-2.4.0/programs/ssl/ |
D | ssl_mail_client.c | 353 unsigned char base[1024]; in main() local 722 … ret = mbedtls_base64_encode( base, sizeof( base ), &n, (const unsigned char *) opt.user_name, in main() 729 len = sprintf( (char *) buf, "%s\r\n", base ); in main() 742 ret = mbedtls_base64_encode( base, sizeof( base ), &n, (const unsigned char *) opt.user_pwd, in main() 749 len = sprintf( (char *) buf, "%s\r\n", base ); in main()
|
/net-tools-latest/mbedtls-2.4.0/tests/suites/ |
D | test_suite_mpi.data | 355 Base test mbedtls_mpi_sub_mpi #3 (Test with negative base) 508 Base test mbedtls_mpi_exp_mod #4 (Negative base) 514 Base test mbedtls_mpi_exp_mod #7 (Negative base + exponent) 520 Test mbedtls_mpi_exp_mod (Negative base) 523 Test mbedtls_mpi_exp_mod (Negative base)
|
D | test_suite_entropy.function | 79 * NV seed read/write helpers that fill the base seedfile
|
/net-tools-latest/mbedtls-2.4.0/yotta/data/example-selftest/ |
D | README.md | 73 ECP test #1 (constant op_count, base point G): passed
|
/net-tools-latest/mbedtls-2.4.0/include/mbedtls/ |
D | cipher.h | 212 const mbedtls_cipher_base_t *base; member
|
/net-tools-latest/mbedtls-2.4.0/yotta/data/ |
D | README.md | 71 …base, there are still a number of differences, mainly in configuration and integration. You should…
|
/net-tools-latest/mbedtls-2.4.0/ |
D | README.md | 81 …ell, please let us know what, so we can add it to the [mbed TLS knowledge base](https://tls.mbed.o…
|
D | ChangeLog | 1429 * Added base Galois Counter Mode (GCM) for AES 1470 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket 1536 * mpi_exp_mod() now correctly handles negative base numbers (Closes ticket 1809 * Added const correctness for main code base
|
/net-tools-latest/mbedtls-2.4.0/doxygen/ |
D | mbedtls.doxyfile | 53 # base path where the generated documentation will be put. 126 # operators of the base classes will not be shown. 396 # 'anonymous_namespace{file}', where file will be replaced with the base 934 # that these files will be copied to the base HTML output directory. Use the 1694 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base 1725 # base this on the number of processors available in the system. You can set it
|
/net-tools-latest/tinydtls-0.8.2/doc/ |
D | Doxyfile.in | 37 # base path where the generated documentation will be put. 100 # operators of the base classes will not be shown. 327 # 'anonymous_namespace{file}', where file will be replaced with the base 1364 # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
|
/net-tools-latest/libcoap/doc/ |
D | Doxyfile.in | 133 # operators of the base classes will not be shown. 450 # 'anonymous_namespace{file}', where file will be replaced with the base name of 1108 # that these files will be copied to the base HTML output directory. Use the 2055 # (in HTML and LaTeX) for classes with base or super classes. Setting the tag to 2095 # to run in parallel. When set to 0 doxygen will base this on the number of
|