Searched defs:parse_outer (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12auxpars.c112 * - for parse_outer vs. parse_pk12() (from the openssl source base):
141 static int parse_outer(PKCS12 *, const char *, STACK_OF(EVP_PKEY) *,
519 if (parse_outer(p12, pass, work_kl, work_ca) == 0) {
539 * parse_outer - Unpack the outer PKCS#12 structure and go through the
553 parse_outer(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) *kl, function
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c124 { ERR_PACK(0, SUNW_F_PARSE_OUTER, 0), "parse_outer" },
187 static int parse_outer(PKCS12 *, const char *, STACK_OF(EVP_PKEY) *,
476 if (parse_outer(p12, pass, work_kl, work_ca) == 0) {
1697 * parse_outer - Unpack the outer PKCS#12 structure and go through the
1711 parse_outer(PKCS12 *p12, const char *pass, STACK_OF(EVP_PKEY) *kl, function

Completed in 63 milliseconds