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

  /external/boringssl/src/include/openssl/
lhash.h 144 // different type than the values stored in |lh|. |key_hash| and |cmp_key| must
148 int (*cmp_key)(const void *key,
215 int (*cmp_key)(const void *key, const type *value); \
222 return cb->cmp_key(cb->key, (const type *)value); \
227 int (*cmp_key)(const void *key, const type *value)) { \
228 LHASH_CMP_KEY_##type cb = {cmp_key, key}; \
  /external/boringssl/src/crypto/lhash/
lhash.c 165 int (*cmp_key)(const void *key,
169 if (cmp_key(key, cur->data) == 0) {
187 int (*cmp_key)(const void *key, const void *value)) {
188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key);
  /external/epid-sdk/tools/revokekey/src/
main.c 78 CompressedPrivKey cmp_key; local
82 if (0 != ReadLoud(privkey_file, &cmp_key, sizeof(CompressedPrivKey))) {
106 sts = EpidDecompressPrivKey(&pub_key, &cmp_key, priv_key);
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 172 sizeof (gids[0]), cmp_key, (void *) this);
203 static int cmp_key (const void *pk, const void *po, void *arg) function in struct:OT::post::accelerator_t

Completed in 132 milliseconds