Home
last modified time | relevance | path

Searched refs:mechp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/crypto/
H A Dops_impl.h371 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 …]
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c7425 crypto_mechanism_t *mechp; in dprov_key_task() local
7439 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() local
7613 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() local
7804 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 …]
/titanic_41/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c2706 __kgss_reset_mech(gss_mechanism *mechp, gss_OID mech_oid) in __kgss_reset_mech() argument
2717 *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()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c5174 CK_MECHANISM_TYPE_PTR mechp = NULL; local
5241 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);