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

  /external/srtp/crypto/include/
hmac.h 55 sha1_ctx_t init_ctx; member in struct:__anon11428
  /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/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

Completed in 1857 milliseconds