Lines Matching defs:authsafe
115 PKCS7 *authsafe = NULL;
232 /* Turn certbags into encrypted authsafe */
233 authsafe = PKCS12_pack_p7encdata(nid_cert, pass, -1,
235 if (authsafe == NULL) {
242 if (sk_PKCS7_push(safes, authsafe) == 0) {
246 authsafe = NULL;
310 /* Turn into unencrypted authsafe */
311 authsafe = PKCS12_pack_p7data(bags);
312 if (authsafe == NULL) {
320 if (sk_PKCS7_push(safes, authsafe) == 0) {
324 authsafe = NULL;
368 if (authsafe != NULL)
369 PKCS7_free(authsafe);