Home
last modified time | relevance | path

Searched refs:usages (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/bearssl/src/x509/
H A Dx509_knownkey.c30 const br_rsa_public_key *pk, unsigned usages) in br_x509_knownkey_init_rsa() argument
35 ctx->usages = usages; in br_x509_knownkey_init_rsa()
41 const br_ec_public_key *pk, unsigned usages) in br_x509_knownkey_init_ec() argument
46 ctx->usages = usages; in br_x509_knownkey_init_ec()
85 kk_get_pkey(const br_x509_class *const *ctx, unsigned *usages) in kk_get_pkey() argument
90 if (usages != NULL) { in kk_get_pkey()
91 *usages = xc->usages; in kk_get_pkey()
H A Dx509_minimal.c317 xm_get_pkey(const br_x509_class *const *ctx, unsigned *usages) in xm_get_pkey() argument
325 if (usages != NULL) { in xm_get_pkey()
326 *usages = cc->key_usages; in xm_get_pkey()
H A Dx509_minimal.t0266 xm_get_pkey(const br_x509_class *const *ctx, unsigned *usages)
274 if (usages != NULL) {
275 *usages = cc->key_usages;
1053 \ EE: get usages.
1518 \ Unless restricted by a Key Usage extension, all usages are
/freebsd/contrib/bearssl/tools/
H A Dverify.c188 unsigned usages; in do_verify() local
280 tpk = mc.vtable->get_pkey(&mc.vtable, &usages); in do_verify()
291 if (usages & BR_KEYTYPE_KEYX) { in do_verify()
295 if (usages & BR_KEYTYPE_SIGN) { in do_verify()
H A Dcerts.c212 xwc_get_pkey(const br_x509_class *const *ctx, unsigned *usages) in xwc_get_pkey() argument
217 return (*xwc->inner)->get_pkey(xwc->inner, usages); in xwc_get_pkey()
H A Dtwrch.c825 unsigned usages; in do_twrch() local
835 usages = BR_KEYTYPE_SIGN; in do_twrch()
837 usages = BR_KEYTYPE_KEYX | BR_KEYTYPE_SIGN; in do_twrch()
841 usages, cert_signer_algo, in do_twrch()
/freebsd/contrib/bearssl/inc/
H A Dbearssl_x509.h467 const br_x509_class *const *ctx, unsigned *usages);
484 unsigned usages; member
507 const br_rsa_public_key *pk, unsigned usages);
523 const br_ec_public_key *pk, unsigned usages);
/freebsd/contrib/netbsd-tests/lib/libusbhid/
H A Dtest_usb_hid_usages9 # If the number is * then the line matches all usages and the name
/freebsd/sys/dev/hid/
H A Dhid.c107 memset(c->usages, 0, sizeof(c->usages)); in hid_clear_local()
273 c->usages[c->nusages++] = s->usages_min[s->iusage++]; in hid_get_item()
671 if (h.kind == k && h.usages[i] == u) { in hid_locate()
H A Dhid.h248 int32_t usages[HID_ITEM_MAXUSAGE]; member
H A Dhidmap.c432 if (can_map_arr_list(hi, map+i, hi->usages[j], uoff)) { in hidmap_probe_hid_item()
624 if (can_map_arr_list(hi, mi, hi->usages[i], uoff)) { in hidmap_parse_hid_item()
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_common.t01289 cc: get-key-type-usages ( -- key-type-usages ) {
1292 unsigned usages;
1295 pk = xc->get_pkey(ENG->x509ctx, &usages);
1299 T0_PUSH(pk->key_type | usages);
1308 \ - Valid: combination of key type and allowed key usages.
1310 : read-Certificate ( by_client -- key-type-usages )
1351 \ Return key type and usages.
1352 get-key-type-usages ;
H A Dssl_hs_client.c1393 unsigned usages; in br_ssl_hs_client_run() local
1396 pk = xc->get_pkey(ENG->x509ctx, &usages); in br_ssl_hs_client_run()
1400 T0_PUSH(pk->key_type | usages); in br_ssl_hs_client_run()
H A Dssl_hs_server.c1447 unsigned usages; in br_ssl_hs_server_run() local
1450 pk = xc->get_pkey(ENG->x509ctx, &usages); in br_ssl_hs_server_run()
1454 T0_PUSH(pk->key_type | usages); in br_ssl_hs_server_run()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc32 "Report incorrect usages of mutexes and mutex annotations?")
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
H A Dexynos-ppmu.txt8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_dane_enable.pod232 * They treat all other certificate usages, and in particular PKIX-TA(0)
336 with usages PKIX-TA(0) and PKIX-EE(1) as "unusable", and should not include
338 In addition, some TLSA records with supported usages may be "unusable" as a
/freebsd/lib/libsecureboot/
H A Dvets.c498 unsigned int usages; in verify_signer_xcs() local
584 tpk = mc.vtable->get_pkey(&mc.vtable, &usages); in verify_signer_xcs()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSchedule.td13 // resource usages.
46 // // Resource usages.
/freebsd/contrib/bearssl/test/
H A Dtest_x509.c1468 unsigned usages; in run_test_case() local
1607 ee_pkey = ctx.vtable->get_pkey(&ctx.vtable, &usages); in run_test_case()
1615 ktu = ee_pkey->key_type | usages; in run_test_case()
/freebsd/usr.sbin/bsnmpd/bsnmpd/
H A Dsnmpd.config67 # usages refer to the bsnmpget(1) manual page. The following lines define a user "bsnmp"
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod306 usages this can also be achieved using library contexts. In this example we
373 for other usages - or vice versa. However if code has not been converted to use
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dcoresight-cti.yaml52 and usages. These can be defined along with the signal indexes with the
H A Darm,coresight-cti.yaml51 and usages. These can be defined along with the signal indexes with the

12