Home
last modified time | relevance | path

Searched refs:authsafe (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/common/net/wanboot/
H A Dp12auxutl.c115 PKCS7 *authsafe = NULL; in sunw_PKCS12_create() local
233 authsafe = PKCS12_pack_p7encdata(nid_cert, pass, -1, in sunw_PKCS12_create()
235 if (authsafe == NULL) { in sunw_PKCS12_create()
242 if (sk_PKCS7_push(safes, authsafe) == 0) { in sunw_PKCS12_create()
246 authsafe = NULL; in sunw_PKCS12_create()
311 authsafe = PKCS12_pack_p7data(bags); in sunw_PKCS12_create()
312 if (authsafe == NULL) { in sunw_PKCS12_create()
320 if (sk_PKCS7_push(safes, authsafe) == 0) { in sunw_PKCS12_create()
324 authsafe = NULL; in sunw_PKCS12_create()
368 if (authsafe != NULL) in sunw_PKCS12_create()
[all …]
/titanic_44/usr/src/lib/libpkg/common/
H A Dp12lib.c649 PKCS7 *authsafe = NULL; in sunw_PKCS12_create() local
767 authsafe = PKCS12_pack_p7encdata(nid_cert, pass, -1, in sunw_PKCS12_create()
769 if (authsafe == NULL) { in sunw_PKCS12_create()
776 if (sk_PKCS7_push(safes, authsafe) == 0) { in sunw_PKCS12_create()
780 authsafe = NULL; in sunw_PKCS12_create()
845 authsafe = PKCS12_pack_p7data(bags); in sunw_PKCS12_create()
846 if (authsafe == NULL) { in sunw_PKCS12_create()
854 if (sk_PKCS7_push(safes, authsafe) == 0) { in sunw_PKCS12_create()
858 authsafe = NULL; in sunw_PKCS12_create()
902 if (authsafe != NULL) in sunw_PKCS12_create()
[all …]