Searched refs:sparam (Results 1 - 2 of 2) sorted by relevance

/sssd-io/src/util/crypto/nss/
H A Dnss_util.c81 if (cctx->sparam) SECITEM_FreeItem(cctx->sparam, PR_TRUE);
253 cctx->sparam = PK11_ParamFromIV(mech_props->cipher, cctx->iv);
254 if (cctx->sparam == NULL) {
262 cctx->sparam = SECITEM_AllocItem(NULL, NULL, 0);
263 if (cctx->sparam == NULL) {
268 MAKE_SECITEM(NULL, 0, cctx->sparam);
273 cctx->keyobj, cctx->sparam);
H A Dnss_crypto.h41 SECItem *sparam; member in struct:sss_nss_crypto_ctx

Completed in 6 milliseconds