Home
last modified time | relevance | path

Searched refs:keyset (Results 1 – 15 of 15) sorted by relevance

/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/
DREADME.md17 |-k <keyset filepath>|o|o|One or a set of cose_keys|
30 For convenience, a keyset from the COSE RFC is provided in
33 from the provided keyset.
Dmain.c241 i.keyset = &set; in main()
311 vi.keyset = &set; in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-cose.h396 lws_dll2_owner_t *keyset; member
459 lws_dll2_owner_t *keyset; member
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-key/
DREADME.md36 |-k \<keyset filepath\>|One or a set of cose_keys|
52 [2021/07/30 10:14:31:0420] U: LWS cose-key example tool -k keyset [-s alg-name kid ]
/third_party/libwebsockets/READMEs/
DREADME.cbor-cose.md125 and a keyset of public keys the signature might use to validate (notice even a
126 single key is passed in an lws_dll2_owner_t keyset).
134 lws_dll2_owner_t *keyset;
212 lws_dll2_owner_t *keyset;
/third_party/python/Lib/idlelib/
Dconfigdialog.py1479 keyset = idleConf.GetKeySet(keyset_name)
1480 bind_names = list(keyset.keys())
1484 key = ' '.join(keyset[bind_name])
1497 def save_new_key_set(keyset_name, keyset): argument
1508 for event in keyset:
1509 value = keyset[event]
DNEWS.txt594 in a keyset only affects its value in the keyset. All bindings are
602 not affect their keyset-specific customization after 3.6.3. and vice
DNEWS2x.txt281 button) caused IDLE to fail on restart (no new keyset was created in
/third_party/libwebsockets/lib/cose/
Dcose_validate.c248 ck = lws_cose_key_from_set(cps->info.keyset, sl->kid.buf, sl->kid.len); in create_alg()
974 assert(info->keyset); in lws_cose_validate_create()
Dcose_sign.c36 assert(info->keyset); in lws_cose_sign_create()
/third_party/python/Misc/NEWS.d/
D3.6.3rc1.rst871 keyset only affects its value in the keyset. All bindings are defined
878 customizations made before 3.6.3 will not affect their keyset-specific
D3.7.0a1.rst5757 keyset only affects its value in the keyset. All bindings are defined
5764 customizations made before 3.6.3 will not affect their keyset-specific
/third_party/libwebsockets/minimal-examples/api-tests/api-test-cose/
Dsign.c682 info.keyset = &set; in test_cose_sign()
/third_party/openssl/
DNEWS.md949 * Support for local machine keyset attribute in PKCS#12 files.
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp81699 static nsIAtom* keyset; member in nsGkAtoms