Searched refs:tmpk (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/net/wanboot/ |
H A D | p12misc.c | 759 EVP_PKEY *tmpk; in sunw_append_keys() local 763 tmpk = sk_EVP_PKEY_delete(src, 0); in sunw_append_keys() 764 if (sk_EVP_PKEY_push(dst, tmpk) == 0) { in sunw_append_keys() 765 sunw_evp_pkey_free(tmpk); in sunw_append_keys()
|
H A D | p12auxpars.c | 422 STACK_OF(EVP_PKEY) *tmpk; in parse_pkcs12() 429 tmpk = work_kl; in parse_pkcs12() 431 tmpk = nocerts; in parse_pkcs12() 432 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12()
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 1644 STACK_OF(EVP_PKEY) *tmpk; in parse_pkcs12() 1651 tmpk = work_kl; in parse_pkcs12() 1653 tmpk = nocerts; in parse_pkcs12() 1654 retval = get_key_cert(0, tmpk, pkey, tmpc, cert); in parse_pkcs12() 2179 EVP_PKEY *tmpk; in sunw_append_keys() local 2183 tmpk = sk_EVP_PKEY_delete(src, 0); in sunw_append_keys() 2184 if (sk_EVP_PKEY_push(dst, tmpk) == 0) { in sunw_append_keys() 2185 sunw_evp_pkey_free(tmpk); in sunw_append_keys()
|