Searched refs:psa_generate_key (Results 1 – 20 of 20) sorted by relevance
/mbedtls-3.5.0/tests/include/spe/ |
D | crypto_spe.h | 140 #define psa_generate_key \ macro 141 PSA_FUNCTION_NAME(psa_generate_key)
|
/mbedtls-3.5.0/programs/psa/ |
D | crypto_examples.c | 185 status = psa_generate_key(&attributes, &key); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() 233 status = psa_generate_key(&attributes, &key); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() 280 status = psa_generate_key(&attributes, &key); in cipher_example_encrypt_decrypt_aes_ctr_multi()
|
D | key_ladder_demo.c | 209 PSA_CHECK(psa_generate_key(&attributes, &key)); in generate()
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_psa_crypto_not_supported.function | 44 TEST_EQUAL(psa_generate_key(&attributes, &key_id),
|
D | test_suite_psa_crypto_entropy.function | 55 PSA_ASSERT(psa_generate_key(&attributes, &key)); 62 psa_generate_key(&attributes, &key));
|
D | test_suite_psa_crypto_generate_key.function | 29 TEST_EQUAL(psa_generate_key(&attributes, &key_id),
|
D | test_suite_pk.function | 111 PSA_ASSERT(psa_generate_key(&attributes, &key)); 132 PSA_ASSERT(psa_generate_key(&attributes, &key)); 271 PSA_ASSERT(psa_generate_key(&attributes, &key));
|
D | test_suite_psa_crypto_se_driver_hal.function | 1191 TEST_EQUAL(psa_generate_key(&attributes, &returned_id), 1240 PSA_ASSERT(psa_generate_key(&attributes, &returned_id)); 1352 PSA_ASSERT(psa_generate_key(&drv_attributes, &returned_id));
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 470 TEST_ASSERT(psa_generate_key(&attributes, &returned_id) == expected_result);
|
D | test_suite_psa_crypto.function | 1729 PSA_ASSERT(psa_generate_key(&attributes, &key)); 9533 psa_status_t status = psa_generate_key(&attributes, &key); 9604 TEST_EQUAL(psa_generate_key(&attributes, &key), expected_status); 9716 PSA_ASSERT(psa_generate_key(&attributes, &key));
|
D | test_suite_psa_crypto_driver_wrappers.function | 789 actual_status = psa_generate_key(&attributes, &key);
|
/mbedtls-3.5.0/library/ |
D | ssl_cookie.c | 133 if ((status = psa_generate_key(&attributes, in mbedtls_ssl_cookie_setup()
|
D | ssl_tls13_generic.c | 1489 status = psa_generate_key(&key_attributes, in mbedtls_ssl_tls13_generate_and_write_ecdh_key_exchange()
|
D | ssl_tls12_client.c | 2782 status = psa_generate_key(&key_attributes, in ssl_write_client_key_exchange() 2954 status = psa_generate_key(&key_attributes, in ssl_write_client_key_exchange()
|
D | ssl_tls12_server.c | 2961 status = psa_generate_key(&key_attributes, in ssl_prepare_server_key_exchange()
|
D | psa_crypto.c | 7018 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, function
|
/mbedtls-3.5.0/include/psa/ |
D | crypto.h | 4047 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
|
/mbedtls-3.5.0/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 60 … Implementations of key creation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_de…
|
/mbedtls-3.5.0/docs/proposed/ |
D | psa-driver-interface.md | 624 * `"generate_key"`: called by `psa_generate_key()`, only when generating a key pair (key such that … 839 * `"generate_key"`: called by `psa_generate_key()`. 846 * `"allocate_key"`: called by `psa_import_key()`, `psa_generate_key()`, `psa_key_derivation_output_… 1025 psa_generate_key(&attributes, &key);
|
/mbedtls-3.5.0/ |
D | ChangeLog | 797 * Fix the error returned by psa_generate_key() for a public key. Fixes #4551. 1561 * Fix psa_generate_key() returning an error when asked to generate
|