Searched refs:mbedtls_psa_inject_entropy (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto_entropy.function | 178 status = mbedtls_psa_inject_entropy(seed, seed_length_a); 185 status = mbedtls_psa_inject_entropy(seed, seed_length_b); 222 status = mbedtls_psa_inject_entropy(seed, sizeof(seed)); 233 status = mbedtls_psa_inject_entropy(seed, sizeof(seed)); 244 status = mbedtls_psa_inject_entropy(seed, sizeof(seed));
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto_entropy.function | 178 status = mbedtls_psa_inject_entropy(seed, seed_length_a); 185 status = mbedtls_psa_inject_entropy(seed, seed_length_b); 222 status = mbedtls_psa_inject_entropy(seed, sizeof(seed)); 233 status = mbedtls_psa_inject_entropy(seed, sizeof(seed)); 244 status = mbedtls_psa_inject_entropy(seed, sizeof(seed));
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_crypto_helpers.c | 186 psa_status_t status = mbedtls_psa_inject_entropy(buf, sizeof(buf)); in mbedtls_test_inject_entropy_restore()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/ |
H A D | psa_crypto_helpers.c | 197 psa_status_t status = mbedtls_psa_inject_entropy(buf, sizeof(buf)); in mbedtls_test_inject_entropy_restore()
|
H A D | psa_test_wrappers.c | 24 psa_status_t status = (mbedtls_psa_inject_entropy)(arg0_seed, arg1_seed_size); in mbedtls_test_wrap_mbedtls_psa_inject_entropy()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/psa/ |
H A D | crypto_extra.h | 315 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed,
|
/aosp_15_r20/external/mbedtls/include/psa/ |
H A D | crypto_extra.h | 314 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/test/ |
H A D | psa_test_wrappers.h | 29 #define mbedtls_psa_inject_entropy(arg0_seed, arg1_seed_size) \ macro
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto.c | 7429 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed, in mbedtls_psa_inject_entropy() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto.c | 7780 psa_status_t mbedtls_psa_inject_entropy(const uint8_t *seed, in mbedtls_psa_inject_entropy() function
|