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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
hmac.h 55 sha1_ctx_t init_ctx; member in struct:__anon17445
  /external/chromium_org/third_party/libsrtp/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/openssl/apps/
pkeyutl.c 75 static EVP_PKEY_CTX *init_ctx(int *pkeysize,
140 ctx = init_ctx(&keysize,
413 static EVP_PKEY_CTX *init_ctx(int *pkeysize, function
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/trivial/
compute.c 70 static void init_ctx(struct context *ctx) function
    [all...]
  /external/mesa3d/src/gallium/tests/trivial/
compute.c 70 static void init_ctx(struct context *ctx) function
    [all...]

Completed in 348 milliseconds