Home
last modified time | relevance | path

Searched refs:ctx1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/bsdmd5/
H A Dbsdmd5.c80 MD5_CTX ctx, ctx1; in crypt_genhash_impl() local
109 MD5Init(&ctx1); in crypt_genhash_impl()
111 MD5Update(&ctx1, sp, sl); in crypt_genhash_impl()
113 MD5Final(final, &ctx1); in crypt_genhash_impl()
142 MD5Init(&ctx1); in crypt_genhash_impl()
144 MD5Update(&ctx1, (uchar_t *)plaintext, in crypt_genhash_impl()
147 MD5Update(&ctx1, final, 16); in crypt_genhash_impl()
150 MD5Update(&ctx1, sp, sl); in crypt_genhash_impl()
153 MD5Update(&ctx1, (uchar_t *)plaintext, in crypt_genhash_impl()
157 MD5Update(&ctx1, final, 16); in crypt_genhash_impl()
[all …]
/illumos-gate/usr/src/uts/sun4v/vm/
H A Dmach_sfmmu.h522 #define SAVE_CTX1(traptype, ctx1, tmp, label) \ argument
525 ldxa [tmp]ASI_MMU_CTX, ctx1 ;\
529 stx ctx1, [tmp + MMFSA_I_CTX] ;\
532 stx ctx1, [tmp + MMFSA_I_CTX] ;\
533 stx ctx1, [tmp + MMFSA_D_CTX] ;\
/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.c991 nsc_ctx_t *ctx1; in nsc_info() local
1001 rc = get_cache_ctx(dbname, &ctx1); in nsc_info()
1012 ctx_info(ctx1); in nsc_info()