Home
last modified time | relevance | path

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

/dports/security/softhsm2/softhsm-2.6.1/src/lib/
H A DP11Attributes.cpp45 osobject = inobject; in P11Attribute()
68 osobject->setAttribute(type, value); in updateAttr()
111 if (osobject == NULL) return false; in init()
234 if (osobject == NULL) { in retrieve()
381 if (osobject == NULL) { in update()
839 osobject->setAttribute(type, value); in updateAttr()
895 osobject->setAttribute(type, value); in updateAttr()
957 osobject->setAttribute(type, value); in updateAttr()
1941 osobject->setAttribute(type, value); in updateAttr()
2381 osobject->setAttribute(type, data); in updateAttr()
[all …]
H A DP11Objects.cpp42 osobject = NULL; in P11Object()
69 osobject = inobject; in init()
192 if (osobject == NULL) in saveTemplate()
194 if (osobject->startTransaction() == false) in saveTemplate()
201 osobject->abortTransaction(); in saveTemplate()
213 osobject->abortTransaction(); in saveTemplate()
229 osobject->abortTransaction(); in saveTemplate()
237 osobject->abortTransaction(); in saveTemplate()
295 if (osobject->commitTransaction() == false) in saveTemplate()
484 P11Attribute* attrID = new P11AttrID(osobject); in init()
[all …]
H A DSoftHSM.cpp6904 if (osobject == NULL_PTR || !osobject->isValid()) in C_UnwrapKey()
7355 if (osobject == NULL_PTR || !osobject->isValid()) { in generateGeneric()
7545 if (osobject == NULL_PTR || !osobject->isValid()) { in generateAES()
7712 if (osobject == NULL_PTR || !osobject->isValid()) { in generateDES()
7879 if (osobject == NULL_PTR || !osobject->isValid()) { in generateDES2()
8046 if (osobject == NULL_PTR || !osobject->isValid()) { in generateDES3()
8774 if (osobject == NULL_PTR || !osobject->isValid()) { in generateDSAParameters()
9699 if (osobject == NULL_PTR || !osobject->isValid()) { in generateDHParameters()
10208 if (osobject == NULL_PTR || !osobject->isValid()) { in deriveDH()
10542 if (osobject == NULL_PTR || !osobject->isValid()) { in deriveECDH()
[all …]
H A DP11Objects.h53 OSObject* osobject; variable
H A DP11Attributes.h108 OSObject* osobject; variable