Searched refs:aes_ctr_params (Results 1 – 1 of 1) sorted by relevance
4552 CK_AES_CTR_PARAMS *aes_ctr_params; in copyin_aes_ctr_mech() local4579 aes_ctr_params = kmem_alloc(sizeof (CK_AES_CTR_PARAMS), in copyin_aes_ctr_mech()4581 if (aes_ctr_params == NULL) { in copyin_aes_ctr_mech()4585 aes_ctr_params->ulCounterBits = STRUCT_FGET(params, in copyin_aes_ctr_mech()4587 bcopy(STRUCT_FGETP(params, cb), aes_ctr_params->cb, 16); in copyin_aes_ctr_mech()4588 out_mech->cm_param = (char *)aes_ctr_params; in copyin_aes_ctr_mech()