HomeSort by relevance Sort by last modified time
    Searched full:unicodepw (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 162 SECItem unicodePw;
167 unicodePw.type = siBuffer;
168 unicodePw.len = 0;
169 unicodePw.data = NULL;
171 unicodeToItem(password.c_str(), &unicodePw);
175 dcx = SEC_PKCS12DecoderStart(&unicodePw, slot,
296 SECITEM_ZfreeItem(&unicodePw, PR_FALSE);
397 SECItem unicodePw;
398 unicodePw.type = siBuffer;
399 unicodePw.len = 0
    [all...]

Completed in 675 milliseconds