Searched refs:psa_generate_key (Results 1 - 11 of 11) sorted by relevance
/third_party/mbedtls/tests/include/spe/ |
H A D | crypto_spe.h | 140 #define psa_generate_key \ macro 141 PSA_FUNCTION_NAME(psa_generate_key)
|
/third_party/mbedtls/programs/psa/ |
H A 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()
|
H A D | key_ladder_demo.c | 197 PSA_CHECK(psa_generate_key(&attributes, &key)); in generate()
|
/third_party/mbedtls/library/ |
H A D | ssl_cookie.c | 126 if ((status = psa_generate_key(&attributes, in mbedtls_ssl_cookie_setup()
|
H A D | ssl_tls12_client.c | 2785 status = psa_generate_key(&key_attributes, in ssl_write_client_key_exchange() 2957 status = psa_generate_key(&key_attributes, in ssl_write_client_key_exchange()
|
H A D | ssl_tls13_generic.c | 1685 status = psa_generate_key(&key_attributes, in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange() 1689 MBEDTLS_SSL_DEBUG_RET(1, "psa_generate_key", ret); in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange()
|
H A D | ssl_tls12_server.c | 3032 status = psa_generate_key(&key_attributes, in ssl_prepare_server_key_exchange() 3036 MBEDTLS_SSL_DEBUG_RET(1, "psa_generate_key", ret); in ssl_prepare_server_key_exchange()
|
H A D | psa_crypto.c | 8004 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, in psa_generate_key() function
|
/third_party/mbedtls/include/psa/ |
H A D | crypto.h | 122 * psa_import_key(), psa_generate_key(), psa_generate_key_ext(), 167 * psa_import_key(), psa_generate_key(), psa_generate_key_ext(), 4063 * \note To generate a key, use psa_generate_key() instead. 4131 psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, 4137 * See the description of psa_generate_key() for the operation of this 4152 * psa_generate_key().
|
/third_party/mbedtls/tests/include/test/ |
H A D | psa_test_wrappers.h | 341 #define psa_generate_key(arg0_attributes, arg1_key) \ macro
|
/third_party/mbedtls/tests/src/ |
H A D | psa_test_wrappers.c | 585 /* Wrapper for psa_generate_key */ 590 psa_status_t status = (psa_generate_key)(arg0_attributes, arg1_key); in mbedtls_test_wrap_psa_generate_key()
|
Completed in 31 milliseconds