Home
last modified time | relevance | path

Searched refs:mech_names (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c469 mech_names = NULL; in crypto_get_dev_info()
483 mech_names, k)) in crypto_get_dev_info()
495 bcopy(mech_names, resized_array, in crypto_get_dev_info()
497 kmem_free(mech_names, in crypto_get_dev_info()
499 mech_names = resized_array; in crypto_get_dev_info()
505 *array = mech_names; in crypto_get_dev_info()
852 crypto_mech_name_t *mech_names; in dup_mech_names() local
863 if (mech_names == NULL) in dup_mech_names()
872 *array = mech_names; in dup_mech_names()
1007 if (mech_names == NULL) in crypto_build_permitted_mech_names()
[all …]
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c291 crypto_free_mech_list(crypto_mech_name_t *mech_names, uint_t count) in crypto_free_mech_list() argument
293 if ((mech_names != NULL) && (count > 0)) in crypto_free_mech_list()
294 kmem_free(mech_names, count * CRYPTO_MAX_MECH_NAME); in crypto_free_mech_list()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h343 extern void crypto_free_mech_list(crypto_mech_name_t *mech_names,
/illumos-gate/usr/src/uts/common/c2/
H A Daudit.c1856 audit_cryptoadm(int cmd, char *module_name, crypto_mech_name_t *mech_names, in audit_cryptoadm() argument
1984 n = snprintf(pb, l, "%s%s", mech_names[i], in audit_cryptoadm()