Home
last modified time | relevance | path

Searched refs:psa_generate_key (Results 1 – 18 of 18) sorted by relevance

/openthread-3.5.0/third_party/mbedtls/repo/tests/include/spe/
Dcrypto_spe.h129 #define psa_generate_key \ macro
130 PSA_FUNCTION_NAME(psa_generate_key)
/openthread-3.5.0/third_party/mbedtls/repo/programs/psa/
Dcrypto_examples.c186 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()
Dkey_ladder_demo.c211 PSA_CHECK( psa_generate_key( &attributes, &key ) ); in generate()
/openthread-3.5.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_not_supported.function44 TEST_EQUAL( psa_generate_key( &attributes, &key_id ),
Dtest_suite_psa_crypto_generate_key.function29 TEST_EQUAL( psa_generate_key( &attributes, &key_id ),
Dtest_suite_psa_crypto_entropy.function53 PSA_ASSERT( psa_generate_key( &attributes, &key ) );
60 psa_generate_key( &attributes, &key ) );
Dtest_suite_psa_crypto_se_driver_hal.function1179 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 ) );
Dtest_suite_psa_crypto_se_driver_hal_mocks.function479 TEST_ASSERT( psa_generate_key( &attributes, &returned_id) == expected_result );
Dtest_suite_pk.function107 PSA_ASSERT( psa_generate_key( &attributes, &key ) );
Dtest_suite_psa_crypto.function782 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 ) );
Dtest_suite_psa_crypto_driver_wrappers.function282 actual_status = psa_generate_key( &attributes, &key );
/openthread-3.5.0/third_party/mbedtls/repo/include/psa/
Dcrypto.h3935 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
/openthread-3.5.0/third_party/mbedtls/repo/docs/architecture/
Dpsa-crypto-implementation-structure.md60 … 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/
Dgetting_started.md509 <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/
Dpsa-driver-interface.md448 * `"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/
Dssl_cli.c3753 status = psa_generate_key( &key_attributes, in ssl_write_client_key_exchange()
Dpsa_crypto.c5262 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/
DChangeLog79 * 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