Searched refs:mech_names (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/crypto/core/ |
H A D | kcf_cryptoadm.c | 434 crypto_mech_name_t *mech_names, *resized_array; in crypto_get_dev_info() local 460 mech_names = NULL; in crypto_get_dev_info() 465 mech_names = kmem_alloc(max_count * sizeof (crypto_mech_name_t), in crypto_get_dev_info() 474 mech_names, k)) in crypto_get_dev_info() 477 &mech_names[k][0], sizeof (crypto_mech_name_t)); in crypto_get_dev_info() 486 bcopy(mech_names, resized_array, in crypto_get_dev_info() 488 kmem_free(mech_names, in crypto_get_dev_info() 490 mech_names = resized_array; in crypto_get_dev_info() 496 *array = mech_names; in crypto_get_dev_info() 843 crypto_mech_name_t *mech_names; in dup_mech_names() local [all …]
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 291 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()
|
/titanic_44/usr/src/uts/common/sys/crypto/ |
H A D | api.h | 343 extern void crypto_free_mech_list(crypto_mech_name_t *mech_names,
|
/titanic_44/usr/src/uts/common/c2/ |
H A D | audit.c | 1797 audit_cryptoadm(int cmd, char *module_name, crypto_mech_name_t *mech_names, in audit_cryptoadm() argument 1925 n = snprintf(pb, l, "%s%s", mech_names[i], in audit_cryptoadm()
|