Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/include/spe/
Dcrypto_spe.h140 #define psa_generate_key \ macro
141 PSA_FUNCTION_NAME(psa_generate_key)
/mbedtls-3.5.0/programs/psa/
Dcrypto_examples.c185 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()
Dkey_ladder_demo.c209 PSA_CHECK(psa_generate_key(&attributes, &key)); in generate()
/mbedtls-3.5.0/tests/suites/
Dtest_suite_psa_crypto_not_supported.function44 TEST_EQUAL(psa_generate_key(&attributes, &key_id),
Dtest_suite_psa_crypto_entropy.function55 PSA_ASSERT(psa_generate_key(&attributes, &key));
62 psa_generate_key(&attributes, &key));
Dtest_suite_psa_crypto_generate_key.function29 TEST_EQUAL(psa_generate_key(&attributes, &key_id),
Dtest_suite_pk.function111 PSA_ASSERT(psa_generate_key(&attributes, &key));
132 PSA_ASSERT(psa_generate_key(&attributes, &key));
271 PSA_ASSERT(psa_generate_key(&attributes, &key));
Dtest_suite_psa_crypto_se_driver_hal.function1191 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));
Dtest_suite_psa_crypto_se_driver_hal_mocks.function470 TEST_ASSERT(psa_generate_key(&attributes, &returned_id) == expected_result);
Dtest_suite_psa_crypto.function1729 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));
Dtest_suite_psa_crypto_driver_wrappers.function789 actual_status = psa_generate_key(&attributes, &key);
/mbedtls-3.5.0/library/
Dssl_cookie.c133 if ((status = psa_generate_key(&attributes, in mbedtls_ssl_cookie_setup()
Dssl_tls13_generic.c1489 status = psa_generate_key(&key_attributes, in mbedtls_ssl_tls13_generate_and_write_ecdh_key_exchange()
Dssl_tls12_client.c2782 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()
Dssl_tls12_server.c2961 status = psa_generate_key(&key_attributes, in ssl_prepare_server_key_exchange()
Dpsa_crypto.c7018 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, function
/mbedtls-3.5.0/include/psa/
Dcrypto.h4047 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes,
/mbedtls-3.5.0/docs/architecture/
Dpsa-crypto-implementation-structure.md60 … Implementations of key creation PSA APIs, namely psa_import_key(), psa_generate_key(), psa_key_de…
/mbedtls-3.5.0/docs/proposed/
Dpsa-driver-interface.md624 * `"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/
DChangeLog797 * 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