/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_entropy.function | 54 PSA_ASSERT( psa_destroy_key( key ) ); 63 psa_destroy_key( key ); 97 PSA_ASSERT( psa_destroy_key( key ) ); 109 PSA_ASSERT( psa_destroy_key( key ) ); 112 psa_destroy_key( key );
|
A D | test_suite_psa_crypto_not_supported.function | 30 psa_destroy_key( key_id ); 49 psa_destroy_key( key_id );
|
A D | test_suite_psa_crypto_persistent_key.function | 135 PSA_ASSERT( psa_destroy_key( key_id ) ); 173 PSA_ASSERT( psa_destroy_key( key_id ) ); 188 PSA_ASSERT( psa_destroy_key( key_id ) ); 239 PSA_ASSERT( psa_destroy_key( key_id ) ); 311 PSA_ASSERT( psa_destroy_key( key_id ) ); 335 TEST_EQUAL( expected_status, psa_destroy_key( id ) );
|
A D | test_suite_psa_crypto.function | 167 psa_destroy_key( key ); 171 psa_destroy_key( key ); 201 psa_destroy_key( key ); 205 psa_destroy_key( key ); 581 psa_destroy_key( key ); 656 psa_destroy_key( key ); 700 psa_destroy_key( key ); 755 psa_destroy_key( key ); 968 psa_destroy_key( key ); 1016 psa_destroy_key( key ); [all …]
|
A D | test_suite_psa_crypto_driver_wrappers.function | 61 psa_destroy_key( key ); 117 psa_destroy_key( key ); 177 psa_destroy_key( key ); 235 psa_destroy_key( key ); 308 psa_destroy_key( key ); 344 psa_destroy_key( key ); 501 psa_destroy_key( key ); 633 psa_destroy_key( key ); 766 psa_destroy_key( key ); 841 psa_destroy_key( key ); [all …]
|
A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 387 PSA_ASSERT( psa_destroy_key( id ) ); 438 PSA_ASSERT( psa_destroy_key( id ) ); 506 PSA_ASSERT( psa_destroy_key( id ) ); 557 PSA_ASSERT( psa_destroy_key( id ) ); 618 PSA_ASSERT( psa_destroy_key( id ) ); 677 PSA_ASSERT( psa_destroy_key( id ) );
|
A D | test_suite_psa_crypto_slot_management.function | 61 PSA_ASSERT( psa_destroy_key( key ) ); 547 PSA_ASSERT( psa_destroy_key( returned_source_id ) ); 602 PSA_ASSERT( psa_destroy_key( returned_target_id ) ); 715 PSA_ASSERT( psa_destroy_key( returned_source_id ) ); 717 PSA_ASSERT( psa_destroy_key( returned_target_id ) ); 786 PSA_ASSERT( psa_destroy_key( invalid_handle ) ); 800 TEST_EQUAL( psa_destroy_key( invalid_handle ), close_status ); 937 PSA_ASSERT( psa_destroy_key( key ) ); 1008 PSA_ASSERT( psa_destroy_key( keys[MBEDTLS_PSA_KEY_SLOT_COUNT - 1] ) ); 1038 PSA_ASSERT( psa_destroy_key( keys[i] ) ); [all …]
|
A D | test_suite_psa_crypto_storage_format.function | 124 TEST_EQUAL( PSA_ERROR_NOT_PERMITTED, psa_destroy_key( key_id ) ); 129 PSA_ASSERT( psa_destroy_key( key_id ) ); 190 psa_destroy_key( key_id );
|
A D | test_suite_psa_crypto_generate_key.function | 46 psa_destroy_key( key_id );
|
A D | test_suite_psa_crypto_se_driver_hal.function | 386 psa_destroy_key( key ); 472 psa_destroy_key( key ); 506 psa_destroy_key( key ); 682 PSA_ASSERT( psa_destroy_key( key2 ) ); 1056 PSA_ASSERT( psa_destroy_key( id ) ); 1136 PSA_ASSERT( psa_destroy_key( id ) ); 1248 PSA_ASSERT( psa_destroy_key( id ) ); 1427 psa_destroy_key( id ); 1428 psa_destroy_key( sw_key ); 1507 PSA_ASSERT( psa_destroy_key( id ) ); [all …]
|
A D | test_suite_x509write.function | 193 psa_destroy_key( key_id );
|
A D | test_suite_pk.function | 189 TEST_ASSERT( PSA_SUCCESS == psa_destroy_key( key ) ); 1021 TEST_ASSERT( PSA_SUCCESS == psa_destroy_key( key_id ) );
|
/mbedtls-development/tests/include/spe/ |
A D | crypto_spe.h | 59 #define psa_destroy_key \ macro 60 PSA_FUNCTION_NAME(psa_destroy_key)
|
/mbedtls-development/programs/psa/ |
A D | key_ladder_demo.c | 212 (void) psa_destroy_key( key ); in generate() 259 (void) psa_destroy_key( *master_key ); in import_key_from_file() 302 PSA_CHECK( psa_destroy_key( *key ) ); in derive_key_ladder() 314 psa_destroy_key( *key ); in derive_key_ladder() 583 (void) psa_destroy_key( derivation_key ); in run() 584 (void) psa_destroy_key( wrapping_key ); in run()
|
A D | crypto_examples.c | 203 psa_destroy_key( key ); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() 251 psa_destroy_key( key ); in cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() 298 psa_destroy_key( key ); in cipher_example_encrypt_decrypt_aes_ctr_multi()
|
/mbedtls-development/docs/ |
A D | getting_started.md | 109 psa_destroy_key(key); 179 psa_destroy_key(key); 271 psa_destroy_key(key); 355 psa_destroy_key(key); 670 psa_destroy_key(derived_key); 671 psa_destroy_key(base_key); 750 psa_destroy_key(key); 825 psa_destroy_key(key); 887 psa_destroy_key(key);
|
/mbedtls-development/include/psa/ |
A D | crypto.h | 571 psa_status_t psa_destroy_key(mbedtls_svc_key_id_t key);
|
/mbedtls-development/programs/ssl/ |
A D | ssl_server2.c | 868 status = psa_destroy_key( slot ); in psk_free() 3960 psa_destroy_key( key_slot ); in main() 3961 psa_destroy_key( key_slot2 ); in main() 3995 status = psa_destroy_key( psk_slot ); in main()
|
A D | ssl_client2.c | 3023 psa_destroy_key( key_slot ); in main() 3035 status = psa_destroy_key( slot ); in main()
|
/mbedtls-development/library/ |
A D | pk_wrap.c | 635 psa_destroy_key( key_id ); in ecdsa_verify_wrap()
|
A D | ssl_tls.c | 428 psa_destroy_key( master_key ); in tls_prf_generic() 436 psa_destroy_key( master_key ); in tls_prf_generic() 443 psa_destroy_key( master_key ); in tls_prf_generic() 448 status = psa_destroy_key( master_key ); in tls_prf_generic() 5551 psa_destroy_key( handshake->ecdh_psa_privkey ); in mbedtls_ssl_handshake_free()
|
A D | cipher.c | 186 (void) psa_destroy_key( cipher_psa->slot ); in mbedtls_cipher_free()
|
A D | ssl_cli.c | 3600 status = psa_destroy_key( handshake->ecdh_psa_privkey ); in ssl_write_client_key_exchange()
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 79 * Test that `psa_destroy_key()` does not leave any trace of the key.
|
A D | invasive-testing.md | 296 …s in the PSA key store code, in particular that `psa_close_key` and `psa_destroy_key` work correct…
|