Home | History | Annotate | Download | only in crypto

Lines Matching refs:permanent

55                           false /* not permanent */,
63 false /* not permanent */,
71 true /* permanent */,
79 true /* permanent */,
204 bool permanent,
207 if (permanent) {
217 ScopedPK11Slot slot(permanent ? GetPrivateNSSKeySlot() :
229 permanent,
240 const std::vector<uint8>& input, bool permanent, bool sensitive) {
242 if (permanent) {
255 ScopedPK11Slot slot(permanent ? GetPrivateNSSKeySlot() :
268 slot.get(), &der_private_key_info, NULL, NULL, permanent, sensitive,