Home
last modified time | relevance | path

Searched refs:gencrypto_kty (Results 1 – 4 of 4) 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()
781 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_OCT || in test_cose_keys()
785 (int)ck->kty, (int)ck->gencrypto_kty, in test_cose_keys()
801 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
821 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_OCT || in test_cose_keys()
837 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_EC || in test_cose_keys()
857 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_OCT || in test_cose_keys()
873 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_OCT || in test_cose_keys()
891 ck->gencrypto_kty != LWS_GENCRYPTO_KTY_OCT || in test_cose_keys()
/third_party/libwebsockets/lib/cose/
Dcose_key.c93 switch (ck->gencrypto_kty) { in lws_cose_key_dump()
115 (long long)ck->kty, ck->gencrypto_kty); in lws_cose_key_dump()
374 cps->ck->gencrypto_kty = in cb_cose_key()
380 cps->ck->gencrypto_kty = in cb_cose_key()
385 cps->ck->gencrypto_kty = in cb_cose_key()
390 cps->ck->gencrypto_kty = in cb_cose_key()
833 ck->gencrypto_kty = LWS_GENCRYPTO_KTY_RSA; in lws_cose_key_generate()
850 ck->gencrypto_kty = LWS_GENCRYPTO_KTY_OCT; in lws_cose_key_generate()
868 ck->gencrypto_kty = LWS_GENCRYPTO_KTY_EC; in lws_cose_key_generate()
934 switch (cps.ck->gencrypto_kty) { in lws_cose_key_import()
[all …]
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
Dmain.c46 switch (ck->gencrypto_kty) { in cose_key_dump()
90 if (!n && ck->gencrypto_kty == LWS_GENCRYPTO_KTY_EC) { in cose_key_dump()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h277 int gencrypto_kty; /**< one of LWS_GENCRYPTO_KTY_ */ member