Searched refs:pSymKey (Results 1 – 1 of 1) sorted by relevance
463 PK11SymKey * pSymKey = NULL; in updateSlots() local491 pSymKey = PK11_KeyGen( pSlot , CKM_DES3_CBC, NULL, 128, NULL ) ; in updateSlots()502 if (pSymKey != NULL) in updateSlots()504 adoptSymKey( pSymKey ) ; in updateSlots()505 PK11_FreeSymKey( pSymKey ) ; in updateSlots()506 pSymKey = NULL; in updateSlots()