Lines Matching defs:out_mech

4306 copyin_aes_ccm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4328 out_mech->cm_type = STRUCT_FGET(mech, cm_type);
4329 out_mech->cm_param = NULL;
4330 out_mech->cm_param_len = 0;
4335 out_mech->cm_param = NULL;
4364 out_mech->cm_param = NULL;
4371 out_mech->cm_param = NULL;
4375 out_mech->cm_param = (char *)aes_ccm_params;
4376 out_mech->cm_param_len = sizeof (CK_AES_CCM_PARAMS);
4392 copyin_aes_gcm_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4414 out_mech->cm_type = STRUCT_FGET(mech, cm_type);
4415 out_mech->cm_param = NULL;
4416 out_mech->cm_param_len = 0;
4421 out_mech->cm_param = NULL;
4447 out_mech->cm_param = NULL;
4454 out_mech->cm_param = NULL;
4458 out_mech->cm_param = (char *)aes_gcm_params;
4459 out_mech->cm_param_len = sizeof (CK_AES_GCM_PARAMS);
4467 copyin_aes_gmac_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4489 out_mech->cm_type = STRUCT_FGET(mech, cm_type);
4490 out_mech->cm_param = NULL;
4491 out_mech->cm_param_len = 0;
4496 out_mech->cm_param = NULL;
4519 out_mech->cm_param = NULL;
4526 out_mech->cm_param = NULL;
4530 out_mech->cm_param = (char *)aes_gmac_params;
4531 out_mech->cm_param_len = sizeof (CK_AES_GMAC_PARAMS);
4547 copyin_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4569 out_mech->cm_type = STRUCT_FGET(mech, cm_type);
4570 out_mech->cm_param = NULL;
4571 out_mech->cm_param_len = 0;
4574 out_mech->cm_param = NULL;
4588 out_mech->cm_param = (char *)aes_ctr_params;
4589 out_mech->cm_param_len = sizeof (CK_AES_CTR_PARAMS);
4597 copyin_ecc_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4619 out_mech->cm_type = STRUCT_FGET(mech, cm_type);
4620 out_mech->cm_param = NULL;
4621 out_mech->cm_param_len = 0;
4624 out_mech->cm_param = NULL;
4647 out_mech->cm_param = NULL;
4658 out_mech->cm_param = NULL;
4664 out_mech->cm_param = (char *)ecc_params;
4665 out_mech->cm_param_len = sizeof (CK_ECDH1_DERIVE_PARAMS);
4674 copyout_aes_ctr_mech(crypto_mechanism_t *in_mech, crypto_mechanism_t *out_mech,
4686 bcopy(out_mech, STRUCT_BUF(mech), STRUCT_SIZE(mech));