Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c47 CK_ULONG iv_length; /* length of iv for mech */ member
1317 if (wrap_info.iv_length > 0) { in clone_by_wrap()
1319 ivbuf, wrap_info.iv_length) < 0) { in clone_by_wrap()
1334 wrappingMech.pParameter = ((wrap_info.iv_length > 0) ? ivbuf : NULL); in clone_by_wrap()
1335 wrappingMech.ulParameterLen = wrap_info.iv_length; in clone_by_wrap()