Searched refs:pSymKey (Results 1 – 1 of 1) sorted by relevance
464 PK11SymKey * pSymKey = NULL; in updateSlots() local492 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 22 milliseconds