Home
last modified time | relevance | path

Searched refs:psa_hash_abort (Results 1 – 9 of 9) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_hash.function32 psa_hash_abort( &operation );
54 psa_hash_abort( &operation );
98 psa_hash_abort( &operation );
99 psa_hash_abort( &operation2 );
Dtest_suite_psa_crypto.function1794 PSA_ASSERT( psa_hash_abort( &func ) );
1795 PSA_ASSERT( psa_hash_abort( &init ) );
1796 PSA_ASSERT( psa_hash_abort( &zero ) );
1815 PSA_ASSERT( psa_hash_abort( &operation ) );
1825 PSA_ASSERT( psa_hash_abort( &operation ) );
1958 PSA_ASSERT( psa_hash_abort( &operation ) );
1964 PSA_ASSERT( psa_hash_abort( &operation ) );
1973 PSA_ASSERT( psa_hash_abort( &operation ) );
1982 PSA_ASSERT( psa_hash_abort( &operation ) );
1988 PSA_ASSERT( psa_hash_abort( &operation ) );
[all …]
Dtest_suite_psa_crypto_driver_wrappers.function1612 psa_hash_abort( &operation );
1668 psa_hash_abort( &operation );
1720 psa_hash_abort( &operation );
1780 psa_hash_abort( &source_operation );
1781 psa_hash_abort( &target_operation );
/third_party/mbedtls/tests/include/spe/
Dcrypto_spe.h99 #define psa_hash_abort \ macro
100 PSA_FUNCTION_NAME(psa_hash_abort)
/third_party/mbedtls/docs/
Dgetting_started.md432 psa_hash_abort(&operation);
480 psa_hash_abort(&operation);
489 … can terminate the operation at any time by calling `psa_hash_abort()`. The call to `psa_hash_abor…
491 Mbed Crypto implicitly calls `psa_hash_abort()` when:
496 After an implicit or explicit call to `psa_hash_abort()`, the operation structure is invalidated; i…
498 You must call `psa_hash_abort()` at some point for any operation that is initialized successfully (…
500 Making multiple sequential calls to `psa_hash_abort()` on an operation that has already been termin…
/third_party/mbedtls/library/
Dpsa_crypto_mac.c38 return( psa_hash_abort( &hmac->hash_ctx ) ); in psa_hmac_abort_internal()
Dpsa_crypto.c2104 psa_status_t psa_hash_abort( psa_hash_operation_t *operation ) in psa_hash_abort() function
2142 psa_hash_abort( operation ); in psa_hash_setup()
2168 psa_hash_abort( operation ); in psa_hash_update()
2184 psa_hash_abort( operation ); in psa_hash_finish()
2214 psa_hash_abort(operation); in psa_hash_verify()
2273 psa_hash_abort( target_operation ); in psa_hash_clone()
Dssl_tls.c2455 psa_hash_abort( &ssl->handshake->fin_sha256_psa ); in mbedtls_ssl_reset_checksum()
2463 psa_hash_abort( &ssl->handshake->fin_sha384_psa ); in mbedtls_ssl_reset_checksum()
5498 psa_hash_abort( &handshake->fin_sha256_psa ); in mbedtls_ssl_handshake_free()
5505 psa_hash_abort( &handshake->fin_sha384_psa ); in mbedtls_ssl_handshake_free()
/third_party/mbedtls/include/psa/
Dcrypto.h1143 psa_status_t psa_hash_abort(psa_hash_operation_t *operation);