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

/opensolaris-onvv-gate/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);
412 retval = get_key_cert(n, work_kl, pkey, work_cl, cert);
432 retval = get_key_cert(0, tmpk, pkey, tmpc, cert);
H A Dauxutil.c460 * get_key_cert - Get a cert and its matching key from the stacks of certs
487 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, function
/opensolaris-onvv-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c201 static int get_key_cert(int, STACK_OF(EVP_PKEY) *, EVP_PKEY **,
1607 retval = get_key_cert(0, work_kl, pkey, work_cl, cert);
1626 retval = get_key_cert(n, work_kl, pkey, work_cl, cert);
1646 retval = get_key_cert(0, tmpk, pkey, tmpc, cert);
2219 * get_key_cert - Get a cert and its matching key from the stacks of certs
2246 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, function

Completed in 105 milliseconds