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

  /external/srtp/crypto/include/
hmac.h 65 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len);
  /external/srtp/crypto/ae_xfm/
xfm.c 52 status = hmac_init(&hmac_ctx, key, KEY_LEN);
57 status = hmac_init(&hmac_ctx, key, KEY_LEN);
79 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
129 status = hmac_init(&hmac_ctx, key, KEY_LEN);
134 status = hmac_init(&hmac_ctx, key, KEY_LEN);
155 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
217 status = hmac_init(&hmac_ctx, key, KEY_LEN);
222 status = hmac_init(&hmac_ctx, key, KEY_LEN);
262 status = hmac_init(&hmac_ctx, mac_key, MAC_KEY_LEN);
330 status = hmac_init(&hmac_ctx, key, KEY_LEN)
    [all...]
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_file.c 52 if ((err = hmac_init(&hmac, hash, key, keylen)) != CRYPT_OK) {
hmac_memory.c 61 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) {
hmac_memory_multi.c 56 if ((err = hmac_init(hmac, hash, key, keylen)) != CRYPT_OK) {
hmac_init.c 14 @file hmac_init.c
30 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen) function
110 /* $Source: /cvs/libtom/libtomcrypt/src/mac/hmac/hmac_init.c,v $ */
  /external/srtp/crypto/hash/
hmac.c 112 hmac_init(hmac_ctx_t *state, const uint8_t *key, int key_len) { function
258 (auth_init_func) hmac_init,
  /external/dropbear/libtomcrypt/src/misc/pkcs5/
pkcs_5_2.c 78 if ((err = hmac_init(hmac, hash_idx, password, password_len)) != CRYPT_OK) {
  /external/dropbear/
packet.c 329 if (hmac_init(&hmac,
533 if (hmac_init(&hmac,
  /external/wpa_supplicant_8/src/crypto/
crypto_libtomcrypt.c 174 if (hmac_init(&ctx->u.hmac, find_hash("md5"), key, key_len) !=
179 if (hmac_init(&ctx->u.hmac, find_hash("sha1"), key, key_len) !=
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_mac.h 9 int hmac_init(hmac_state *hmac, int hash, const unsigned char *key, unsigned long keylen);
  /external/dropbear/libtomcrypt/
Android.mk 31 src/mac/hmac/hmac_done.c src/mac/hmac/hmac_file.c src/mac/hmac/hmac_init.c src/mac/hmac/hmac_memory.c \
crypt.tex     [all...]

Completed in 1876 milliseconds