Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 – 17 of 17) sorted by relevance

/external/boringssl/src/crypto/dh/
Dcheck.c62 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) { in DH_check_pub_key()
Ddh.c260 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key() local
Ddh_test.cc514 bssl::UniquePtr<BIGNUM> pub_key( in TestBadY() local
/external/boringssl/src/crypto/ecdh/
Decdh.c80 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, in ECDH_compute_key()
Decdh_test.cc84 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local
/external/boringssl/src/crypto/fipsmodule/ec/
Dec_key.c272 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key) { in EC_KEY_set_public_key()
438 EC_POINT *pub_key = NULL; in EC_KEY_generate_key() local
Dinternal.h235 EC_POINT *pub_key; member
Dec_test.cc141 const EC_POINT *pub_key = EC_KEY_get0_public_key(key.get()); in TEST() local
/external/boringssl/src/crypto/fipsmodule/ecdsa/
Decdsa_test.cc312 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local
351 bssl::UniquePtr<EC_POINT> pub_key(EC_POINT_new(group.get())); in TEST() local
Decdsa.c131 const EC_POINT *pub_key; in ECDSA_do_verify() local
/external/boringssl/src/include/openssl/
Ddsa.h396 BIGNUM *pub_key; /* y public key */ member
Ddh.h252 BIGNUM *pub_key; /* g^x mod p */ member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/netscape/
DNetscapeCertRequest.java131 PublicKey pub_key) throws NoSuchAlgorithmException, in NetscapeCertRequest()
/external/boringssl/src/crypto/evp/
Dprint.c223 const BIGNUM *priv_key, *pub_key; in do_dsa_print() local
/external/boringssl/src/crypto/dsa/
Ddsa.c436 BIGNUM *pub_key = NULL, *priv_key = NULL; in DSA_generate_key() local
/external/curl/lib/vtls/
Dopenssl.c2606 const BIGNUM *pub_key; in get_cert_chain() local
2640 const BIGNUM *pub_key; in get_cert_chain() local
/external/wpa_supplicant_8/src/crypto/
Dcrypto_openssl.c803 BIGNUM *pub_key; in dh5_derive_shared() local