Searched refs:crypto_mech_type_t (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/crypto/
H A Dops_impl.h53 crypto_mech_type_t do_framework_mechtype;
62 crypto_mech_type_t mo_framework_mechtype;
72 crypto_mech_type_t eo_framework_mechtype;
82 crypto_mech_type_t dop_framework_mechtype;
92 crypto_mech_type_t so_framework_mechtype;
102 crypto_mech_type_t vo_framework_mechtype;
112 crypto_mech_type_t em_framework_encr_mechtype;
115 crypto_mech_type_t em_framework_mac_mechtype;
127 crypto_mech_type_t md_framework_mac_mechtype;
130 crypto_mech_type_t md_framework_decr_mechtyp
[all...]
H A Dsched_impl.h483 extern int kcf_get_hardware_provider(crypto_mech_type_t, crypto_mech_type_t,
491 extern kcf_provider_desc_t *kcf_get_mech_provider(crypto_mech_type_t,
495 crypto_mechanism_t *, kcf_mech_entry_t **, crypto_mech_type_t *,
496 crypto_mech_type_t *, int *, kcf_prov_tried_t *,
H A Dimpl.h281 crypto_mech_type_t ml_kcf_mechid; /* KCF's id */
311 crypto_mech_type_t me_mechid; /* Internal id for mechanism */
436 (((crypto_mech_type_t)(class) << 32) | (crypto_mech_type_t)(index))
1278 int crypto_get_mechanism_number(caddr_t name, crypto_mech_type_t *number);
1289 extern int kcf_get_mech_entry(crypto_mech_type_t, kcf_mech_entry_t **);
1295 extern crypto_mech_type_t crypto_mech2id_common(char *, boolean_t);
1338 extern int kcf_get_sw_prov(crypto_mech_type_t, kcf_provider_desc_t **,
H A Dioctl.h152 crypto_mech_type_t pn_internal_number;
166 crypto_mech_type_t pn_internal_number;
H A Dspi.h619 crypto_mech_type_t cm_mech_number;
/freebsd-13-stable/sys/contrib/openzfs/module/icp/api/
H A Dkcf_miscapi.c64 crypto_mech_type_t
/freebsd-13-stable/sys/contrib/openzfs/module/icp/core/
H A Dkcf_mech_tabs.c125 static crypto_mech_type_t
129 crypto_mech_type_t mt;
133 mt = *(crypto_mech_type_t *)hv;
296 crypto_mech_type_t mt;
380 crypto_mech_type_t kcf_mech_type, mt;
612 crypto_mech_type_t mech_type;
746 kcf_get_mech_entry(crypto_mech_type_t mech_type, kcf_mech_entry_t **mep)
786 crypto_mech_type_t
789 crypto_mech_type_t mt = kcf_mech_hash_find(mechname);
H A Dkcf_callprov.c109 kcf_get_hardware_provider(crypto_mech_type_t mech_type_1,
110 crypto_mech_type_t mech_type_2, boolean_t call_restrict,
251 kcf_get_mech_provider(crypto_mech_type_t mech_type, kcf_mech_entry_t **mepp,
362 kcf_mech_entry_t **mepp, crypto_mech_type_t *prov_mt1,
363 crypto_mech_type_t *prov_mt2, int *error, kcf_prov_tried_t *triedl,
371 crypto_mech_type_t m2id = mech2->cm_type;
H A Dkcf_prov_tabs.c613 kcf_get_sw_prov(crypto_mech_type_t mech_type, kcf_provider_desc_t **pd,
H A Dkcf_sched.c498 crypto_mech_type_t prov_mt1, prov_mt2;
/freebsd-13-stable/sys/contrib/openzfs/include/sys/crypto/
H A Dcommon.h46 typedef uint64_t crypto_mech_type_t; typedef
49 crypto_mech_type_t cm_type; /* mechanism type */
57 crypto_mech_type_t cm_type; /* mechanism type */
H A Dapi.h61 extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);
417 extern int crypto_get_all_mech_info(crypto_mech_type_t,

Completed in 185 milliseconds