Home
last modified time | relevance | path

Searched refs:SIGTYPE_MULTI (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/cose/
Dcose_sign.c128 csc->type = SIGTYPE_MULTI; in lws_cose_sign_payload_chunk()
171 case SIGTYPE_MULTI: in lws_cose_sign_payload_chunk()
233 case SIGTYPE_MULTI: in lws_cose_sign_payload_chunk()
280 case SIGTYPE_MULTI: in lws_cose_sign_payload_chunk()
386 if (csc->type == SIGTYPE_MULTI) { in lws_cose_sign_payload_chunk()
442 case SIGTYPE_MULTI: in lws_cose_sign_payload_chunk()
473 case SIGTYPE_MULTI: in lws_cose_sign_payload_chunk()
Dcose_validate.c325 if (cps->info.sigtype == SIGTYPE_MULTI) { in create_alg()
477 cps->info.sigtype = SIGTYPE_MULTI; in cb_cose_sig()
495 case SIGTYPE_MULTI: in cb_cose_sig()
608 case SIGTYPE_MULTI: in cb_cose_sig()
854 if (cps->info.sigtype == SIGTYPE_MULTI) { in cb_cose_sig()
910 if (cps->info.sigtype == SIGTYPE_MULTI) in cb_cose_sig()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c1075 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1114 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1155 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1196 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1225 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1264 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1299 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1334 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
1373 info.sigtype = SIGTYPE_MULTI; in test_cose_sign()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h357 SIGTYPE_MULTI, enumerator
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c153 sigtype = SIGTYPE_MULTI; in main()
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md138 /**< 0 if a CBOR tag is in the sig, else one of SIGTYPE_MULTI,