Home
last modified time | relevance | path

Searched defs:pubkey (Results 1 – 25 of 70) sorted by relevance

123

/external/epid-sdk/epid/member/tiny/unittests/internal/
Dvalidate-test.cc136 NativeGroupPubKey const pubkey = { in TEST_F() local
174 NativeGroupPubKey const pubkey = { in TEST_F() local
254 NativeGroupPubKey const pubkey = { in TEST_F() local
293 NativeGroupPubKey const pubkey = { in TEST_F() local
/external/epid-sdk/epid/member/tiny/src/
Dvalidate.c56 NativeGroupPubKey const* pubkey, in MembershipCredentialIsInGroup()
97 NativeGroupPubKey const* pubkey, in PrivKeyIsInGroup()
/external/vboot_reference/futility/
Dcmd_vbutil_key.c73 VbPublicKey *pubkey; in Pack() local
108 VbPublicKey *pubkey; in Unpack() local
Dcmd_create.c80 VbPublicKey *pubkey = 0; in vb1_make_keypair() local
162 struct vb2_public_key *pubkey = 0; in vb2_make_keypair() local
Dcmd_show.c47 static void show_key(VbPublicKey *pubkey, const char *sp) in show_key()
94 VbPublicKey *pubkey = (VbPublicKey *)state->my_area->buf; in futil_cb_show_pubkey() local
131 VbPublicKey *pubkey; in futil_cb_show_gbb() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-modexp.c17 u8 *pubkey) in crypto_dh_init()
45 const u8 *pubkey, size_t pubkey_len, in crypto_dh_derive_secret()
/external/epid-sdk/epid/common/src/
Dgrouppubkey.c27 GroupPubKey_* pubkey = NULL; in CreateGroupPubKey() local
/external/boringssl/src/crypto/x509/
Dx509_r2x.c71 EVP_PKEY *pubkey = NULL; in X509_REQ_to_X509() local
/external/epid-sdk/epid/common/1.1/src/
Dgrouppubkey.c35 Epid11GroupPubKey_* pubkey = NULL; in CreateEpid11GroupPubKey() local
/external/epid-sdk/epid/common/1.1/unittests/
Dfile_parser-test.cc521 Epid11GroupPubKey pubkey{}; in TEST_F() local
536 Epid11GroupPubKey pubkey{}; in TEST_F() local
576 Epid11GroupPubKey pubkey{}; in TEST_F() local
602 Epid11GroupPubKey pubkey{}; in TEST_F() local
621 Epid11GroupPubKey pubkey{}; in TEST_F() local
629 Epid11GroupPubKey pubkey{}; in TEST_F() local
640 std::vector<uint8_t> pubkey(sizeof(Epid11GroupPubKey), 0); in TEST_F() local
649 std::vector<uint8_t> pubkey(sizeof(Epid11GroupPubKey), 0); in TEST_F() local
658 Epid11GroupPubKey pubkey{}; in TEST_F() local
/external/wpa_supplicant_8/src/wps/
Dwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
413 const struct wpabuf *pubkey, in wps_build_nfc_pw_token()
624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build()
646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
672 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, in wps_nfc_token_gen()
Dwps_attr_build.c23 struct wpabuf *pubkey = NULL; in wps_build_public_key() local
415 const struct wpabuf *pubkey, const u8 *dev_pw, in wps_build_oob_dev_pw()
/external/epid-sdk/epid/common/unittests/
Dfile_parser-test.cc378 GroupPubKey pubkey; in TEST_F() local
393 GroupPubKey pubkey; in TEST_F() local
433 GroupPubKey pubkey; in TEST_F() local
459 GroupPubKey pubkey; in TEST_F() local
478 GroupPubKey pubkey; in TEST_F() local
486 GroupPubKey pubkey; in TEST_F() local
497 std::vector<uint8_t> pubkey(sizeof(GroupPubKey), 0); in TEST_F() local
506 std::vector<uint8_t> pubkey(sizeof(GroupPubKey), 0); in TEST_F() local
515 GroupPubKey pubkey; in TEST_F() local
/external/epid-sdk/epid/common/math/src/
Decdsa_verify.c59 EcdsaPublicKey const* pubkey, in EcdsaVerifyBuffer()
232 EcdsaPublicKey const* pubkey, in ReadCurvePoint()
/external/python/oauth2client/oauth2client/
D_pycrypto_crypt.py27 def __init__(self, pubkey): argument
D_openssl_crypt.py24 def __init__(self, pubkey): argument
D_pure_python_crypt.py72 def __init__(self, pubkey): argument
/external/boringssl/src/ssl/
Dssl_cert.cc235 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in check_leaf_cert_and_privkey() local
373 UniquePtr<EVP_PKEY> pubkey; in ssl_parse_cert_chain() local
493 bool ssl_compare_public_and_private_key(const EVP_PKEY *pubkey, in ssl_compare_public_and_private_key()
534 UniquePtr<EVP_PKEY> pubkey = ssl_cert_parse_pubkey(&cert_cbs); in ssl_cert_check_private_key() local
780 CBS pubkey, deleg, sig; in Parse() local
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DChainStrengthAnalyzer.java78 Object pubkey = cert.getPublicKey(); in checkKeyLength() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DChainStrengthAnalyzer.java76 Object pubkey = cert.getPublicKey(); in checkKeyLength() local
/external/autotest/client/common_lib/cros/
Dpolicy.py113 def generate_policy(key, pubkey, policy, old_key=None): argument
/external/epid-sdk/tools/revokesig/src/
Dmain.c258 void FillRequest(GroupPubKey const* pubkey, EpidSignature const* sig, in FillRequest()
302 GroupPubKey pubkey = {0}; in MakeRequest() local
/external/epid-sdk/tools/extractgrps/src/
Dmain.c43 GroupPubKey pubkey; ///< Intel(R) EPID 2.0 group public key member
/external/vboot_reference/utility/
DdumpRSAPublicKey.c140 RSA* pubkey = NULL; in main() local
/external/epid-sdk/epid/common/
Dfile_parser.h77 OctStr512 pubkey; ///< Public Key (Qx, Qy) member

123