Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/
D2gbb.c13 struct vb2_packed_key **keyp, in vb2_gbb_read_key()
54 struct vb2_packed_key **keyp, uint32_t *size, in vb2_gbb_read_root_key()
68 struct vb2_packed_key **keyp, in vb2_gbb_read_recovery_key()
/external/cronet/stable/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/cronet/tot/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/vboot_reference/tests/
Dvb2_load_kernel_tests.c143 struct vb2_packed_key **keyp, uint32_t *size, in vb2_gbb_read_root_key()
151 struct vb2_packed_key **keyp, in vb2_gbb_read_recovery_key()
Dvb2_gbb_tests.c99 struct vb2_packed_key *keyp; in key_tests() local
/external/rust/android-crates-io/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/selinux/libsepol/src/
Davtab.c56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash()
/external/boringssl/src/crypto/ec_extra/
Dec_asn1.cc515 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/cronet/tot/third_party/boringssl/src/crypto/ec_extra/
Dec_asn1.cc557 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/external/cronet/stable/third_party/boringssl/src/crypto/ec_extra/
Dec_asn1.cc557 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/bcc/src/cc/frontends/clang/
Db_frontend_action.cc1033 … string keyp = rewriter_.getRewrittenText(expansionRange(Call->getArg(1)->getSourceRange())); in VisitCallExpr() local
/external/python/cpython3/Lib/test/
Dtest_itertools.py966 def gulp(iterable, keyp=None, func=list): argument