Digi XBee(R) ANSI C Host Library
Deprecated List
Global mbedtls_aes_decrypt (mbedtls_aes_context *ctx, const unsigned char input[16], unsigned char output[16])
Superseded by mbedtls_internal_aes_decrypt()
Global mbedtls_aes_encrypt (mbedtls_aes_context *ctx, const unsigned char input[16], unsigned char output[16])
Superseded by mbedtls_internal_aes_encrypt()
Global mbedtls_ctr_drbg_update (mbedtls_ctr_drbg_context *ctx, const unsigned char *additional, size_t add_len)
Superseded by mbedtls_ctr_drbg_update_ret() in 2.16.0.
Global mbedtls_mpi_is_prime (const mbedtls_mpi *X, int(*f_rng)(void *, unsigned char *, size_t), void *p_rng)
Superseded by mbedtls_mpi_is_prime_ext() which allows specifying the number of Miller-Rabin rounds.
Global mbedtls_sha256 (const unsigned char *input, size_t ilen, unsigned char output[32], int is224)
Superseded by mbedtls_sha256_ret() in 2.7.0.
Global mbedtls_sha256_finish (mbedtls_sha256_context *ctx, unsigned char output[32])
Superseded by mbedtls_sha256_finish_ret() in 2.7.0.
Global mbedtls_sha256_process (mbedtls_sha256_context *ctx, const unsigned char data[64])
Superseded by mbedtls_internal_sha256_process() in 2.7.0.
Global mbedtls_sha256_starts (mbedtls_sha256_context *ctx, int is224)
Superseded by mbedtls_sha256_starts_ret() in 2.7.0.
Global mbedtls_sha256_update (mbedtls_sha256_context *ctx, const unsigned char *input, size_t ilen)
Superseded by mbedtls_sha256_update_ret() in 2.7.0.