Lines Matching refs:cm_mech
8056 ipsa_cm_mech_t *cm_mech, crypto_data_t *crypto_data) argument
8062 combined_mech = (crypto_mechanism_t *)cm_mech;
8072 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
8073 cm_mech->combined_mech.cm_param_len = sizeof (CK_AES_CCM_PARAMS);
8074 cm_mech->combined_mech.cm_param = (caddr_t)params;
8085 ipsa_cm_mech_t *cm_mech, crypto_data_t *crypto_data) argument
8087 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
8088 cm_mech->combined_mech.cm_param_len = 0;
8089 cm_mech->combined_mech.cm_param = NULL;
8096 ipsa_cm_mech_t *cm_mech, crypto_data_t *crypto_data) argument
8102 combined_mech = (crypto_mechanism_t *)cm_mech;
8113 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
8114 cm_mech->combined_mech.cm_param_len = sizeof (CK_AES_GCM_PARAMS);
8115 cm_mech->combined_mech.cm_param = (caddr_t)params;