Home
last modified time | relevance | path

Searched refs:MBEDTLS_ENTROPY_MAX_SEED_SIZE (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_psa_crypto_entropy.data32 validate_entropy_seed_injection:MBEDTLS_ENTROPY_MAX_SEED_SIZE:PSA_SUCCESS:MBEDTLS_ENTROPY_MAX_SEED_…
35 validate_entropy_seed_injection:MBEDTLS_ENTROPY_MAX_SEED_SIZE+1:PSA_ERROR_INVALID_ARGUMENT:MBEDTLS_…
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_psa_crypto_entropy.data32 validate_entropy_seed_injection:MBEDTLS_ENTROPY_MAX_SEED_SIZE:PSA_SUCCESS:MBEDTLS_ENTROPY_MAX_SEED_…
35 validate_entropy_seed_injection:MBEDTLS_ENTROPY_MAX_SEED_SIZE+1:PSA_ERROR_INVALID_ARGUMENT:MBEDTLS_…
/aosp_15_r20/external/mbedtls/library/
H A Dentropy.c443 unsigned char buf[MBEDTLS_ENTROPY_MAX_SEED_SIZE]; in mbedtls_entropy_update_seed_file()
456 if (n > MBEDTLS_ENTROPY_MAX_SEED_SIZE) { in mbedtls_entropy_update_seed_file()
457 n = MBEDTLS_ENTROPY_MAX_SEED_SIZE; in mbedtls_entropy_update_seed_file()
H A Dpsa_crypto.c7438 (seed_size > MBEDTLS_ENTROPY_MAX_SEED_SIZE)) { in mbedtls_psa_inject_entropy()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dentropy.c443 unsigned char buf[MBEDTLS_ENTROPY_MAX_SEED_SIZE]; in mbedtls_entropy_update_seed_file()
456 if (n > MBEDTLS_ENTROPY_MAX_SEED_SIZE) { in mbedtls_entropy_update_seed_file()
457 n = MBEDTLS_ENTROPY_MAX_SEED_SIZE; in mbedtls_entropy_update_seed_file()
H A Dpsa_crypto.c7789 (seed_size > MBEDTLS_ENTROPY_MAX_SEED_SIZE)) { in mbedtls_psa_inject_entropy()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dentropy.h66 #define MBEDTLS_ENTROPY_MAX_SEED_SIZE 1024 /**< Maximum size of seed we read from seed file */ macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dentropy.h66 #define MBEDTLS_ENTROPY_MAX_SEED_SIZE 1024 /**< Maximum size of seed we read from seed file */ macro