HomeSort by relevance Sort by last modified time
    Searched defs:keyp (Results 1 - 3 of 3) 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++)
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_openssl.cc 32 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/
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++)

Completed in 1625 milliseconds