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 83 int uniplen; local
87 uniplen = 0;
88 } else if (!OPENSSL_asc2uni(pass, passlen, &unipass, &uniplen)) {
92 ret = PKCS12_key_gen_uni(unipass, uniplen, salt, saltlen,
97 OPENSSL_cleanse(unipass, uniplen); /* Clear password from memory */

Completed in 46 milliseconds