Searched defs:authsafe (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12auxutl.c | 115 PKCS7 *authsafe = NULL; local 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) [all...] |
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 649 PKCS7 *authsafe = NULL; local 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) [all...] |
Completed in 57 milliseconds