Home
last modified time | relevance | path

Searched defs:pub_key (Results 1 - 25 of 93) sorted by relevance

1234

/kernel/linux/linux-5.10/include/crypto/
H A Dasym_tpm_subtype.h11 const void *pub_key; /* pointer inside blob to the public key bytes */ member
/third_party/ffmpeg/libavformat/
H A Drtmpdh.h53 FFBigNum pub_key; member
H A Drtmpdh.c374 int ff_dh_write_public_key(FF_DH *dh, uint8_t *pub_key, int pub_key_len) in ff_dh_write_public_key() argument
390 ff_dh_compute_shared_secret_key(FF_DH *dh, const uint8_t *pub_key, int pub_key_len, uint8_t *secret_key, int secret_key_len) ff_dh_compute_shared_secret_key() argument
[all...]
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DServerKeyExchange.pm133 sub pub_key subroutine
/third_party/openssl/util/perl/TLSProxy/
H A DServerKeyExchange.pm133 sub pub_key subroutine
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decdh_ossl.c28 ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_compute_key() argument
49 ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_simple_compute_key() argument
/third_party/node/deps/openssl/openssl/crypto/ffc/
H A Dffc_key_validate.c19 ossl_ffc_validate_public_key_partial(const FFC_PARAMS *params, const BIGNUM *pub_key, int *ret) ossl_ffc_validate_public_key_partial() argument
62 ossl_ffc_validate_public_key(const FFC_PARAMS *params, const BIGNUM *pub_key, int *ret) ossl_ffc_validate_public_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/dsa/
H A Ddsa_check.c40 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() argument
51 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial() argument
73 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
[all...]
H A Ddsa_key.c66 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_keygen() local
43 ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa, const BIGNUM *priv_key, BIGNUM *pub_key) ossl_dsa_generate_public_key() argument
[all...]
H A Ddsa_local.h22 BIGNUM *pub_key; /* y public key */ member
H A Ddsa_backend.c34 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dsa_key_fromdata() local
/third_party/openssl/crypto/ec/
H A Decdh_ossl.c28 ossl_ecdh_compute_key(unsigned char **psec, size_t *pseclen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_compute_key() argument
49 ossl_ecdh_simple_compute_key(unsigned char **pout, size_t *poutlen, const EC_POINT *pub_key, const EC_KEY *ecdh) ossl_ecdh_simple_compute_key() argument
/third_party/openssl/crypto/dsa/
H A Ddsa_check.c66 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() argument
79 int ossl_dsa_check_pub_key_partial(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key_partial() argument
105 BIGNUM *pub_key = NULL; in ossl_dsa_check_pairwise() local
[all...]
H A Ddsa_key.c66 BIGNUM *pub_key = NULL, *priv_key = NULL; in dsa_keygen() local
43 ossl_dsa_generate_public_key(BN_CTX *ctx, const DSA *dsa, const BIGNUM *priv_key, BIGNUM *pub_key) ossl_dsa_generate_public_key() argument
[all...]
H A Ddsa_local.h22 BIGNUM *pub_key; /* y public key */ member
/third_party/openssl/crypto/ffc/
H A Dffc_key_validate.c19 ossl_ffc_validate_public_key_partial(const FFC_PARAMS *params, const BIGNUM *pub_key, int *ret) ossl_ffc_validate_public_key_partial() argument
66 ossl_ffc_validate_public_key(const FFC_PARAMS *params, const BIGNUM *pub_key, int *ret) ossl_ffc_validate_public_key() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/dh/
H A Ddh_check.c230 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() argument
250 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key() argument
272 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() argument
336 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
[all...]
H A Ddh_local.h26 BIGNUM *pub_key; /* g^x % p */ member
H A Ddh_backend.c69 BIGNUM *priv_key = NULL, *pub_key = NULL; in ossl_dh_key_fromdata() local
H A Ddh_meth.c123 DH_meth_set_compute_key(DH_METHOD *dhm, int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh)) DH_meth_set_compute_key() argument
/third_party/openssl/crypto/dh/
H A Ddh_local.h26 BIGNUM *pub_key; /* g^x % p */ member
H A Ddh_check.c229 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key) in DH_check_pub_key_ex() argument
249 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key() argument
271 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() argument
334 BIGNUM *pub_key = NULL; in ossl_dh_check_pairwise() local
[all...]
/third_party/openssl/demos/signature/
H A DEVP_Signature_demo.c156 EVP_PKEY *pub_key = NULL; in demo_verify() local
/third_party/libcoap/examples/lwip/config/
H A Dlwippools.h35 coap_binary_t *pub_key; member
/third_party/node/deps/openssl/openssl/apps/
H A Dtestdsa.h219 BIGNUM *priv_key, *pub_key, *p, *q, *g; in get_dsa() local

Completed in 8 milliseconds

1234