Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_hash.c443 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_psa_hash_compute() local
460 abort_status = mbedtls_psa_hash_abort(&operation); in mbedtls_psa_hash_compute()
462 return abort_status; in mbedtls_psa_hash_compute()
H A Dpsa_crypto_cipher.c731 psa_status_t abort_status = mbedtls_psa_cipher_abort(&operation); in mbedtls_psa_cipher_decrypt() local
739 if (abort_status != PSA_SUCCESS) { in mbedtls_psa_cipher_decrypt()
740 status = abort_status; in mbedtls_psa_cipher_decrypt()
H A Dssl_tls13_keys.c150 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_ssl_tls13_hkdf_expand_label() local
214 abort_status = psa_key_derivation_abort(&operation); in mbedtls_ssl_tls13_hkdf_expand_label()
215 status = (status == PSA_SUCCESS ? abort_status : status); in mbedtls_ssl_tls13_hkdf_expand_label()
342 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in mbedtls_ssl_tls13_evolve_secret() local
416 abort_status = psa_key_derivation_abort(&operation); in mbedtls_ssl_tls13_evolve_secret()
417 status = (status == PSA_SUCCESS ? abort_status : status); in mbedtls_ssl_tls13_evolve_secret()
H A Dpsa_crypto.c2810 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in psa_mac_sign_finish() local
2857 abort_status = psa_mac_abort(operation); in psa_mac_sign_finish()
2860 return status == PSA_SUCCESS ? abort_status : status; in psa_mac_sign_finish()
2868 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in psa_mac_verify_finish() local
2891 abort_status = psa_mac_abort(operation); in psa_mac_verify_finish()
2894 return status == PSA_SUCCESS ? abort_status : status; in psa_mac_verify_finish()
4698 psa_status_t abort_status = psa_cipher_abort(operation); in psa_cipher_finish() local
4706 if (abort_status != PSA_SUCCESS) { in psa_cipher_finish()
4707 status = abort_status; in psa_cipher_finish()
9230 psa_status_t abort_status = PSA_ERROR_CORRUPTION_DETECTED; in psa_pake_get_implicit_key() local
[all …]