/freebsd/contrib/bearssl/src/x509/ |
H A D | x509_knownkey.c | 30 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 D | x509_minimal.c | 317 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 D | x509_minimal.t0 | 266 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 D | verify.c | 188 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 D | certs.c | 212 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 D | twrch.c | 825 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 D | bearssl_x509.h | 467 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 D | test_usb_hid_usages | 9 # If the number is * then the line matches all usages and the name
|
/freebsd/sys/dev/hid/ |
H A D | hid.c | 107 memset(c->usages, 0, sizeof(c->usages)); in hid_clear_local() 274 c->usages[c->nusages++] = s->usages_min[s->iusage++]; in hid_get_item() 676 if (h.kind == k && h.usages[i] == u) { in hid_locate()
|
H A D | hid.h | 248 uint32_t usages[HID_ITEM_MAXUSAGE]; member
|
H A D | hidmap.c | 432 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()
|
H A D | hidbus.c | 142 if (h.kind == k && h.usages[i] == u) { in hidbus_locate()
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_common.t0 | 1289 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 D | ssl_hs_client.c | 1393 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 D | ssl_hs_server.c | 1447 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 D | tsan_flags.inc | 32 "Report incorrect usages of mutexes and mutex annotations?")
|
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/ |
H A D | exynos-ppmu.txt | 8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_dane_enable.pod | 232 * 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/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 13 // resource usages. 46 // // Resource usages.
|
/freebsd/lib/libsecureboot/ |
H A D | vets.c | 504 unsigned int usages; in verify_signer_xcs() local 590 tpk = mc.vtable->get_pkey(&mc.vtable, &usages); in verify_signer_xcs()
|
/freebsd/contrib/bearssl/test/ |
H A D | test_x509.c | 1468 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 D | snmpd.config | 67 # usages refer to the bsnmpget(1) manual page. The following lines define a user "bsnmp"
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | fips_module.pod | 306 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/crypto/heimdal/appl/ftp/ |
H A D | ChangeLog | 616 * call list_file for broken usages of nlst too 618 * ftpd/ftpd.c: call list_file for broken usages of nlst too
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 843 HelpText<"Check for usages of uninitialized (or already released) va_lists.">, 1018 HelpText<"Finds usages of possibly invalidated pointers">,
|