Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c161 copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2) in copy_ctx() argument
163 if (ctx1 != ctx2) { in copy_ctx()
164 (void) memcpy(ctx2, ctx1, sizeof (*ctx2)); in copy_ctx()
/titanic_41/usr/src/cmd/nscd/
H A Dcache.c966 nsc_ctx_t ctx2; in nsc_info() local
995 ctx2.dbname = cache_name[i]; in nsc_info()
996 ctx2.cfg = cfg[i]; in nsc_info()
997 ctx2.stats = stats[i]; in nsc_info()
998 ctx_info_nolock(&ctx2); in nsc_info()
/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c861 EVP_MD_CTX ctx, ctx2; in cms_signeddata_create() local
1022 EVP_MD_CTX_init(&ctx2); in cms_signeddata_create()
1025 EVP_DigestInit_ex(&ctx2, md_tmp, NULL); in cms_signeddata_create()
1027 EVP_DigestInit_ex(&ctx2, EVP_sha1(), NULL); in cms_signeddata_create()
1028 EVP_DigestUpdate(&ctx2, abuf, alen); in cms_signeddata_create()
1029 EVP_DigestFinal_ex(&ctx2, md_data2, &md_len2); in cms_signeddata_create()
1167 EVP_MD_CTX_cleanup(&ctx2); in cms_signeddata_create()