SUN_CKM_AES_CCM
.mechname = SUN_CKM_AES_CCM,
(void) strncpy(kcf_cipher_mechs_tab[9].me_name, SUN_CKM_AES_CCM,
{SUN_CKM_AES_CCM, AES_CCM_MECH_INFO_TYPE,
{SUN_CKM_AES_CCM, AES_CCM_MECH_INFO_TYPE,
return (find_mech(mech, SUN_CKM_AES_CCM));
return (find_mech(mech, SUN_CKM_AES_CCM));
{SUN_CKM_AES_CCM, ZC_TYPE_CCM, 16, "aes-128-ccm"},
{SUN_CKM_AES_CCM, ZC_TYPE_CCM, 24, "aes-192-ccm"},
{SUN_CKM_AES_CCM, ZC_TYPE_CCM, 32, "aes-256-ccm"},
(void) crypto_mech2id(SUN_CKM_AES_CCM); /* Load AES-CCM */
mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM);
mech.cm_type = crypto_mech2id(SUN_CKM_AES_CCM);