Searched refs:p8new (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 150 X509_SIG *p8new; in newpass_bag() local 164 p8new = PKCS8_encrypt(p8_nid, NULL, newpass, -1, NULL, p8_saltlen, in newpass_bag() 167 if (p8new == NULL) in newpass_bag() 170 bag->value.shkeybag = p8new; in newpass_bag()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_npas.c | 150 X509_SIG *p8new; in newpass_bag() local 164 p8new = PKCS8_encrypt(p8_nid, NULL, newpass, -1, NULL, p8_saltlen, in newpass_bag() 167 if (p8new == NULL) in newpass_bag() 170 bag->value.shkeybag = p8new; in newpass_bag()
|
Completed in 2 milliseconds