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

  /external/fio/
gettime.c 51 static struct gtod_log *find_hash(void *caller) function
69 struct gtod_log *log = find_hash(caller);
  /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) !=

Completed in 65 milliseconds