Searched refs:cm_param (Results 26 - 31 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDigest.c92 digest_init.di_mech.cm_param = pMechanism->pParameter;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c2118 param = STRUCT_FGETP(mech, cm_param);
2121 out_mech->cm_param = NULL;
2138 out_mech->cm_param = kmem_alloc(param_len, KM_SLEEP);
2139 if (copyin((char *)param, out_mech->cm_param, param_len) != 0) {
2140 kmem_free(out_mech->cm_param, param_len);
2141 out_mech->cm_param = NULL;
2534 kmech->cm_param = NULL;
2584 if (mech->cm_param != NULL)
2585 kmem_free(mech->cm_param, mech->cm_param_len);
2590 if (mech->cm_param !
[all...]
H A Decc.c1191 ASSERT(IS_P2ALIGNED(mechanism->cm_param, sizeof (uint64_t)));
1193 mech_param = (CK_ECDH1_DERIVE_PARAMS *)mechanism->cm_param;
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/enc_provider/
H A Daes_provider.c214 mech.cm_param = local_iv_data;
217 mech.cm_param = ivec->data;
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c314 if (ipsa->ipsa_emech.cm_param != NULL)
315 kmem_free(ipsa->ipsa_emech.cm_param,
935 if (newbie->ipsa_amech.cm_param != NULL) {
936 newbie->ipsa_amech.cm_param =
3206 newbie->ipsa_amech.cm_param =
3259 newbie->ipsa_emech.cm_param = NULL;
7218 mech.cm_param = NULL;
7287 mech.cm_param = NULL;
7793 cm_mech->combined_mech.cm_param = (caddr_t)params;
7808 cm_mech->combined_mech.cm_param
[all...]
/illumos-gate/usr/src/uts/common/inet/kssl/
H A Dksslrec.c1549 spec->hmac_mech.cm_param = (caddr_t)&param;
1577 spec->cipher_mech.cm_param =
1600 spec->cipher_mech.cm_param += spec->cipher_bsize;

Completed in 77 milliseconds

12