OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 364 milliseconds