Home
last modified time | relevance | path

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

/external/openssh/
Dauthfile.c145 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1() argument
150 *keyp = NULL; in sshkey_load_public_rsa1()
158 if ((r = sshkey_parse_public_rsa1_fileblob(b, keyp, commentp)) != 0) in sshkey_load_public_rsa1()
199 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type() argument
203 *keyp = NULL; in sshkey_load_private_type()
221 r = sshkey_load_private_type_fd(fd, type, passphrase, keyp, commentp); in sshkey_load_private_type()
229 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd() argument
240 passphrase, keyp, commentp)) != 0) in sshkey_load_private_type_fd()
254 struct sshkey **keyp, char **commentp) in sshkey_load_private() argument
259 *keyp = NULL; in sshkey_load_private()
[all …]
Dsshkey.h134 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, const char *filename, struct sshkey **keyp,
194 const char *passphrase, struct sshkey **keyp, char **commentp);
Dsshkey.c77 struct sshkey **keyp, int allow_cert);
1662 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate() argument
1667 if (keyp == NULL) in sshkey_generate()
1669 *keyp = NULL; in sshkey_generate()
1702 *keyp = k; in sshkey_generate()
1970 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal() argument
1986 *keyp = NULL; in sshkey_from_blob_internal()
2143 *keyp = key; in sshkey_from_blob_internal()
2159 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob() argument
2166 r = sshkey_from_blob_internal(b, keyp, 1); in sshkey_from_blob()
[all …]
Dauthfd.c204 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()
Dauthfile.h47 struct sshkey **keyp, char **commentp);
Dssh-pkcs11.c549 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) in pkcs11_add_provider() argument
560 *keyp = NULL; in pkcs11_add_provider()
636 pkcs11_fetch_keys(p, i, keyp, &nkeys); in pkcs11_add_provider()
Dkex.c679 const struct sshbuf *shared_secret, u_char **keyp) in derive_key() argument
731 *keyp = digest; in derive_key()
/external/vboot_reference/firmware/lib/
Dregion-fw.c21 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/
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.c55 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/
Dcil_strpool.c47 char *p, *keyp; in cil_strpool_hash() local
52 keyp = (char*)key; in cil_strpool_hash()
53 size = strlen(keyp); in cil_strpool_hash()
54 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in cil_strpool_hash()
/external/selinux/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/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/vboot_reference/firmware/include/
Dgbb_access.h39 struct VbPublicKey **keyp);
50 struct VbPublicKey **keyp);
/external/selinux/policycoreutils/semodule_deps/
Dsemodule_deps.c57 char *p, *keyp; in reqsymhash() local
62 keyp = (char *)key; in reqsymhash()
63 size = strlen(keyp); in reqsymhash()
64 for (p = keyp; ((size_t) (p - keyp)) < size; p++) in reqsymhash()
/external/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/selinux/policycoreutils/newrole/
Dnewrole.c233 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/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/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/valgrind/coregrind/m_debuginfo/
Dreaddwarf3.c4990 TempVar* keyp = &key; in new_dwarf3_reader_wrk() local
4994 found = VG_(lookupXA)( dioff_lookup_tab, &keyp, in new_dwarf3_reader_wrk()