Home
last modified time | relevance | path

Searched refs:keyp (Results 1 – 11 of 11) sorted by relevance

/external/libsepol/src/
Dsymtab.c16 char *p, *keyp; in symhash() local
21 keyp = (char *)key; in symhash()
22 size = strlen(keyp); in symhash()
23 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in symhash()
Davtab.c52 static inline int avtab_hash(struct avtab_key *keyp, uint16_t mask) in avtab_hash() argument
54 return ((keyp->target_class + (keyp->target_type << 2) + in avtab_hash()
55 (keyp->source_type << 9)) & mask); in avtab_hash()
/external/libselinux/src/
Davc_sidtab.c18 char *p, *keyp; in sidtab_hash() local
23 keyp = (char *)key; in sidtab_hash()
24 size = strlen(keyp); in sidtab_hash()
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++) in sidtab_hash()
/external/qemu/distrib/libselinux/src/
Davc_sidtab.c18 char *p, *keyp; in sidtab_hash() local
23 keyp = (char *)key; in sidtab_hash()
24 size = strlen(keyp); in sidtab_hash()
25 for (p = keyp; (unsigned int)(p - keyp) < size; p++) in sidtab_hash()
/external/chromium_org/net/quic/crypto/
Dp256_key_exchange_openssl.cc32 const uint8* keyp = reinterpret_cast<const uint8*>(key.data()); in New() local
33 crypto::ScopedEC_KEY private_key(d2i_ECPrivateKey(NULL, &keyp, key.size())); in New()
65 uint8* keyp = private_key.get(); in NewPrivateKey() local
66 if (!i2d_ECPrivateKey(key.get(), &keyp)) { in NewPrivateKey()
/external/chromium_org/third_party/boringssl/src/crypto/ec/
Dec_asn1.c516 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey() argument
519 if (keyp == NULL || *keyp == NULL || (*keyp)->group == NULL) { in o2i_ECPublicKey()
523 ret = *keyp; in o2i_ECPublicKey()
/external/ltrace/
Dlibrary.h217 struct library *lib, void *keyp);
Dlibrary.c500 library_with_key_cb(struct process *proc, struct library *lib, void *keyp) in library_with_key_cb() argument
502 return lib->key == *(arch_addr_t *)keyp ? CBS_STOP : CBS_CONT; in library_with_key_cb()
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
Daes-x86_64.pl1629 my $keyp="0(%rsp)"; # one to pass as $key
1735 mov $key,$keyp # save key pointer
1764 mov $keyp,$key # restore key
1803 mov $keyp,$key # restore key
1848 mov $keyp,$key # restore key
1928 mov $key,$keyp # save key pointer
1957 mov $keyp,$key # restore key
2021 mov $keyp,$key # restore key
/external/openssl/crypto/aes/asm/
Daes-x86_64.pl1641 my $keyp="0(%rsp)"; # one to pass as $key
1749 mov $key,$keyp # save key pointer
1778 mov $keyp,$key # restore key
1817 mov $keyp,$key # restore key
1862 mov $keyp,$key # restore key
1942 mov $key,$keyp # save key pointer
1971 mov $keyp,$key # restore key
2035 mov $keyp,$key # restore key
/external/valgrind/main/coregrind/m_debuginfo/
Dreaddwarf3.c4191 TempVar* keyp = &key; in new_dwarf3_reader_wrk() local
4195 found = VG_(lookupXA)( dioff_lookup_tab, &keyp, in new_dwarf3_reader_wrk()