Lines Matching refs:lwsl_err
249 lwsl_err("%s: unable to parse PEM cert\n", __func__); in lws_x509_parse_from_pem()
277 lwsl_err("%s: common name mismatch\n", __func__); in lws_x509_verify()
284 lwsl_err("%s: unable to verify cert relationship\n", __func__); in lws_x509_verify()
312 lwsl_err("%s: missing pubkey alg in cert\n", __func__); in lws_x509_public_to_jwk()
318 lwsl_err("%s: missing pubkey alg in cert\n", __func__); in lws_x509_public_to_jwk()
325 lwsl_err("%s: missing pubkey alg in cert\n", __func__); in lws_x509_public_to_jwk()
345 lwsl_err("%s: ec curves not allowed\n", __func__); in lws_x509_public_to_jwk()
359 lwsl_err("%s: EC_KEY_get0_public_key failed\n", __func__); in lws_x509_public_to_jwk()
365 lwsl_err("%s: EC_KEY_get0_group failed\n", __func__); in lws_x509_public_to_jwk()
391 lwsl_err("%s: EC_POINT_get_aff failed\n", __func__); in lws_x509_public_to_jwk()
410 lwsl_err("%s: key bits %d less than minimum %d\n", in lws_x509_public_to_jwk()
431 lwsl_err("%s: unknown NID\n", __func__); in lws_x509_public_to_jwk()
505 lwsl_err("%s: unable to parse PEM privkey\n", __func__); in lws_x509_jwk_privkey_pem()
516 lwsl_err("%s: jwk is EC but privkey isn't\n", __func__); in lws_x509_jwk_privkey_pem()
533 lwsl_err("%s: jwk key size doesn't match\n", __func__); in lws_x509_jwk_privkey_pem()
554 lwsl_err("%s: RSA jwk, non-RSA privkey\n", __func__); in lws_x509_jwk_privkey_pem()
583 lwsl_err("%s: jwk key size doesn't match\n", __func__); in lws_x509_jwk_privkey_pem()
601 lwsl_err("%s: privkey doesn't match jwk pubkey\n", in lws_x509_jwk_privkey_pem()
636 lwsl_err("%s: JWK has unknown kty %d\n", __func__, jwk->kty); in lws_x509_jwk_privkey_pem()