Home
last modified time | relevance | path

Searched defs:keyp (Results 1 – 15 of 15) sorted by relevance

/external/vboot_reference/firmware/lib/
Dregion-fw.c21 VbPublicKey **keyp) in VbGbbReadKey()
47 VbError_t VbGbbReadRootKey(VbCommonParams *cparams, VbPublicKey **keyp) in VbGbbReadRootKey()
52 VbError_t VbGbbReadRecoveryKey(VbCommonParams *cparams, VbPublicKey **keyp) in VbGbbReadRecoveryKey()
/external/openssh/
Dauthfile.c157 sshkey_load_public_rsa1(int fd, struct sshkey **keyp, char **commentp) in sshkey_load_public_rsa1()
212 struct sshkey **keyp, char **commentp, int *perm_ok) in sshkey_load_private_type()
243 struct sshkey **keyp, char **commentp) in sshkey_load_private_type_fd()
269 struct sshkey **keyp, char **commentp) in sshkey_load_private()
350 sshkey_load_public(const char *filename, struct sshkey **keyp, char **commentp) in sshkey_load_public()
422 sshkey_load_cert(const char *filename, struct sshkey **keyp) in sshkey_load_cert()
454 struct sshkey **keyp, int *perm_ok) in sshkey_load_private_cert()
Dsshkey.c1660 sshkey_generate(int type, u_int bits, struct sshkey **keyp) in sshkey_generate()
1961 sshkey_from_blob_internal(struct sshbuf *b, struct sshkey **keyp, in sshkey_from_blob_internal()
2151 sshkey_from_blob(const u_char *blob, size_t blen, struct sshkey **keyp) in sshkey_from_blob()
2164 sshkey_fromb(struct sshbuf *b, struct sshkey **keyp) in sshkey_fromb()
2170 sshkey_froms(struct sshbuf *buf, struct sshkey **keyp) in sshkey_froms()
3190 struct sshkey **keyp, char **commentp) in sshkey_parse_private2()
3602 struct sshkey **keyp, char **commentp) in sshkey_parse_public_rsa1_fileblob()
3660 struct sshkey **keyp, char **commentp) in sshkey_parse_private_rsa1()
3776 const char *passphrase, struct sshkey **keyp) in sshkey_parse_private_pem_fileblob()
3913 const char *passphrase, struct sshkey **keyp, char **commentp) in sshkey_parse_private_fileblob_type()
[all …]
Dauthfd.c204 deserialise_identity1(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity1()
241 deserialise_identity2(struct sshbuf *ids, struct sshkey **keyp, char **commentp) in deserialise_identity2()
Dssh-pkcs11.c567 pkcs11_add_provider(char *provider_id, char *pin, struct sshkey ***keyp) in pkcs11_add_provider()
Dkex.c885 const struct sshbuf *shared_secret, u_char **keyp) in derive_key()
/external/selinux/libsepol/src/
Dsymtab.c16 const char *p, *keyp; in symhash() local
Davtab.c55 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash()
/external/selinux/libsepol/cil/src/
Dcil_strpool.c50 const char *p, *keyp; in cil_strpool_hash() local
Dandroid.c36 char *p, *keyp; in ver_map_hash_val() local
/external/selinux/libselinux/src/
Davc_sidtab.c18 char *p, *keyp; in sidtab_hash() local
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c500 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/selinux/policycoreutils/newrole/
Dnewrole.c233 char *p, *keyp; in reqsymhash() local
/external/python/cpython2/Lib/test/
Dtest_itertools.py507 def gulp(iterable, keyp=None, func=list): argument
/external/python/cpython3/Lib/test/
Dtest_itertools.py796 def gulp(iterable, keyp=None, func=list): argument