Home
last modified time | relevance | path

Searched refs:cmp_key (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/include/openssl/
Dlhash.h148 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/
Dlhash.c165 int (*cmp_key)(const void *key, in get_next_ptr_by_key()
169 if (cmp_key(key, cur->data) == 0) { in get_next_ptr_by_key()
187 int (*cmp_key)(const void *key, const void *value)) { in lh_retrieve_key()
188 LHASH_ITEM **next_ptr = get_next_ptr_by_key(lh, key, key_hash, cmp_key); in lh_retrieve_key()
/external/epid-sdk/tools/revokekey/src/
Dmain.c78 CompressedPrivKey cmp_key; in OpenKey() local
82 if (0 != ReadLoud(privkey_file, &cmp_key, sizeof(CompressedPrivKey))) { in OpenKey()
106 sts = EpidDecompressPrivKey(&pub_key, &cmp_key, priv_key); in OpenKey()
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh172 sizeof (gids[0]), cmp_key, (void *) this); in get_glyph_from_name()
203 static int cmp_key (const void *pk, const void *po, void *arg) in cmp_key() function