Lines Matching defs:mech_props
90 struct crypto_mech_data *mech_props,
99 randkey = PK11_KeyGen(slot, mech_props->cipher,
100 NULL, mech_props->keylen, NULL);
149 struct crypto_mech_data *mech_props,
163 cctx->slot = PK11_GetBestSlot(mech_props->cipher, NULL);
183 mech_props, &cctx->key);
204 mech_props, &cctx->iv);
220 int nss_crypto_init(struct crypto_mech_data *mech_props,
242 cctx->keyobj = PK11_ImportSymKey(cctx->slot, mech_props->cipher,
253 cctx->sparam = PK11_ParamFromIV(mech_props->cipher, cctx->iv);
272 cctx->ectx = PK11_CreateContextBySymKey(mech_props->cipher, op,