Searched refs:cmp_key (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/include/openssl/ |
D | lhash.h | 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/ |
D | lhash.c | 165 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/ |
D | main.c | 78 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/ |
D | hb-ot-post-table.hh | 172 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
|