Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/cose/
Dcose_sign.c137 csc->type = SIGTYPE_MAC0; in lws_cose_sign_payload_chunk()
146 csc->type = SIGTYPE_MAC0; in lws_cose_sign_payload_chunk()
170 case SIGTYPE_MAC0: in lws_cose_sign_payload_chunk()
206 case SIGTYPE_MAC0: in lws_cose_sign_payload_chunk()
260 case SIGTYPE_MAC0: in lws_cose_sign_payload_chunk()
Dcose_validate.c486 cps->info.sigtype = SIGTYPE_MAC0; in cb_cose_sig()
507 case SIGTYPE_MAC0: in cb_cose_sig()
612 case SIGTYPE_MAC0: in cb_cose_sig()
932 if (cps->info.sigtype == SIGTYPE_MAC0) { in cb_cose_sig()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c1619 info.sigtype = SIGTYPE_MAC0; in test_cose_sign()
1660 info.sigtype = SIGTYPE_MAC0; in test_cose_sign()
1701 info.sigtype = SIGTYPE_MAC0; in test_cose_sign()
1742 info.sigtype = SIGTYPE_MAC0; in test_cose_sign()
1783 info.sigtype = SIGTYPE_MAC0; in test_cose_sign()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h361 SIGTYPE_MAC0, enumerator
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c162 sigtype = SIGTYPE_MAC0; in main()