HomeSort by relevance Sort by last modified time
    Searched refs:init_ctx (Results 1 - 4 of 4) sorted by null

  /external/srtp/crypto/include/
hmac.h 55 sha1_ctx_t init_ctx; member in struct:__anon23408
  /external/srtp/crypto/hash/
hmac.c 140 sha1_init(&state->init_ctx);
143 sha1_update(&state->init_ctx, ipad, 64);
144 memcpy(&state->ctx, &state->init_ctx, sizeof(sha1_ctx_t));
152 memcpy(&state->ctx, &state->init_ctx, sizeof(sha1_ctx_t));
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 70 static void init_ctx(struct context *ctx) function
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 2912 static int init_ctx(struct hs20_osu_client *ctx) function
    [all...]

Completed in 77 milliseconds