Searched defs:combined_mech (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h49 crypto_mechanism_t combined_mech; member in struct:ipsa_cm_mech_s
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c7778 crypto_mechanism_t *combined_mech; local
7781 combined_mech = (crypto_mechanism_t *)cm_mech;
7782 params = (CK_AES_CCM_PARAMS *)(combined_mech + 1);
7791 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
7792 cm_mech->combined_mech.cm_param_len = sizeof (CK_AES_CCM_PARAMS);
7793 cm_mech->combined_mech.cm_param = (caddr_t)params;
7806 cm_mech->combined_mech.cm_type = assoc->ipsa_emech.cm_type;
7807 cm_mech->combined_mech.cm_param_len = 0;
7808 cm_mech->combined_mech.cm_param = NULL;
7818 crypto_mechanism_t *combined_mech; local
[all...]

Completed in 61 milliseconds