Searched refs:public_key (Results 1 – 2 of 2) sorted by relevance
| /iperf/src/ |
| H A D | iperf_auth.c | 229 int encrypt_rsa_message(const char *plaintext, EVP_PKEY *public_key, unsigned char **encryptedtext)… in encrypt_rsa_message() argument 234 rsa = EVP_PKEY_get1_RSA(public_key); in encrypt_rsa_message() 283 int encode_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **au… in encode_auth_setting() argument 300 encrypted_len = encrypt_rsa_message(text, public_key, &encrypted); in encode_auth_setting()
|
| H A D | iperf_auth.h | 38 int encode_auth_setting(const char *username, const char *password, EVP_PKEY *public_key, char **au…
|