| /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.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/sys/dev/hid/ |
| H A D | hid.h | 63 /* Usages, generic desktop */ 114 /* Usages Digitizers */ 160 /* Usages, Consumer */ 165 /* Usages, FIDO */ 252 uint32_t usages[HID_ITEM_MAXUSAGE]; member
|
| H A D | hidmap.h | 97 uint16_t nusages; /* number of usages */ 162 HIDMAP_TYPE_ARR_LIST, /* HID item is array with list of usages */ 163 HIDMAP_TYPE_ARR_RANGE, /* Array with range (min;max) of usages */
|
| H A D | hid.c | 107 memset(c->usages, 0, sizeof(c->usages)); in hid_clear_local() 271 /* array type HID item may have multiple usages */ in hid_get_item() 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 | hidmap.c | 432 if (can_map_arr_list(hi, map+i, hi->usages[j], uoff)) { in hidmap_probe_hid_item() 480 /* Check that all mandatory usages are present in report descriptor */ in hidmap_probe_hid_descr() 624 if (can_map_arr_list(hi, mi, hi->usages[i], uoff)) { in hidmap_parse_hid_item()
|
| /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() 289 fprintf(stderr, "Validation success; 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 | 103 * of allowed usages (`BR_KEYTYPE_KEYX` and/or `BR_KEYTYPE_SIGN`). 105 * usages are compatible with the expected values (e.g. with the 467 const br_x509_class *const *ctx, unsigned *usages); 484 unsigned usages; member 496 * The `usages` parameter indicates the allowed key usages for that key 504 * \param usages allowed key usages. 507 const br_rsa_public_key *pk, unsigned usages); 512 * The `usages` parameter indicates the allowed key usages for that key 520 * \param usages allowed key usages. 523 const br_ec_public_key *pk, unsigned usages); [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | dane.h | 17 * Certificate usages: 73 uint32_t umask; /* Usages present */
|
| /freebsd/contrib/atf/atf-c++/detail/ |
| H A D | env.hpp | 66 //! some legitimate usages for this function, though. 78 //! some legitimate usages for this function, though.
|
| /freebsd/sys/kgssapi/krb5/ |
| H A D | kcrypto.h | 45 * Key usages for des3-cbc-sha1 tokens 52 * Key usages for RFC4121 tokens
|
| /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 ;
|
| /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/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_CTX_dane_enable.3 | 290 \& * They treat all other certificate usages, and in particular PKIX\-TA(0) 397 with usages \fBPKIX\-TA\fR\|(0) and \fBPKIX\-EE\fR\|(1) as "unusable", and should not include 399 In addition, some TLSA records with supported usages may be "unusable" as a
|
| /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) 339 with usages PKIX-TA(0) and PKIX-EE(1) as "unusable", and should not include 341 In addition, some TLSA records with supported usages may be "unusable" as a
|
| /freebsd/contrib/kyua/utils/cmdline/ |
| H A D | ui.hpp | 49 /// The main purpose of this class is to substitute direct usages of stdout and
|
| /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).
|
| H A D | samsung,exynos-ppmu.yaml | 17 analyze system performance, to make behaviors visible and to count usages of
|
| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | t_kperf.c | 30 * the equivalent krb5_c functions which do not. Sample usages:
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMSchedule.td | 13 // resource usages. 46 // // Resource usages.
|
| /freebsd/lib/libsys/ |
| H A D | quotactl.2 | 161 Update the on-disk copy of quota usages.
|
| /freebsd/contrib/jemalloc/ |
| H A D | TUNING.md | 106 managing locality and contention for specific usages. For example,
|