Home
last modified time | relevance | path

Searched defs:keyp (Results 1 – 11 of 11) 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/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dp256_key_exchange.cc43 const uint8_t* keyp = reinterpret_cast<const uint8_t*>(key.data()); in New() local
78 uint8_t* keyp = private_key.get(); in NewPrivateKey() local
/external/selinux/libsepol/src/
Dsymtab.c20 const char *p, *keyp; in symhash() local
Davtab.c56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash()
/external/rust/crates/quiche/deps/boringssl/src/crypto/ec_extra/
Dec_asn1.c497 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/cronet/third_party/boringssl/src/crypto/ec_extra/
Dec_asn1.c497 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.c497 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/selinux/libsepol/cil/src/
Dandroid.c43 char *p, *keyp; in ver_map_hash_val() local
/external/python/cpython2/Lib/test/
Dtest_itertools.py507 def gulp(iterable, keyp=None, func=list): argument
/external/bcc/src/cc/frontends/clang/
Db_frontend_action.cc993 … string keyp = rewriter_.getRewrittenText(expansionRange(Call->getArg(1)->getSourceRange())); in VisitCallExpr() local
/external/python/cpython3/Lib/test/
Dtest_itertools.py805 def gulp(iterable, keyp=None, func=list): argument