Home
last modified time | relevance | path

Searched refs:get_key_cert (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/common/net/wanboot/
H A Dauxutil.h31 int get_key_cert(int, STACK_OF(EVP_PKEY) *, EVP_PKEY **, STACK_OF(X509) *,
H A Dp12auxpars.c393 retval = get_key_cert(0, work_kl, pkey, work_cl, cert); in parse_pkcs12()
412 retval = get_key_cert(n, work_kl, pkey, work_cl, cert); in parse_pkcs12()
432 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12()
H A Dauxutil.c495 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, function
/titanic_50/usr/src/lib/libpkg/common/
H A Dp12lib.c205 static int get_key_cert(int, STACK_OF(EVP_PKEY) *, EVP_PKEY **,
1615 retval = get_key_cert(0, work_kl, pkey, work_cl, cert); in parse_pkcs12()
1634 retval = get_key_cert(n, work_kl, pkey, work_cl, cert); in parse_pkcs12()
1654 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12()
2254 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, in get_key_cert() function