Home
last modified time | relevance | path

Searched refs:mbedtls_ctr_increment_counter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ctr_drbg.function471 mbedtls_ctr_increment_counter(c);
488 mbedtls_ctr_increment_counter(c);
511 mbedtls_ctr_increment_counter(c);
520 // test that mbedtls_ctr_increment_counter behaviour matches reference
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dctr.h21 static inline void mbedtls_ctr_increment_counter(uint8_t n[16]) in mbedtls_ctr_increment_counter() function
H A Dctr_drbg.c350 mbedtls_ctr_increment_counter(ctx->counter); in ctr_drbg_update_internal()
653 mbedtls_ctr_increment_counter(ctx->counter); in mbedtls_ctr_drbg_random_with_add()
H A Daes.c1460 mbedtls_ctr_increment_counter(nonce_counter); in mbedtls_aes_crypt_ctr()