Home
last modified time | relevance | path

Searched defs:pubkey (Results 76 - 100 of 186) sorted by relevance

12345678

/third_party/openssl/ssl/
H A Dssl_rsa.c932 EVP_PKEY *pubkey = NULL; in ssl_set_cert_and_key() local
[all...]
H A Ds3_lib.c4792 int ssl_derive(SSL *s, EVP_PKEY *privkey, EVP_PKEY *pubkey, int gensecret) in ssl_derive() argument
4895 int ssl_encapsulate(SSL *s, EVP_PKEY *pubkey, in ssl_encapsulate() argument
/third_party/openssl/ohos_lite/include/crypto/
H A Devp.h385 unsigned char pubkey[MAX_KEYLEN]; member
H A Dx509.h61 X509_PUBKEY *pubkey; /* public key of request */ member
/third_party/openssl/test/
H A Dcmp_protect_test.c24 EVP_PKEY *pubkey; member
H A Dtls-provider.c45 unsigned char pubkey[XOR_KEY_SIZE]; member
665 unsigned char pubkey[XOR_KEY_SIZE]; xor_import() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c700 crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, u8 *pubkey) crypto_dh_init() argument
726 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build() argument
412 wps_build_nfc_pw_token(u16 dev_pw_id, const struct wpabuf *pubkey, const struct wpabuf *dev_pw) wps_build_nfc_pw_token() argument
646 wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) wps_nfc_gen_dh() argument
672 wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, struct wpabuf **privkey, struct wpabuf **dev_pw) wps_nfc_token_gen() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c700 crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, u8 *pubkey) crypto_dh_init() argument
726 crypto_dh_derive_secret(u8 generator, const u8 *prime, size_t prime_len, const u8 *order, size_t order_len, const u8 *privkey, size_t privkey_len, const u8 *pubkey, size_t pubkey_len, u8 *secret, size_t *len) crypto_dh_derive_secret() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c64 struct wpabuf *pubkey, *dh_shared; in wps_derive_keys() local
624 struct wpabuf * wps_nfc_token_build(int ndef, int id, struct wpabuf *pubkey, in wps_nfc_token_build() argument
412 wps_build_nfc_pw_token(u16 dev_pw_id, const struct wpabuf *pubkey, const struct wpabuf *dev_pw) wps_build_nfc_pw_token() argument
646 wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) wps_nfc_gen_dh() argument
672 wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey, struct wpabuf **privkey, struct wpabuf **dev_pw) wps_nfc_token_gen() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dpasn_supplicant.c674 struct wpabuf *buf, *pubkey = NULL, *wrapped_data_buf = NULL; in wpas_pasn_build_auth_1() local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Dalg_25519_asy_key_generator_openssl.c932 EVP_PKEY *pubkey = NULL; in CreateOpensslAlg25519PubKey() local
/third_party/curl/lib/vssh/
H A Dssh.h165 ssh_key pubkey; member
/third_party/curl/lib/vtls/
H A Dmbedtls.c795 unsigned char *pubkey = NULL; local
H A Dwolfssl.c871 struct Curl_asn1Element *pubkey; in wolfssl_connect_step2() local
H A Dx509asn1.c935 do_pubkey(struct Curl_easy *data, int certnum, const char *algo, struct Curl_asn1Element *param, struct Curl_asn1Element *pubkey) do_pubkey() argument
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c840 unsigned char *privkey = NULL, *pubkey; s390x_ecx_keygen25519() local
886 unsigned char *privkey = NULL, *pubkey; s390x_ecx_keygen448() local
935 unsigned char *privkey = NULL, *pubkey; s390x_ecd_keygen25519() local
1003 unsigned char *privkey = NULL, *pubkey; s390x_ecd_keygen448() local
[all...]
/third_party/node/deps/openssl/openssl/ssl/
H A Ds3_lib.c4792 int ssl_derive(SSL *s, EVP_PKEY *privkey, EVP_PKEY *pubkey, int gensecret) in ssl_derive() argument
4895 int ssl_encapsulate(SSL *s, EVP_PKEY *pubkey, in ssl_encapsulate() argument
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h67 X509_PUBKEY *pubkey; /* public key of request */ member
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c76 static int rsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in rsa_pub_decode() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decx_meth.c56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() argument
724 validate_ecx_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen, const unsigned char **privkey, const unsigned char **pubkey) validate_ecx_derive() argument
754 const unsigned char *privkey, *pubkey; pkey_ecx_derive25519() local
767 const unsigned char *privkey, *pubkey; pkey_ecx_derive448() local
945 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecx_keygen25519() local
988 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecx_keygen448() local
1034 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecd_keygen25519() local
1100 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecd_keygen448() local
1161 const unsigned char *privkey, *pubkey; s390x_pkey_ecx_derive25519() local
1174 const unsigned char *privkey, *pubkey; s390x_pkey_ecx_derive448() local
[all...]
/third_party/openssl/crypto/ec/
H A Decx_meth.c56 static int ecx_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in ecx_pub_decode() argument
724 validate_ecx_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *keylen, const unsigned char **privkey, const unsigned char **pubkey) validate_ecx_derive() argument
754 const unsigned char *privkey, *pubkey; pkey_ecx_derive25519() local
767 const unsigned char *privkey, *pubkey; pkey_ecx_derive448() local
945 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecx_keygen25519() local
988 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecx_keygen448() local
1034 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecd_keygen25519() local
1100 unsigned char *privkey = NULL, *pubkey; s390x_pkey_ecd_keygen448() local
1161 const unsigned char *privkey, *pubkey; s390x_pkey_ecx_derive25519() local
1174 const unsigned char *privkey, *pubkey; s390x_pkey_ecx_derive448() local
[all...]
/third_party/openssl/providers/implementations/keymgmt/
H A Decx_kmgmt.c837 unsigned char *privkey = NULL, *pubkey; s390x_ecx_keygen25519() local
883 unsigned char *privkey = NULL, *pubkey; s390x_ecx_keygen448() local
932 unsigned char *privkey = NULL, *pubkey; s390x_ecd_keygen25519() local
1000 unsigned char *privkey = NULL, *pubkey; s390x_ecd_keygen448() local
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_ameth.c73 static int rsa_pub_decode(EVP_PKEY *pkey, const X509_PUBKEY *pubkey) in rsa_pub_decode() argument
/third_party/openssl/include/crypto/
H A Dx509.h67 X509_PUBKEY *pubkey; /* public key of request */ member

Completed in 38 milliseconds

12345678