Searched refs:get_key_cert (Results 1 – 4 of 4) sorted by relevance
/titanic_50/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); 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 D | auxutil.c | 495 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 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); 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
|