Searched refs:has_private (Results 1 – 2 of 2) sorted by relevance
442 int has_private = (mbedtls_rsa_check_privkey(rsa) == 0); in mbedtls_pk_get_psa_attributes() local443 if (want_private && !has_private) { in mbedtls_pk_get_psa_attributes()466 int has_private = 0; in mbedtls_pk_get_psa_attributes() local468 has_private = 1; in mbedtls_pk_get_psa_attributes()472 int has_private = (ec->d.n != 0); in mbedtls_pk_get_psa_attributes() local501 if (want_private && !has_private) { in mbedtls_pk_get_psa_attributes()
393 if not key.has_private():