Searched refs:mbedtls_hmac_drbg_update (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | hmac_drbg.c | 43 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() function 122 if ((ret = mbedtls_hmac_drbg_update(ctx, data, data_len)) != 0) { in mbedtls_hmac_drbg_seed_buf() 194 if ((ret = mbedtls_hmac_drbg_update(ctx, seed, seedlen)) != 0) { in hmac_drbg_reseed_core() 339 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add() 366 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add() 484 ret = mbedtls_hmac_drbg_update(ctx, buf, n); in mbedtls_hmac_drbg_update_seed_file()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | hmac_drbg.c | 43 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx, in mbedtls_hmac_drbg_update() function 122 if ((ret = mbedtls_hmac_drbg_update(ctx, data, data_len)) != 0) { in mbedtls_hmac_drbg_seed_buf() 194 if ((ret = mbedtls_hmac_drbg_update(ctx, seed, seedlen)) != 0) { in hmac_drbg_reseed_core() 339 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add() 366 if ((ret = mbedtls_hmac_drbg_update(ctx, in mbedtls_hmac_drbg_random_with_add() 484 ret = mbedtls_hmac_drbg_update(ctx, buf, n); in mbedtls_hmac_drbg_update_seed_file()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | compat-2.x.h | 24 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
|
H A D | hmac_drbg.h | 285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | compat-2.x.h | 24 #define mbedtls_hmac_drbg_update_ret mbedtls_hmac_drbg_update
|
H A D | hmac_drbg.h | 285 int mbedtls_hmac_drbg_update(mbedtls_hmac_drbg_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | 3.0-migration-guide.md | 330 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
|
/aosp_15_r20/external/mbedtls/docs/ |
H A D | 3.0-migration-guide.md | 330 | `mbedtls_hmac_drbg_update_ret` | `mbedtls_hmac_drbg_update` |
|
/aosp_15_r20/external/mbedtls/ |
H A D | ChangeLog | 1396 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 2685 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() 2702 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 2766 and mbedtls_hmac_drbg_update() respectively, but the new functions
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1656 mbedtls_ctr_drbg_update(), mbedtls_hmac_drbg_update(), 2945 mbedtls_hmac_drbg_update() -> mbedtls_hmac_drbg_update_ret() 2962 * Deprecate mbedtls_ctr_drbg_update and mbedtls_hmac_drbg_update 3026 and mbedtls_hmac_drbg_update() respectively, but the new functions
|