Home
last modified time | relevance | path

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

/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c708 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
741 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
778 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
817 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
856 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
885 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
923 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
961 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
999 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
1037 info.sigtype = SIGTYPE_SINGLE; in test_cose_sign()
/third_party/libwebsockets/lib/cose/
Dcose_sign.c149 csc->info.sigtype == SIGTYPE_SINGLE) /* ie, if no hint */ in lws_cose_sign_payload_chunk()
150 csc->type = SIGTYPE_SINGLE; in lws_cose_sign_payload_chunk()
172 case SIGTYPE_SINGLE: in lws_cose_sign_payload_chunk()
205 case SIGTYPE_SINGLE: in lws_cose_sign_payload_chunk()
259 case SIGTYPE_SINGLE: in lws_cose_sign_payload_chunk()
Dcose_validate.c365 if (cps->info.sigtype == SIGTYPE_SINGLE) in create_alg()
480 cps->info.sigtype = SIGTYPE_SINGLE; in cb_cose_sig()
499 case SIGTYPE_SINGLE: in cb_cose_sig()
563 if (cps->info.sigtype != SIGTYPE_SINGLE) in cb_cose_sig()
783 if (cps->info.sigtype == SIGTYPE_SINGLE) { in cb_cose_sig()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h358 SIGTYPE_SINGLE, enumerator
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md124 first you create a validation context specifying the type (eg, `SIGTYPE_SINGLE`)
139 * SIGTYPE_SINGLE, etc*/
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
Dmain.c156 sigtype = SIGTYPE_SINGLE; in main()