Home
last modified time | relevance | path

Searched refs:ctx2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c160 copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2) in copy_ctx() argument
162 if (ctx1 != ctx2) { in copy_ctx()
163 (void) memcpy(ctx2, ctx1, sizeof (*ctx2)); in copy_ctx()
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c992 nsc_ctx_t ctx2; in nsc_info() local
1021 ctx2.dbname = cache_name[i]; in nsc_info()
1022 ctx2.cfg = cfg[i]; in nsc_info()
1023 ctx2.stats = stats[i]; in nsc_info()
1024 ctx_info_nolock(&ctx2); in nsc_info()
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c986 EVP_MD_CTX *ctx = NULL, *ctx2 = NULL; in cms_signeddata_create() local
1157 ctx2 = EVP_MD_CTX_new(); in cms_signeddata_create()
1158 if (ctx2 == NULL) in cms_signeddata_create()
1160 EVP_MD_CTX_init(ctx2); in cms_signeddata_create()
1163 EVP_DigestInit_ex(ctx2, md_tmp, NULL); in cms_signeddata_create()
1166 EVP_DigestUpdate(ctx2, abuf, alen); in cms_signeddata_create()
1167 EVP_DigestFinal_ex(ctx2, md_data2, &md_len2); in cms_signeddata_create()
1168 EVP_MD_CTX_free(ctx2); in cms_signeddata_create()
1169 ctx2 = NULL; in cms_signeddata_create()
1289 if (ctx2 != NULL) in cms_signeddata_create()
[all …]