Home
last modified time | relevance | path

Searched refs:LWS_GENCRYPTO_KTY_EC (Results 1 – 13 of 13) sorted by relevance

/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dkeys.c727 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
759 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
801 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
837 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
/third_party/libwebsockets/lib/jose/jwe/
Djwe-ecdh-es-aeskw.c211 if (jwe->jws.jwk->kty != LWS_GENCRYPTO_KTY_EC) { in lws_jwe_encrypt_ecdh()
217 ephem->kty = LWS_GENCRYPTO_KTY_EC; in lws_jwe_encrypt_ecdh()
462 if (jwe->jws.jwk->kty != LWS_GENCRYPTO_KTY_EC) { in lws_jwe_auth_and_decrypt_ecdh()
469 LWS_GENCRYPTO_KTY_EC) { in lws_jwe_auth_and_decrypt_ecdh()
/third_party/libwebsockets/lib/cose/
Dcose_key.c103 case LWS_GENCRYPTO_KTY_EC: in lws_cose_key_dump()
375 LWS_GENCRYPTO_KTY_EC; in cb_cose_key()
381 LWS_GENCRYPTO_KTY_EC; in cb_cose_key()
868 ck->gencrypto_kty = LWS_GENCRYPTO_KTY_EC; in lws_cose_key_generate()
998 case LWS_GENCRYPTO_KTY_EC: in lws_cose_key_export()
1038 if (ck->gencrypto_kty == LWS_GENCRYPTO_KTY_EC) { in lws_cose_key_export()
1079 if (ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in lws_cose_key_export()
/third_party/libwebsockets/lib/jose/jwk/
Djose_key.c302 jwk->kty == LWS_GENCRYPTO_KTY_EC) && in cb_jwk()
343 jwk->kty = LWS_GENCRYPTO_KTY_EC; in cb_jwk()
479 case LWS_GENCRYPTO_KTY_EC: in lws_jwk_export()
569 if (jwk->kty == LWS_GENCRYPTO_KTY_EC && in lws_jwk_export()
Djwk.c77 case LWS_GENCRYPTO_KTY_EC: in lws_jwk_dump()
216 case LWS_GENCRYPTO_KTY_EC: in lws_jwk_generate()
/third_party/libwebsockets/include/libwebsockets/
Dlws-gencrypto.h36 LWS_GENCRYPTO_KTY_EC enumerator
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c56 case LWS_GENCRYPTO_KTY_EC: in cose_key_dump()
90 if (!n && ck->gencrypto_kty == LWS_GENCRYPTO_KTY_EC) { in cose_key_dump()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-gencrypto/
Dlws-genec.c57 if (jwk.kty != LWS_GENCRYPTO_KTY_EC) { in test_genec1()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-x509.c520 jwk->kty = LWS_GENCRYPTO_KTY_EC; in lws_x509_public_to_jwk()
692 case LWS_GENCRYPTO_KTY_EC: in lws_x509_jwk_privkey_pem()
821 if (jwk->kty == LWS_GENCRYPTO_KTY_EC) in lws_x509_jwk_privkey_pem()
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwk/
Dmain.c97 kty = LWS_GENCRYPTO_KTY_EC; in main()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-x509.c411 jwk->kty = LWS_GENCRYPTO_KTY_EC; in lws_x509_public_to_jwk()
493 if (jwk->kty != LWS_GENCRYPTO_KTY_EC) { in lws_x509_jwk_privkey_pem()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-jose/
Djws.c472 if (jwk.kty != LWS_GENCRYPTO_KTY_EC) { in test_jws_ES256()
634 if (jwk.kty != LWS_GENCRYPTO_KTY_EC) { in test_jws_ES512()
/third_party/libwebsockets/lib/jose/jws/
Djws.c589 if (jwk->kty != LWS_GENCRYPTO_KTY_EC) in lws_jws_sig_confirm()
819 if (jws->jwk->kty != LWS_GENCRYPTO_KTY_EC) in lws_jws_sign_from_b64()