Searched refs:ctx1 (Results 1 - 4 of 4) sorted by relevance
| /illumos-gate/usr/src/lib/crypt_modules/bsdmd5/ |
| H A D | bsdmd5.c | 80 MD5_CTX ctx, ctx1; local 109 MD5Init(&ctx1); 110 MD5Update(&ctx1, (uchar_t *)plaintext, strlen(plaintext)); 111 MD5Update(&ctx1, sp, sl); 112 MD5Update(&ctx1, (uchar_t *)plaintext, strlen(plaintext)); 113 MD5Final(final, &ctx1); 142 MD5Init(&ctx1); 144 MD5Update(&ctx1, (uchar_t *)plaintext, 147 MD5Update(&ctx1, final, 16); 150 MD5Update(&ctx1, s [all...] |
| /illumos-gate/usr/src/uts/sun4v/vm/ |
| H A D | mach_sfmmu.h | 517 * 1. Get ctx1. The traptype is supplied by caller. 522 #define SAVE_CTX1(traptype, ctx1, tmp, label) \ 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 D | unwind.c | 161 copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2) argument 163 if (ctx1 != ctx2) { 164 (void) memcpy(ctx2, ctx1, sizeof (*ctx2));
|
| /illumos-gate/usr/src/cmd/nscd/ |
| H A D | cache.c | 965 nsc_ctx_t *ctx1; local 975 rc = get_cache_ctx(dbname, &ctx1); 986 ctx_info(ctx1);
|
Completed in 78 milliseconds