Searched refs:get_key_cert (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | auxutil.h | 31 int get_key_cert(int, STACK_OF(EVP_PKEY) *, EVP_PKEY **, STACK_OF(X509) *,
|
H A D | p12auxpars.c | 393 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 D | auxutil.c | 468 * 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 D | p12lib.c | 205 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 75 milliseconds