Home
last modified time | relevance | path

Searched full:usages (Results 1 – 25 of 124) sorted by relevance

12345

/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.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/sys/dev/hid/
H A Dhid.h63 /* Usages, generic desktop */
114 /* Usages Digitizers */
160 /* Usages, Consumer */
165 /* Usages, FIDO */
252 uint32_t usages[HID_ITEM_MAXUSAGE]; member
H A Dhidmap.h97 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 Dhid.c107 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 Dhidmap.c432 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 Dverify.c188 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 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.h103 * 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 Ddane.h17 * Certificate usages:
73 uint32_t umask; /* Usages present */
/freebsd/contrib/atf/atf-c++/detail/
H A Denv.hpp66 //! some legitimate usages for this function, though.
78 //! some legitimate usages for this function, though.
/freebsd/sys/kgssapi/krb5/
H A Dkcrypto.h45 * Key usages for des3-cbc-sha1 tokens
52 * Key usages for RFC4121 tokens
/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 ;
/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/secure/lib/libcrypto/man/man3/
H A DSSL_CTX_dane_enable.3290 \& * 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 DSSL_CTX_dane_enable.pod232 * 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 Dui.hpp49 /// 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 Dtsan_flags.inc32 "Report incorrect usages of mutexes and mutex annotations?")
/freebsd/sys/contrib/device-tree/Bindings/devfreq/event/
H A Dexynos-ppmu.txt8 usages of each IP (DMC, CPU, RIGHTBUS, LEFTBUS, CAM interface, LCD, G3D, MFC).
H A Dsamsung,exynos-ppmu.yaml17 analyze system performance, to make behaviors visible and to count usages of
/freebsd/crypto/krb5/src/lib/crypto/crypto_tests/
H A Dt_kperf.c30 * the equivalent krb5_c functions which do not. Sample usages:
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSchedule.td13 // resource usages.
46 // // Resource usages.
/freebsd/lib/libsys/
H A Dquotactl.2161 Update the on-disk copy of quota usages.
/freebsd/contrib/jemalloc/
H A DTUNING.md106 managing locality and contention for specific usages. For example,

12345