Search completed in 0.95 seconds.
3 results for "NSC_InitToken":
NSC_InitToken
MozillaProjectsNSSReferenceNSC InitToken
name nsc_inittoken() - initialize or re-initialize a token.
... syntax ck_rv nsc_inittoken( ck_slot_id slotid, ck_char_ptr ppin, ck_ulong ulpinlen, ck_char_ptr plabel ); parameters nsc_inittoken() has the following parameters: slotid the id of the token's slot ppin the password of the security officer (so) ulpinlen the length in bytes of the so password plabel points to the label of the token, which must be padded with spaces to 32 bytes and not be null-terminated description nsc_inittoken() initializes a brand new token or re-initializes a token that was initialized before.
... specifically, nsc_inittoken() initializes or clears the key database, removes the password, and then marks all the user certs in the certificate database as non-user certs.
...And 5 more matches
Index
MozillaProjectsNSSIndex
297 nsc_inittoken nss no summary!
FC_InitToken
MozillaProjectsNSSReferenceFC InitToken
see also fc_initpin, nsc_inittoken ...