Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_crypto_pake.c121 return PSA_ERROR_GENERIC_ERROR; in mbedtls_ecjpake_to_psa_error()
H A Dpsa_crypto_cipher.c553 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in mbedtls_psa_cipher_finish()
H A Dssl_tls13_generic.c1542 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in mbedtls_ssl_tls13_generate_and_write_xxdh_key_exchange()
H A Dssl_tls13_keys.c1490 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in ssl_tls13_key_schedule_stage_handshake()
H A Dpsa_crypto.c566 return PSA_ERROR_GENERIC_ERROR; in mbedtls_to_psa_error()
4554 status = PSA_ERROR_GENERIC_ERROR; in psa_cipher_generate_iv()
4673 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in psa_cipher_finish()
4756 status = PSA_ERROR_GENERIC_ERROR; in psa_cipher_encrypt()
6089 return PSA_ERROR_GENERIC_ERROR; in psa_key_derivation_tls12_ecjpake_to_pms_read()
H A Dssl_tls12_server.c2975 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in ssl_prepare_server_key_exchange()
3717 psa_status_t status = PSA_ERROR_GENERIC_ERROR; in ssl_parse_client_key_exchange()
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_values.h64 #define PSA_ERROR_GENERIC_ERROR ((psa_status_t)-132) macro