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

  /external/openssl/crypto/pkcs12/
p12_key.c 89 int uniplen; local
92 uniplen = 0;
93 } else if (!asc2uni(pass, passlen, &unipass, &uniplen)) {
97 ret = PKCS12_key_gen_uni(unipass, uniplen, salt, saltlen,
100 OPENSSL_cleanse(unipass, uniplen); /* Clear password from memory */

Completed in 22 milliseconds