Searched refs:unipass (Results 1 – 1 of 1) sorted by relevance
/openssl/crypto/pkcs12/ |
H A D | p12_key.c | 25 unsigned char *unipass; in PKCS12_key_gen_asc_ex() local 29 unipass = NULL; in PKCS12_key_gen_asc_ex() 31 } else if (!OPENSSL_asc2uni(pass, passlen, &unipass, &uniplen)) { in PKCS12_key_gen_asc_ex() 35 ret = PKCS12_key_gen_uni_ex(unipass, uniplen, salt, saltlen, id, iter, in PKCS12_key_gen_asc_ex() 37 OPENSSL_clear_free(unipass, uniplen); in PKCS12_key_gen_asc_ex() 55 unsigned char *unipass; in PKCS12_key_gen_utf8_ex() local 59 unipass = NULL; in PKCS12_key_gen_utf8_ex() 61 } else if (!OPENSSL_utf82uni(pass, passlen, &unipass, &uniplen)) { in PKCS12_key_gen_utf8_ex() 65 ret = PKCS12_key_gen_uni_ex(unipass, uniplen, salt, saltlen, id, iter, in PKCS12_key_gen_utf8_ex() 67 OPENSSL_clear_free(unipass, uniplen); in PKCS12_key_gen_utf8_ex()
|
Completed in 4 milliseconds