Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dpsa_crypto.c5679 psa_status_t status, cleanup_status; in psa_key_derivation_tls12_prf_generate_next_block() local
5783 cleanup_status = psa_mac_abort(&hmac); in psa_key_derivation_tls12_prf_generate_next_block()
5784 if (status == PSA_SUCCESS && cleanup_status != PSA_SUCCESS) { in psa_key_derivation_tls12_prf_generate_next_block()
5785 status = cleanup_status; in psa_key_derivation_tls12_prf_generate_next_block()