Home
last modified time | relevance | path

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

/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A 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()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A 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
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb2_load_kernel_tests.c144 struct vb2_packed_key **keyp, uint32_t *size, in vb2_gbb_read_root_key()
152 struct vb2_packed_key **keyp, in vb2_gbb_read_recovery_key()
H A Dvb2_gbb_tests.c99 struct vb2_packed_key *keyp; in key_tests() local
/aosp_15_r20/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()
/aosp_15_r20/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()
/aosp_15_r20/external/selinux/libsepol/src/
H A Davtab.c56 static inline int avtab_hash(struct avtab_key *keyp, uint32_t mask) in avtab_hash()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/ec_extra/
H A Dec_asn1.c522 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/aosp_15_r20/external/boringssl/src/crypto/ec_extra/
H A Dec_asn1.c522 EC_KEY *o2i_ECPublicKey(EC_KEY **keyp, const uint8_t **inp, long len) { in o2i_ECPublicKey()
/aosp_15_r20/external/selinux/libsepol/cil/src/
H A Dandroid.c43 char *p, *keyp; in ver_map_hash_val() local
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20poly1305/
Dchacha20poly1305_amd64.s15 #define keyp R8 // free to reuse, when we copy the key to stack macro
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_itertools.py507 def gulp(iterable, keyp=None, func=list): argument
/aosp_15_r20/external/bcc/src/cc/frontends/clang/
H A Db_frontend_action.cc1033 … string keyp = rewriter_.getRewrittenText(expansionRange(Call->getArg(1)->getSourceRange())); in VisitCallExpr() local
/aosp_15_r20/trusty/user/app/storage/
Dblock_tree.c463 const void* keyp; in block_tree_node_get_key() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_itertools.py839 def gulp(iterable, keyp=None, func=list): argument