Searched defs:keyp (Results 1 - 8 of 8) sorted by relevance

/external/libsepol/src/
H A Dsymtab.c16 char *p, *keyp; local
21 keyp = (char *)key;
22 size = strlen(keyp);
23 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
H A Davtab.c52 static inline int avtab_hash(struct avtab_key *keyp, uint16_t mask) argument
54 return ((keyp->target_class + (keyp->target_type << 2) +
55 (keyp->source_type << 9)) & mask);
/external/chromium_org/net/quic/crypto/
H A Dp256_key_exchange_openssl.cc32 const uint8* keyp = reinterpret_cast<const uint8*>(key.data()); local
33 crypto::ScopedEC_KEY private_key(d2i_ECPrivateKey(NULL, &keyp, key.size()));
65 uint8* keyp = private_key.get(); local
66 if (!i2d_ECPrivateKey(key.get(), &keyp)) {
/external/libselinux/src/
H A Davc_sidtab.c18 char *p, *keyp; local
23 keyp = (char *)key;
24 size = strlen(keyp);
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
/external/qemu/distrib/libselinux/src/
H A Davc_sidtab.c18 char *p, *keyp; local
23 keyp = (char *)key;
24 size = strlen(keyp);
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
/external/chromium_org/third_party/boringssl/src/crypto/ec/
H A Dec_asn1.c516 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { argument
519 if (keyp == NULL || *keyp == NULL || (*keyp)->group == NULL) {
523 ret = *keyp;
/external/ltrace/
H A Dlibrary.c500 library_with_key_cb(struct process *proc, struct library *lib, void *keyp) argument
502 return lib->key == *(arch_addr_t *)keyp ? CBS_STOP : CBS_CONT;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c4191 TempVar* keyp = &key; local
4195 found = VG_(lookupXA)( dioff_lookup_tab, &keyp,

Completed in 264 milliseconds