Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c59 static int add_soft_config(char *, uint_t, crypto_mech_name_t *);
60 static int dup_mech_names(kcf_provider_desc_t *, crypto_mech_name_t **,
76 count_mechanisms(crypto_mech_name_t mechs[]) { in count_mechanisms()
92 crypto_mech_name_t *mechs; in kcf_soft_config_init()
133 static crypto_mech_name_t des_mechs[] = { in kcf_soft_config_init()
135 static crypto_mech_name_t aes_mechs[] = { in kcf_soft_config_init()
138 static crypto_mech_name_t arcfour_mechs[] = { in kcf_soft_config_init()
140 static crypto_mech_name_t blowfish_mechs[] = { in kcf_soft_config_init()
142 static crypto_mech_name_t ecc_mechs[] = { in kcf_soft_config_init()
145 static crypto_mech_name_t sha1_mechs[] = { in kcf_soft_config_init()
[all …]
H A Dkcf_policy.c104 crypto_mech_name_t **array) in kcf_policy_remove_by_name()
146 crypto_mech_name_t **array) in kcf_policy_remove_by_dev()
241 crypto_mech_name_t *new_array, uint_t *prev_count, in kcf_policy_load_soft_disabled()
242 crypto_mech_name_t **prev_array) in kcf_policy_load_soft_disabled()
304 crypto_mech_name_t *new_array, uint_t *prev_count, in kcf_policy_load_dev_disabled()
305 crypto_mech_name_t **prev_array) in kcf_policy_load_dev_disabled()
390 kmem_free(desc->pd_disabled_mechs, sizeof (crypto_mech_name_t) * in kcf_policy_free_desc()
H A Dkcf_crypto.c50 uint_t *count, crypto_mech_name_t **array) in crypto_get_provider_mechanisms()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dioctladmin.h62 crypto_mech_name_t di_list[1];
69 crypto_mech_name_t si_list[1];
77 crypto_mech_name_t dd_list[1];
84 crypto_mech_name_t sd_list[1];
96 crypto_mech_name_t sc_list[1];
H A Dimpl.h340 #define KCF_CPU_PAD (128 - sizeof (crypto_mech_name_t) - \
350 crypto_mech_name_t me_name; /* mechanism name */
390 crypto_mech_name_t *pd_disabled_mechs;
422 crypto_mech_name_t *ce_mechs;
1293 uint_t *count, crypto_mech_name_t **list);
1307 crypto_mech_name_t **list);
1309 crypto_mech_name_t **list);
1311 crypto_mech_name_t *list);
1313 crypto_mech_name_t *list);
1316 crypto_mech_name_t *list);
[all …]
H A Dapi.h59 extern crypto_mech_type_t crypto_mech2id(crypto_mech_name_t name);
342 extern crypto_mech_name_t *crypto_get_mech_list(uint_t *count, int kmflag);
343 extern void crypto_free_mech_list(crypto_mech_name_t *mech_names,
367 crypto_mech_name_t ec_mech_name;
H A Dioctl.h1236 crypto_mech_name_t pm_list[1];
1242 crypto_mech_name_t mi_mechanism_name;
1318 crypto_mech_name_t pm_list[1];
1454 crypto_mech_name_t ml_list[1];
1459 crypto_mech_name_t mi_mechanism_name;
1470 crypto_mech_name_t ml_list[1];
1475 crypto_mech_name_t mi_mechanism_name;
H A Dcommon.h49 typedef char crypto_mech_name_t[CRYPTO_MAX_MECH_NAME]; typedef
H A Dspi.h659 crypto_mech_name_t cm_mech_name;
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcryptoadm.c63 extern void audit_cryptoadm(int, char *, crypto_mech_name_t *, uint_t,
361 crypto_mech_name_t *entries; in get_dev_info()
405 copyout_size = count * sizeof (crypto_mech_name_t); in get_dev_info()
432 crypto_mech_name_t *entries; in get_soft_info()
473 copyout_size = count * sizeof (crypto_mech_name_t); in get_soft_info()
499 crypto_mech_name_t *entries; in load_dev_disabled()
536 size = count * sizeof (crypto_mech_name_t); in load_dev_disabled()
575 crypto_mech_name_t *entries; in load_soft_disabled()
614 size = count * sizeof (crypto_mech_name_t); in load_soft_disabled()
655 crypto_mech_name_t *entries; in load_soft_config()
[all …]
H A Dcrypto.c982 crypto_mech_name_t *entries; in get_mechanism_list()
1021 copyout_size = count * sizeof (crypto_mech_name_t); in get_mechanism_list()
1086 crypto_mech_name_t mech_name; in get_all_mechanism_info()
1516 crypto_mech_name_t *entries; in get_provider_mechanisms()
1583 copyout_size = count * sizeof (crypto_mech_name_t); in get_provider_mechanisms()
/titanic_50/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_ioctl.c65 extra_mech_size = sizeof (crypto_mech_name_t) * in setup_soft_conf()
110 extra_mech_size = sizeof (crypto_mech_name_t) * in setup_soft_dis()
163 extra_mech_size = sizeof (crypto_mech_name_t) * in setup_dev_dis()
233 extra_mech_size = sizeof (crypto_mech_name_t) * (count - 1); in setup_get_soft_info()
338 sizeof (crypto_mech_name_t) * (count - 1)); in get_dev_info()
/titanic_50/usr/src/uts/common/sys/
H A Dlofi.h140 crypto_mech_name_t li_cipher; /* for data */
143 crypto_mech_name_t li_iv_cipher; /* for iv derivation */
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c114 crypto_mech_name_t *
120 crypto_mech_name_t *mech_name_tab, *tmp_mech_name_tab; in crypto_get_mech_list()
291 crypto_free_mech_list(crypto_mech_name_t *mech_names, uint_t count) in crypto_free_mech_list()
/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c268 (tmp.pm_count - 1) * sizeof (crypto_mech_name_t); in C_GetMechanismList()
294 sizeof (crypto_mech_name_t)); in C_GetMechanismList()
/titanic_50/usr/src/uts/common/inet/kssl/
H A Dkssl.c410 is_in_mechlist(char *name, crypto_mech_name_t *mechs, int count) in is_in_mechlist()
435 crypto_mech_name_t *mechs; in kssl_event_callback()
H A Dksslioctl.c407 crypto_mech_name_t *mechs; in create_kssl_entry()
/titanic_50/usr/src/uts/common/c2/
H A Daudit.h507 void audit_cryptoadm(int, char *, crypto_mech_name_t *,
H A Daudit.c1797 audit_cryptoadm(int cmd, char *module_name, crypto_mech_name_t *mech_names, in audit_cryptoadm()
/titanic_50/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c357 prt_mechs(int count, crypto_mech_name_t *mechs) in prt_mechs()
/titanic_50/usr/src/uts/common/inet/
H A Dsadb.h880 crypto_mech_name_t alg_mech_name; /* KCF mechanism name */
/titanic_50/usr/src/cmd/lofiadm/
H A Dmain.c602 sizeof (crypto_mech_name_t) * (count - 1)); in kernel_cipher_check()
623 sizeof (crypto_mech_name_t) * (count - 1)); in kernel_cipher_check()
/titanic_50/usr/src/uts/common/io/tpm/
H A Dtpm.c2080 crypto_mech_name_t *rngmech; in tpmrng_register()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dspdsock.c3637 crypto_mech_name_t *mechs; in spdsock_merge_algs()
H A Dspd.c5038 crypto_mech_name_t *mechs; in ipsec_prov_update_callback_stack()