Home
last modified time | relevance | path

Searched defs:privkey (Results 1 – 25 of 55) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-modexp.c16 int crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, in crypto_dh_init()
44 const u8 *privkey, size_t privkey_len, in crypto_dh_derive_secret()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-modexp.c16 int crypto_dh_init(u8 generator, const u8 *prime, size_t prime_len, u8 *privkey, in crypto_dh_init()
44 const u8 *privkey, size_t privkey_len, in crypto_dh_derive_secret()
/third_party/openssl/crypto/ec/
Decx_meth.c726 const unsigned char **privkey, in validate_ecx_derive()
754 const unsigned char *privkey, *pubkey; in pkey_ecx_derive25519() local
767 const unsigned char *privkey, *pubkey; in pkey_ecx_derive448() local
945 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen25519() local
988 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen448() local
1034 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen25519() local
1100 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen448() local
1161 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive25519() local
1174 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive448() local
Decx_backend.c161 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
/third_party/node/deps/openssl/openssl/crypto/ec/
Decx_meth.c726 const unsigned char **privkey, in validate_ecx_derive()
754 const unsigned char *privkey, *pubkey; in pkey_ecx_derive25519() local
767 const unsigned char *privkey, *pubkey; in pkey_ecx_derive448() local
945 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen25519() local
988 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecx_keygen448() local
1034 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen25519() local
1100 unsigned char *privkey = NULL, *pubkey; in s390x_pkey_ecd_keygen448() local
1161 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive25519() local
1174 const unsigned char *privkey, *pubkey; in s390x_pkey_ecx_derive448() local
Decx_backend.c164 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
/third_party/openssl/test/
Dfatalerrtest.c17 static char *privkey = NULL; variable
Drecordlentest.c16 static char *privkey = NULL; variable
Dcmsapitest.c20 static EVP_PKEY *privkey = NULL; variable
Dservername_test.c32 static char *privkey = NULL; variable
Dsslcorrupttest.c180 static char *privkey = NULL; variable
Dtls13ccstest.c17 static char *privkey = NULL; variable
/third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c582 unsigned char *privkey; in ecx_gen() local
840 unsigned char *privkey = NULL, *pubkey; in MAKE_KEYMGMT_FUNCTIONS() local
886 unsigned char *privkey = NULL, *pubkey; in s390x_ecx_keygen448() local
935 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen25519() local
1003 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen448() local
/third_party/openssl/providers/implementations/keymgmt/
Decx_kmgmt.c579 unsigned char *privkey; in ecx_gen() local
837 unsigned char *privkey = NULL, *pubkey; in MAKE_KEYMGMT_FUNCTIONS() local
883 unsigned char *privkey = NULL, *pubkey; in s390x_ecx_keygen448() local
932 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen25519() local
1000 unsigned char *privkey = NULL, *pubkey; in s390x_ecd_keygen448() local
/third_party/node/deps/openssl/openssl/fuzz/
Dserver.c521 RSA *privkey; in FuzzerTestOneInput() local
/third_party/openssl/fuzz/
Dserver.c521 RSA *privkey; in FuzzerTestOneInput() local
/third_party/openssl/crypto/dsa/
Ddsa_backend.c132 ASN1_INTEGER *privkey = NULL; in ossl_dsa_key_from_pkcs8() local
/third_party/node/deps/openssl/openssl/crypto/dsa/
Ddsa_backend.c132 ASN1_INTEGER *privkey = NULL; in ossl_dsa_key_from_pkcs8() local
/third_party/openssl/include/crypto/
Decx.h71 unsigned char *privkey; member
/third_party/node/deps/openssl/openssl/include/crypto/
Decx.h71 unsigned char *privkey; member
/third_party/node/deps/openssl/openssl/crypto/dh/
Ddh_backend.c197 ASN1_INTEGER *privkey = NULL; in ossl_dh_key_from_pkcs8() local
/third_party/openssl/crypto/dh/
Ddh_backend.c197 ASN1_INTEGER *privkey = NULL; in ossl_dh_key_from_pkcs8() local
/third_party/lwip/src/apps/altcp_tls/
Daltcp_tls_mbedtls.c800 const u8_t *privkey, size_t privkey_len, in altcp_tls_config_server_add_privkey_cert()
853 altcp_tls_create_config_server_privkey_cert(const u8_t *privkey, size_t privkey_len, in altcp_tls_create_config_server_privkey_cert()
904 altcp_tls_create_config_client_2wayauth(const u8_t *ca, size_t ca_len, const u8_t *privkey, size_t … in altcp_tls_create_config_client_2wayauth()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_common.c646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
673 struct wpabuf **privkey, in wps_nfc_token_gen()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_common.c646 int wps_nfc_gen_dh(struct wpabuf **pubkey, struct wpabuf **privkey) in wps_nfc_gen_dh()
673 struct wpabuf **privkey, in wps_nfc_token_gen()

123