/external/vboot_reference/firmware/lib/ |
D | region-fw.c | 21 VbPublicKey **keyp) in VbGbbReadKey() argument 43 *keyp = key; in VbGbbReadKey() 47 VbError_t VbGbbReadRootKey(VbCommonParams *cparams, VbPublicKey **keyp) in VbGbbReadRootKey() argument 49 return VbGbbReadKey(cparams, cparams->gbb->rootkey_offset, keyp); in VbGbbReadRootKey() 52 VbError_t VbGbbReadRecoveryKey(VbCommonParams *cparams, VbPublicKey **keyp) in VbGbbReadRecoveryKey() argument 54 return VbGbbReadKey(cparams, cparams->gbb->recovery_key_offset, keyp); in VbGbbReadRecoveryKey()
|
/external/selinux/libsepol/src/ |
D | symtab.c | 16 const char *p, *keyp; in symhash() local 21 keyp = (const char *)key; in symhash() 22 size = strlen(keyp); in symhash() 23 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in symhash()
|
D | avtab.c | 55 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash() argument 76 mix(keyp->target_class); in avtab_hash() 77 mix(keyp->target_type); in avtab_hash() 78 mix(keyp->source_type); in avtab_hash()
|
/external/selinux/libsepol/cil/src/ |
D | cil_strpool.c | 50 const char *p, *keyp; in cil_strpool_hash() local 55 keyp = (const char*)key; in cil_strpool_hash() 56 size = strlen(keyp); in cil_strpool_hash() 57 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in cil_strpool_hash()
|
D | android.c | 36 char *p, *keyp; in ver_map_hash_val() local 41 keyp = (char*)key; in ver_map_hash_val() 42 size = strlen(keyp); in ver_map_hash_val() 43 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in ver_map_hash_val()
|
/external/selinux/libselinux/src/ |
D | avc_sidtab.c | 18 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/boringssl/src/crypto/cipher_extra/asm/ |
D | chacha20_poly1305_x86_64.pl | 84 my ($oup,$inp,$inl,$adp,$keyp,$itr1,$itr2)=("%rdi","%rsi","%rbx","%rcx","%r9","%rcx","%r8"); 450 push $keyp 475 movdqu 0*16($keyp), $B0 476 movdqu 1*16($keyp), $C0 477 movdqu 2*16($keyp), $D0 747 pop $keyp 749 movq $acc0, ($keyp) 750 movq $acc1, 8($keyp) 769 movdqu 0*16($keyp), $B0\nmovdqa $B0, $B1\nmovdqa $B0, $B2 770 movdqu 1*16($keyp), $C0\nmovdqa $C0, $C1\nmovdqa $C0, $C2 [all …]
|
/external/vboot_reference/firmware/include/ |
D | gbb_access.h | 39 struct VbPublicKey **keyp); 50 struct VbPublicKey **keyp);
|
/external/boringssl/src/crypto/ec_extra/ |
D | ec_asn1.c | 501 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey() argument 504 if (keyp == NULL || *keyp == NULL || (*keyp)->group == NULL) { in o2i_ECPublicKey() 508 ret = *keyp; in o2i_ECPublicKey()
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 233 char *p, *keyp; in reqsymhash() local 238 keyp = (char *)key; in reqsymhash() 239 size = strlen(keyp); in reqsymhash() 240 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in reqsymhash()
|
/external/boringssl/src/crypto/fipsmodule/aes/asm/ |
D | aes-x86_64.pl | 1629 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/python/cpython2/Lib/test/ |
D | test_itertools.py | 507 def gulp(iterable, keyp=None, func=list): argument 508 return [func(g) for k, g in groupby(iterable, keyp)]
|
/external/python/cpython3/Lib/test/ |
D | test_itertools.py | 776 def gulp(iterable, keyp=None, func=list): argument 777 return [func(g) for k, g in groupby(iterable, keyp)]
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 4991 TempVar* keyp = &key; in new_dwarf3_reader_wrk() local 4995 found = VG_(lookupXA)( dioff_lookup_tab, &keyp, in new_dwarf3_reader_wrk()
|