OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_slot_
(Results
1 - 1
of
1
) sorted by null
/external/chromium/crypto/
nss_util.cc
264
test_slot_
= OpenUserDB(path, description);
265
return !!
test_slot_
;
269
if (
test_slot_
) {
270
SECStatus status = SECMOD_CloseUserDB(
test_slot_
);
273
PK11_FreeSlot(
test_slot_
);
274
test_slot_
= NULL;
279
if (
test_slot_
)
280
return PK11_ReferenceSlot(
test_slot_
);
287
if (
test_slot_
)
288
return PK11_ReferenceSlot(
test_slot_
);
556
PK11SlotInfo*
test_slot_
;
member in class:crypto::__anon3883::NSSInitSingleton
[
all
...]
Completed in 37 milliseconds