Home
last modified time | relevance | path

Searched refs:has_private (Results 1 - 7 of 7) sorted by relevance

/third_party/mbedtls/programs/pkey/
H A Dgen_key.c161 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument
180 (has_private ? &D : NULL), in show_ecp_key()
212 if (has_private) { in show_ecp_key()
H A Dkey_app_writer.c177 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument
196 (has_private ? &D : NULL), in show_ecp_key()
228 if (has_private) { in show_ecp_key()
H A Dkey_app.c57 static int show_ecp_key(const mbedtls_ecp_keypair *ecp, int has_private) in show_ecp_key() argument
76 (has_private ? &D : NULL), in show_ecp_key()
108 if (has_private) { in show_ecp_key()
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dlws-genec.c92 ctx->has_private = !!el[LWS_GENCRYPTO_EC_KEYEL_D].len; in lws_genec_keypair_import()
96 if (ctx->has_private && in lws_genec_keypair_import()
122 if (ctx->has_private && in lws_genec_keypair_import()
134 if (ctx->has_private && in lws_genec_keypair_import()
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genec.c242 ctx->has_private = !!el[LWS_GENCRYPTO_EC_KEYEL_D].len; in lws_genec_keypair_import()
436 ctx->has_private = 1; in lws_genec_new_keypair()
535 if (!ctx->has_private)
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-genec.h45 char has_private; member
/third_party/mbedtls/library/
H A Dpk.c446 int has_private = (mbedtls_rsa_check_privkey(rsa) == 0); in mbedtls_pk_get_psa_attributes() local
447 if (want_private && !has_private) { in mbedtls_pk_get_psa_attributes()
470 int has_private = 0; in mbedtls_pk_get_psa_attributes() local
472 has_private = 1; in mbedtls_pk_get_psa_attributes()
476 int has_private = (ec->d.n != 0); in mbedtls_pk_get_psa_attributes() local
505 if (want_private && !has_private) { in mbedtls_pk_get_psa_attributes()

Completed in 10 milliseconds