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

  /external/chromium_org/third_party/libsrtp/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
  /external/srtp/crypto/include/
hmac.h 71 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets);
  /external/chromium_org/third_party/libsrtp/srtp/crypto/hash/
hmac.c 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { function
181 hmac_update(state, (const uint8_t*)message, msg_octets);
186 * function hmac_update() already did that for us
260 (auth_update_func) hmac_update,
  /external/srtp/crypto/hash/
hmac.c 158 hmac_update(hmac_ctx_t *state, const uint8_t *message, int msg_octets) { function
181 hmac_update(state, (const uint8_t*)message, msg_octets);
186 * function hmac_update() already did that for us
260 (auth_update_func) hmac_update,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/ae_xfm/
xfm.c 120 status = hmac_update(&hmac_ctx, clear, clear_len);
196 status = hmac_update(&hmac_ctx, clear, clear_len);
302 status = hmac_update(&hmac_ctx, clear, clear_len);
400 status = hmac_update(&hmac_ctx, clear, clear_len);
  /external/srtp/crypto/ae_xfm/
xfm.c 85 status = hmac_update(&hmac_ctx, clear, clear_len);
161 status = hmac_update(&hmac_ctx, clear, clear_len);
268 status = hmac_update(&hmac_ctx, clear, clear_len);
366 status = hmac_update(&hmac_ctx, clear, clear_len);

Completed in 74 milliseconds