Home
last modified time | relevance | path

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

/aoo4110/main/xmlsecurity/source/xmlsec/nss/
H A Dsecurityenvironment_nssimpl.cxx464 PK11SymKey * pSymKey = NULL; in updateSlots() local
492 pSymKey = PK11_KeyGen( pSlot , CKM_DES3_CBC, NULL, 128, NULL ) ; in updateSlots()
503 if (pSymKey != NULL) in updateSlots()
505 adoptSymKey( pSymKey ) ; in updateSlots()
506 PK11_FreeSymKey( pSymKey ) ; in updateSlots()
507 pSymKey = NULL; in updateSlots()

Completed in 24 milliseconds