Home
last modified time | relevance | path

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

/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A DSoftHSM.cpp6843 OSAttribute unwrapAttr = unwrapKey->getAttribute(CKA_UNWRAP_TEMPLATE); in C_UnwrapKey() local
6845 if (unwrapAttr.isAttributeMapAttribute()) in C_UnwrapKey()
6849 const attrmap_type& map = unwrapAttr.getAttributeMapValue(); in C_UnwrapKey()