/external/openssh/ |
D | authfile.c | 157 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() argument 162 if (keyp != NULL) in sshkey_load_public_rsa1() 163 *keyp = NULL; in sshkey_load_public_rsa1() 171 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0) in sshkey_load_public_rsa1() 212 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument 216 if (keyp != NULL) in sshkey_load_private_type() 217 *keyp = NULL; in sshkey_load_private_type() 235 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp); in sshkey_load_private_type() 243 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() argument 248 if (keyp != NULL) in sshkey_load_private_type_fd() [all …]
|
D | sshkey.h | 132 int sshkey_generate(int type, u_int bits, struct sshkey **keyp); 182 int sshkey_private_deserialize(struct sshbuf *buf, struct sshkey **keyp); 189 struct sshkey **keyp, char **commentp); 191 const char *passphrase, struct sshkey **keyp, char **commentp); 193 const char *passphrase, struct sshkey **keyp, char **commentp);
|
D | sshkey.c | 76 struct sshkey **keyp, int allow_cert); 1660 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate() argument 1665 if (keyp == NULL) in sshkey_generate() 1667 *keyp = NULL; in sshkey_generate() 1700 *keyp = k; in sshkey_generate() 1961 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal() argument 1977 if (keyp != NULL) in sshkey_from_blob_internal() 1978 *keyp = NULL; in sshkey_from_blob_internal() 2133 if (keyp != NULL) { in sshkey_from_blob_internal() 2134 *keyp = key; in sshkey_from_blob_internal() [all …]
|
D | authfd.c | 204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity1() argument 224 if (keyp != NULL) { in deserialise_identity1() 225 *keyp = key; in deserialise_identity1() 241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2() argument 251 if ((r = sshkey_from_blob(blob, blen, keyp)) != 0) in deserialise_identity2()
|
D | authfile.h | 47 struct sshkey **keyp, char **commentp);
|
D | ssh-pkcs11.c | 567 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) in pkcs11_add_provider() argument 578 *keyp = NULL; in pkcs11_add_provider() 669 pkcs11_fetch_keys(p, i, keyp, &nkeys); in pkcs11_add_provider()
|
D | kex.c | 885 const struct sshbuf *shared_secret, u_char **keyp) in derive_key() argument 937 *keyp = digest; in derive_key()
|
/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 | 500 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey() argument 503 if (keyp == NULL || *keyp == NULL || (*keyp)->group == NULL) { in o2i_ECPublicKey() 507 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 | 1706 my $keyp="0(%rsp)"; # one to pass as $key 1825 mov $key,$keyp # save key pointer 1854 mov $keyp,$key # restore key 1893 mov $keyp,$key # restore key 1938 mov $keyp,$key # restore key 2021 mov $key,$keyp # save key pointer 2050 mov $keyp,$key # restore key 2114 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 | 796 def gulp(iterable, keyp=None, func=list): argument 797 return [func(g) for k, g in groupby(iterable, keyp)]
|