Searched refs:psa_generate_key (Results 1 – 18 of 18) sorted by relevance
/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/ |
D | crypto_spe.h | 129 #define psa_generate_key \ macro 130 PSA_FUNCTION_NAME(psa_generate_key)
|
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/ |
D | crypto_examples.c | 186 status = psa_generate_key( &attributes, &key ); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() 234 status = psa_generate_key( &attributes, &key ); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() 281 status = psa_generate_key( &attributes, &key ); in cipher_example_encrypt_decrypt_aes_ctr_multi()
|
D | key_ladder_demo.c | 211 PSA_CHECK( psa_generate_key( &attributes, &key ) ); in generate()
|
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_not_supported.function | 44 TEST_EQUAL( psa_generate_key( &attributes, &key_id ),
|
D | test_suite_psa_crypto_generate_key.function | 29 TEST_EQUAL( psa_generate_key( &attributes, &key_id ),
|
D | test_suite_psa_crypto_entropy.function | 53 PSA_ASSERT( psa_generate_key( &attributes, &key ) ); 60 psa_generate_key( &attributes, &key ) );
|
D | test_suite_psa_crypto_se_driver_hal.function | 1179 TEST_EQUAL( psa_generate_key( &attributes, &returned_id ), 1228 PSA_ASSERT( psa_generate_key( &attributes, &returned_id ) ); 1336 PSA_ASSERT( psa_generate_key( &drv_attributes, &returned_id ) );
|
D | test_suite_psa_crypto_se_driver_hal_mocks.function | 479 TEST_ASSERT( psa_generate_key( &attributes, &returned_id) == expected_result );
|
D | test_suite_pk.function | 107 PSA_ASSERT( psa_generate_key( &attributes, &key ) );
|
D | test_suite_psa_crypto.function | 782 PSA_ASSERT( psa_generate_key( &attributes, &key ) ); 5257 psa_status_t status = psa_generate_key( &attributes, &key ); 5326 TEST_EQUAL( psa_generate_key( &attributes, &key ), expected_status ); 5439 PSA_ASSERT( psa_generate_key( &attributes, &key ) );
|
D | test_suite_psa_crypto_driver_wrappers.function | 282 actual_status = psa_generate_key( &attributes, &key );
|
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/ |
D | crypto.h | 3935 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
|
/openthread-3.5.0/third_party/mbedtls/repo/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…
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/ |
D | getting_started.md | 509 <span class="notes">**Note:** To generate a random key, use `psa_generate_key()` instead of `psa_ge… 841 1. Generate a key by calling `psa_generate_key()`. 870 status = psa_generate_key(&attributes, &key_id);
|
/openthread-3.5.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 448 * `"generate_key"`: called by `psa_generate_key()`, only when generating a key pair (key such that … 663 * `"generate_key"`: called by `psa_generate_key()`. 670 * `"allocate_key"`: called by `psa_import_key()`, `psa_generate_key()`, `psa_key_derivation_output_… 849 psa_generate_key(&attributes, &key);
|
/openthread-3.5.0/third_party/mbedtls/repo/library/ |
D | ssl_cli.c | 3753 status = psa_generate_key( &key_attributes, in ssl_write_client_key_exchange()
|
D | psa_crypto.c | 5262 psa_status_t psa_generate_key( const psa_key_attributes_t *attributes, in psa_generate_key() function
|
/openthread-3.5.0/third_party/mbedtls/repo/ |
D | ChangeLog | 79 * Fix the error returned by psa_generate_key() for a public key. Fixes #4551. 547 * Fix psa_generate_key() returning an error when asked to generate
|