Searched defs:ivbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c1256 char ivbuf[1024]; /* should be big enough for any mech */ local
1315 ivbuf, wrap_info.iv_length) < 0) {
1330 wrappingMech.pParameter = ((wrap_info.iv_length > 0) ? ivbuf : NULL);

Completed in 79 milliseconds