Home
last modified time | relevance | path

Searched refs:crypto_mechanism_info_t (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c615 init_mechanism_info(crypto_mechanism_info_t *mech_info, in init_mechanism_info()
643 crypto_mechanism_info_t **mech_infos, uint_t *num_mech_infos, in crypto_get_all_mech_info()
650 crypto_mechanism_info_t *infos; in crypto_get_all_mech_info()
671 infos_size = ninfos * sizeof (crypto_mechanism_info_t); in crypto_get_all_mech_info()
708 crypto_free_all_mech_info(crypto_mechanism_info_t *mech_infos, uint_t count) in crypto_free_all_mech_info()
711 kmem_free(mech_infos, count * sizeof (crypto_mechanism_info_t)); in crypto_free_all_mech_info()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h402 } crypto_mechanism_info_t; typedef
416 crypto_mechanism_info_t **, uint_t *, int);
417 extern void crypto_free_all_mech_info(crypto_mechanism_info_t *, uint_t);
H A Dioctl.h1461 crypto_mechanism_info_t mi_list[1];
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c751 sizeof (crypto_mechanism_info_t) * (count - 1)); in kernel_cipher_check()
772 sizeof (crypto_mechanism_info_t) * (count - 1)); in kernel_cipher_check()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c4707 crypto_mechanism_info_t *mech_infos; in ipsec_alg_fix_min_max()
4808 kmem_free(mech_infos, sizeof (crypto_mechanism_info_t) * in ipsec_alg_fix_min_max()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1053 crypto_mechanism_info_t *k_minfos, caddr_t u_minfos) in copyout_mechinfos()
1100 crypto_mechanism_info_t *mech_infos = NULL; in get_all_mechanism_info()