Home
last modified time | relevance | path

Searched refs:psa_generate_random (Results 1 – 16 of 16) sorted by relevance

/mbedtls/tests/include/spe/
A Dcrypto_spe.h46 #define psa_generate_random \ macro
47 PSA_FUNCTION_NAME(psa_generate_random)
/mbedtls/tests/suites/
A Dtest_suite_psa_crypto_init.function159 status = psa_generate_random(random, sizeof(random));
283 status = psa_generate_random(random, sizeof(random));
324 PSA_ASSERT(psa_generate_random(random, sizeof(random)));
369 PSA_ASSERT(psa_generate_random(random, sizeof(random)));
397 PSA_ASSERT(psa_generate_random(random, sizeof(random)));
A Dtest_suite_psa_crypto_entropy.function82 PSA_ASSERT(psa_generate_random(output, sizeof(output)));
88 psa_generate_random(output, sizeof(output)));
194 PSA_ASSERT(psa_generate_random(output,
A Dtest_suite_random.function149 PSA_ASSERT(psa_generate_random(output1, sizeof(output1)));
154 PSA_ASSERT(psa_generate_random(output2, sizeof(output2)));
A Dtest_suite_psa_crypto.function11 /* For MBEDTLS_CTR_DRBG_MAX_REQUEST, knowing that psa_generate_random()
10022 PSA_ASSERT(psa_generate_random(output, bytes));
10032 * validates that psa_generate_random is overwriting every byte of
/mbedtls/programs/psa/
A Dcrypto_examples.c164 status = psa_generate_random(input, sizeof(input)); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
212 status = psa_generate_random(input, sizeof(input)); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi()
259 status = psa_generate_random(input, sizeof(input)); in cipher_example_encrypt_decrypt_aes_ctr_multi()
A Dkey_ladder_demo.c400 PSA_CHECK(psa_generate_random(header.iv, WRAPPING_IV_SIZE)); in wrap_data()
/mbedtls/tests/src/
A Dpsa_crypto_stubs.c16 psa_status_t psa_generate_random(uint8_t *output, in psa_generate_random() function
A Dpsa_test_wrappers.c613 psa_status_t status = (psa_generate_random)(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random()
/mbedtls/3rdparty/p256-m/
A DREADME.md4 …. As a result, the PSA RNG is used, with `p256_generate_random()` wrapping `psa_generate_random()`.
/mbedtls/library/
A Dpsa_util.c358 psa_status_t status = psa_generate_random(output, output_size); in mbedtls_psa_get_random()
A Dpsa_crypto.c7762 psa_status_t psa_generate_random(uint8_t *output_external, in psa_generate_random() function
/mbedtls/include/psa/
A Dcrypto.h4080 psa_status_t psa_generate_random(uint8_t *output,
/mbedtls/3rdparty/p256-m/p256-m/
A Dp256-m.c1162 ret = psa_generate_random(output, output_size); in p256_generate_random()
/mbedtls/tests/include/test/
A Dpsa_test_wrappers.h355 #define psa_generate_random(arg0_output, arg1_output_size) \ macro
/mbedtls/docs/
A Dpsa-transition.md636 …as needed. If you need random data for some other purposes, call [`psa_generate_random`](https://m…

Completed in 78 milliseconds