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

  /external/libsepol/src/
symtab.c 16 char *p, *keyp; local
21 keyp = (char *)key;
22 size = strlen(keyp);
23 for (p = keyp; ((size_t) (p - keyp)) < size; p++)
avtab.c 52 static inline int avtab_hash(struct avtab_key *keyp, uint16_t mask)
54 return ((keyp->target_class + (keyp->target_type << 2) +
55 (keyp->source_type << 9)) & mask);
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 32 const uint8* keyp = reinterpret_cast<const uint8*>(key.data()); local
34 d2i_ECPrivateKey(NULL, &keyp, key.size()));
67 uint8* keyp = private_key.get(); local
68 if (!i2d_ECPrivateKey(key.get(), &keyp)) {
  /external/libselinux/src/
avc_sidtab.c 18 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/
avc_sidtab.c 18 char *p, *keyp; local
23 keyp = (char *)key;
24 size = strlen(keyp);
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++)
  /external/ltrace/
library.h 217 struct library *lib, void *keyp);
library.c 500 library_with_key_cb(struct process *proc, struct library *lib, void *keyp)
502 return lib->key == *(arch_addr_t *)keyp ? CBS_STOP : CBS_CONT;
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aes-x86_64.pl     [all...]
  /external/openssl/crypto/aes/asm/
aes-x86_64.pl     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 468 def gulp(iterable, keyp=None, func=list):
469 return [func(g) for k, g in groupby(iterable, keyp)]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 468 def gulp(iterable, keyp=None, func=list):
469 return [func(g) for k, g in groupby(iterable, keyp)]
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 4191 TempVar* keyp = &key; local
    [all...]

Completed in 657 milliseconds