Home
last modified time | relevance | path

Searched refs:psa_destroy_key (Results 1 – 25 of 28) sorted by relevance

12

/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_entropy.function54 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 Dtest_suite_psa_crypto_not_supported.function30 psa_destroy_key( key_id );
49 psa_destroy_key( key_id );
A Dtest_suite_psa_crypto_persistent_key.function135 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 Dtest_suite_psa_crypto.function167 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 Dtest_suite_psa_crypto_driver_wrappers.function61 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 Dtest_suite_psa_crypto_se_driver_hal_mocks.function387 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 Dtest_suite_psa_crypto_slot_management.function61 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 Dtest_suite_psa_crypto_storage_format.function124 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 Dtest_suite_psa_crypto_generate_key.function46 psa_destroy_key( key_id );
A Dtest_suite_psa_crypto_se_driver_hal.function386 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 Dtest_suite_x509write.function193 psa_destroy_key( key_id );
A Dtest_suite_pk.function189 TEST_ASSERT( PSA_SUCCESS == psa_destroy_key( key ) );
1021 TEST_ASSERT( PSA_SUCCESS == psa_destroy_key( key_id ) );
/mbedtls-development/tests/include/spe/
A Dcrypto_spe.h59 #define psa_destroy_key \ macro
60 PSA_FUNCTION_NAME(psa_destroy_key)
/mbedtls-development/programs/psa/
A Dkey_ladder_demo.c212 (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 Dcrypto_examples.c203 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 Dgetting_started.md109 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 Dcrypto.h571 psa_status_t psa_destroy_key(mbedtls_svc_key_id_t key);
/mbedtls-development/programs/ssl/
A Dssl_server2.c868 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 Dssl_client2.c3023 psa_destroy_key( key_slot ); in main()
3035 status = psa_destroy_key( slot ); in main()
/mbedtls-development/library/
A Dpk_wrap.c635 psa_destroy_key( key_id ); in ecdsa_verify_wrap()
A Dssl_tls.c428 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 Dcipher.c186 (void) psa_destroy_key( cipher_psa->slot ); in mbedtls_cipher_free()
A Dssl_cli.c3600 status = psa_destroy_key( handshake->ecdh_psa_privkey ); in ssl_write_client_key_exchange()
/mbedtls-development/docs/architecture/testing/
A Ddriver-interface-test-strategy.md79 * Test that `psa_destroy_key()` does not leave any trace of the key.
A Dinvasive-testing.md296 …s in the PSA key store code, in particular that `psa_close_key` and `psa_destroy_key` work correct…

Completed in 69 milliseconds

12