Searched refs:gencrypto_kty (Results 1 – 4 of 4) sorted by relevance
727 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()
93 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 …]
46 switch (ck->gencrypto_kty) { in cose_key_dump()90 if (!n && ck->gencrypto_kty == LWS_GENCRYPTO_KTY_EC) { in cose_key_dump()
277 int gencrypto_kty; /**< one of LWS_GENCRYPTO_KTY_ */ member