Searched refs:mechp (Results 1 – 4 of 4) sorted by relevance
371 crypto_mechanism_t *mechp = _mech; \376 if (mechp != NULL) { \377 dops->do_mech = *mechp; \378 dops->do_framework_mechtype = mechp->cm_type; \388 crypto_mechanism_t *mechp = _mech; \393 if (mechp != NULL) { \394 mops->mo_mech = *mechp; \395 mops->mo_framework_mechtype = mechp->cm_type; \406 crypto_mechanism_t *mechp = _mech; \411 if (mechp != NULL) { \[all …]
7425 crypto_mechanism_t *mechp; in dprov_key_task() local7439 mechp = taskq_req->dr_key_req.kr_mechanism; in dprov_key_task()7454 switch (mechp->cm_type) { in dprov_key_task()7594 crypto_mechanism_t *mechp; in dprov_key_task() local7613 mechp = taskq_req->dr_key_req.kr_mechanism; in dprov_key_task()7643 switch (mechp->cm_type) { in dprov_key_task()7791 crypto_mechanism_t mech, *mechp; in dprov_key_task() local7804 mechp = taskq_req->dr_key_req.kr_mechanism; in dprov_key_task()7806 mech = *mechp; in dprov_key_task()7826 if ((error = dprov_get_sw_prov(mechp, &pd, in dprov_key_task()[all …]
2706 __kgss_reset_mech(gss_mechanism *mechp, gss_OID mech_oid) in __kgss_reset_mech() argument2717 *mechp = mech; in __kgss_reset_mech()2746 *mechp = mech; in __kgss_reset_mech()2767 *mechp = mech; in __kgss_reset_mech()2793 *mechp = mech; in __kgss_reset_mech()
5174 CK_MECHANISM_TYPE_PTR mechp = NULL; local5241 mechp = (CK_MECHANISM_TYPE_PTR) malloc(count * sizeof (CK_MECHANISM_TYPE));5242 if (mechp == NULL)5245 mechp, &count)) != CKR_OK) {5246 free(mechp);5251 mechp[i], &info)) != CKR_OK) {5252 free(mechp);5256 pkiDebug("mech %x flags %x\n", (int) mechp[i], (int) info.flags);5260 if (mechp[i] == CKM_RSA_PKCS) {5266 free(mechp);