Home
last modified time | relevance | path

Searched refs:SIGTYPE_MAC (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/cose/
Dcose_sign.c40 if (info->sigtype == SIGTYPE_MAC) { in lws_cose_sign_create()
144 if (!csc->info.sigtype && csc->type == SIGTYPE_MAC) { in lws_cose_sign_payload_chunk()
175 case SIGTYPE_MAC: in lws_cose_sign_payload_chunk()
232 case SIGTYPE_MAC: in lws_cose_sign_payload_chunk()
279 case SIGTYPE_MAC: in lws_cose_sign_payload_chunk()
418 if (csc->type == SIGTYPE_MAC) { in lws_cose_sign_payload_chunk()
441 case SIGTYPE_MAC: in lws_cose_sign_payload_chunk()
Dcose_validate.c489 cps->info.sigtype = SIGTYPE_MAC; in cb_cose_sig()
511 case SIGTYPE_MAC: in cb_cose_sig()
611 case SIGTYPE_MAC: in cb_cose_sig()
706 if (cps->info.sigtype == SIGTYPE_MAC) { in cb_cose_sig()
863 if (cps->info.sigtype != SIGTYPE_MAC) in cb_cose_sig()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c1413 info.sigtype = SIGTYPE_MAC; in test_cose_sign()
1454 info.sigtype = SIGTYPE_MAC; in test_cose_sign()
1496 info.sigtype = SIGTYPE_MAC; in test_cose_sign()
1537 info.sigtype = SIGTYPE_MAC; in test_cose_sign()
1578 info.sigtype = SIGTYPE_MAC; in test_cose_sign()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h360 SIGTYPE_MAC, /* only supported for validation */ enumerator
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c159 sigtype = SIGTYPE_MAC; in main()