Searched refs:has_private (Results 1 – 4 of 4) sorted by relevance
57 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument76 (has_private ? &D : NULL), in show_ecp_key()108 if (has_private) { in show_ecp_key()
161 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument180 (has_private ? &D : NULL), in show_ecp_key()212 if (has_private) { in show_ecp_key()
177 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument196 (has_private ? &D : NULL), in show_ecp_key()228 if (has_private) { in show_ecp_key()
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()