Searched refs:combined_mech (Results 1 – 2 of 2) sorted by relevance
8059 crypto_mechanism_t *combined_mech; local8062 combined_mech = (crypto_mechanism_t *)cm_mech;8063 params = (CK_AES_CCM_PARAMS *)(combined_mech + 1);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;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;8099 crypto_mechanism_t *combined_mech; local[all …]
51 crypto_mechanism_t combined_mech; member