Searched refs:psa_pk_status_to_mbedtls (Results 1 – 6 of 6) sorted by relevance
71 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_key()98 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_pubkey_from_prv()117 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_pubkey_from_prv()126 return psa_pk_status_to_mbedtls(status); in mbedtls_pk_ecc_set_pubkey_from_prv()128 return psa_pk_status_to_mbedtls(destruction_status); in mbedtls_pk_ecc_set_pubkey_from_prv()
24 #define PSA_PK_TO_MBEDTLS_ERR(status) psa_pk_status_to_mbedtls(status)27 psa_pk_status_to_mbedtls)30 psa_pk_status_to_mbedtls)
91 int psa_pk_status_to_mbedtls(psa_status_t status);
157 int psa_pk_status_to_mbedtls(psa_status_t status) in psa_pk_status_to_mbedtls() function
1061 ret = psa_pk_status_to_mbedtls(status); in ecdsa_opaque_check_pair_wrap()
248 return (ret != 0) ? ret : psa_pk_status_to_mbedtls(status);
Completed in 16 milliseconds