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

/illumos-gate/usr/src/common/net/wanboot/
H A Dauxutil.c468 * get_key_cert - Get a cert and its matching key from the stacks of certs
495 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, function
/illumos-gate/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);
1634 retval = get_key_cert(n, work_kl, pkey, work_cl, cert);
1654 retval = get_key_cert(0, tmpk, pkey, tmpc, cert);
2227 * get_key_cert - Get a cert and its matching key from the stacks of certs
2254 get_key_cert(int n, STACK_OF(EVP_PKEY) *kl, EVP_PKEY **pkey, STACK_OF(X509) *cl, function

Completed in 69 milliseconds