| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | crypto_internal-modexp.c | 16 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/ |
| D | crypto_internal-modexp.c | 16 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/ |
| D | ecx_meth.c | 726 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
|
| D | ecx_backend.c | 161 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
|
| /third_party/node/deps/openssl/openssl/crypto/ec/ |
| D | ecx_meth.c | 726 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
|
| D | ecx_backend.c | 164 unsigned char *privkey, *pubkey; in ossl_ecx_key_op() local
|
| /third_party/openssl/test/ |
| D | fatalerrtest.c | 17 static char *privkey = NULL; variable
|
| D | recordlentest.c | 16 static char *privkey = NULL; variable
|
| D | cmsapitest.c | 20 static EVP_PKEY *privkey = NULL; variable
|
| D | servername_test.c | 32 static char *privkey = NULL; variable
|
| D | sslcorrupttest.c | 180 static char *privkey = NULL; variable
|
| D | tls13ccstest.c | 17 static char *privkey = NULL; variable
|
| /third_party/node/deps/openssl/openssl/providers/implementations/keymgmt/ |
| D | ecx_kmgmt.c | 582 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/ |
| D | ecx_kmgmt.c | 579 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/ |
| D | server.c | 521 RSA *privkey; in FuzzerTestOneInput() local
|
| /third_party/openssl/fuzz/ |
| D | server.c | 521 RSA *privkey; in FuzzerTestOneInput() local
|
| /third_party/openssl/crypto/dsa/ |
| D | dsa_backend.c | 132 ASN1_INTEGER *privkey = NULL; in ossl_dsa_key_from_pkcs8() local
|
| /third_party/node/deps/openssl/openssl/crypto/dsa/ |
| D | dsa_backend.c | 132 ASN1_INTEGER *privkey = NULL; in ossl_dsa_key_from_pkcs8() local
|
| /third_party/openssl/include/crypto/ |
| D | ecx.h | 71 unsigned char *privkey; member
|
| /third_party/node/deps/openssl/openssl/include/crypto/ |
| D | ecx.h | 71 unsigned char *privkey; member
|
| /third_party/node/deps/openssl/openssl/crypto/dh/ |
| D | dh_backend.c | 197 ASN1_INTEGER *privkey = NULL; in ossl_dh_key_from_pkcs8() local
|
| /third_party/openssl/crypto/dh/ |
| D | dh_backend.c | 197 ASN1_INTEGER *privkey = NULL; in ossl_dh_key_from_pkcs8() local
|
| /third_party/lwip/src/apps/altcp_tls/ |
| D | altcp_tls_mbedtls.c | 800 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/ |
| D | wps_common.c | 646 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/ |
| D | wps_common.c | 646 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()
|