HomeSort by: relevance | last modified time | path
    Searched refs:octx (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha256/
auth_hmacsha256.c 58 crypto_hash_sha256_init(&state->octx);
63 crypto_hash_sha256_update(&state->octx, pad, 64);
87 crypto_hash_sha256_update(&state->octx, ihash, 32);
88 crypto_hash_sha256_final(&state->octx, out);
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_auth/hmacsha512/
auth_hmacsha512.c 58 crypto_hash_sha512_init(&state->octx);
63 crypto_hash_sha512_update(&state->octx, pad, 128);
87 crypto_hash_sha512_update(&state->octx, ihash, 64);
88 crypto_hash_sha512_final(&state->octx, out);
  /src/tests/lib/libc/sys/
t_swapcontext.c 42 ucontext_t octx; variable
64 ATF_REQUIRE(swapcontext(&nctx, &octx));
93 ATF_REQUIRE(swapcontext(&octx, &nctx) == 0);
  /src/tests/lib/libpthread/
t_swapcontext.c 47 ucontext_t octx; variable
72 nctx.uc_link = &octx;
78 ATF_REQUIRE_MSG(swapcontext(&octx, &nctx) != -1, "swapcontext failed: %s",
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/
crypto_auth_hmacsha256.h 40 crypto_hash_sha256_state octx; member in struct:crypto_auth_hmacsha256_state
crypto_auth_hmacsha512.h 40 crypto_hash_sha512_state octx; member in struct:crypto_auth_hmacsha512_state
  /src/sys/arch/sparc/sparc/
cache.c 592 int i, ls, octx; local
599 octx = getcontext4m();
604 setcontext4m(octx);
618 int i, ls, octx; local
625 octx = getcontext4m();
630 setcontext4m(octx);
646 int i, ls, octx; local
653 octx = getcontext4m();
658 setcontext4m(octx);
670 int i, ls, octx; local
723 int octx; local
    [all...]
pmap.c 648 int opsr, octx; local
668 octx = getcontext4m(); /* save context */
674 setcontext4m(octx); /* restore context */
2321 int octx = getcontext4(); local
2324 setcontext4(octx);

Completed in 184 milliseconds