Lines Matching defs:authsafe
649 PKCS7 *authsafe = NULL;
766 /* Turn certbags into encrypted authsafe */
767 authsafe = PKCS12_pack_p7encdata(nid_cert, pass, -1,
769 if (authsafe == NULL) {
776 if (sk_PKCS7_push(safes, authsafe) == 0) {
780 authsafe = NULL;
844 /* Turn into unencrypted authsafe */
845 authsafe = PKCS12_pack_p7data(bags);
846 if (authsafe == NULL) {
854 if (sk_PKCS7_push(safes, authsafe) == 0) {
858 authsafe = NULL;
902 if (authsafe != NULL)
903 PKCS7_free(authsafe);