Searched refs:psa_generate_random (Results 1 – 16 of 16) sorted by relevance
/mbedtls/tests/include/spe/ |
A D | crypto_spe.h | 46 #define psa_generate_random \ macro 47 PSA_FUNCTION_NAME(psa_generate_random)
|
/mbedtls/tests/suites/ |
A D | test_suite_psa_crypto_init.function | 159 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 D | test_suite_psa_crypto_entropy.function | 82 PSA_ASSERT(psa_generate_random(output, sizeof(output))); 88 psa_generate_random(output, sizeof(output))); 194 PSA_ASSERT(psa_generate_random(output,
|
A D | test_suite_random.function | 149 PSA_ASSERT(psa_generate_random(output1, sizeof(output1))); 154 PSA_ASSERT(psa_generate_random(output2, sizeof(output2)));
|
A D | test_suite_psa_crypto.function | 11 /* 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 D | crypto_examples.c | 164 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 D | key_ladder_demo.c | 400 PSA_CHECK(psa_generate_random(header.iv, WRAPPING_IV_SIZE)); in wrap_data()
|
/mbedtls/tests/src/ |
A D | psa_crypto_stubs.c | 16 psa_status_t psa_generate_random(uint8_t *output, in psa_generate_random() function
|
A D | psa_test_wrappers.c | 613 psa_status_t status = (psa_generate_random)(arg0_output, arg1_output_size); in mbedtls_test_wrap_psa_generate_random()
|
/mbedtls/3rdparty/p256-m/ |
A D | README.md | 4 …. As a result, the PSA RNG is used, with `p256_generate_random()` wrapping `psa_generate_random()`.
|
/mbedtls/library/ |
A D | psa_util.c | 358 psa_status_t status = psa_generate_random(output, output_size); in mbedtls_psa_get_random()
|
A D | psa_crypto.c | 7762 psa_status_t psa_generate_random(uint8_t *output_external, in psa_generate_random() function
|
/mbedtls/include/psa/ |
A D | crypto.h | 4080 psa_status_t psa_generate_random(uint8_t *output,
|
/mbedtls/3rdparty/p256-m/p256-m/ |
A D | p256-m.c | 1162 ret = psa_generate_random(output, output_size); in p256_generate_random()
|
/mbedtls/tests/include/test/ |
A D | psa_test_wrappers.h | 355 #define psa_generate_random(arg0_output, arg1_output_size) \ macro
|
/mbedtls/docs/ |
A D | psa-transition.md | 636 …as needed. If you need random data for some other purposes, call [`psa_generate_random`](https://m…
|
Completed in 78 milliseconds