Searched refs:load_pubkey_from_file (Results 1 – 4 of 4) sorted by relevance
34 EVP_PKEY *load_pubkey_from_file(const char *file);
85 pubkey = load_pubkey_from_file(pubkeyfile); in main()
157 EVP_PKEY *load_pubkey_from_file(const char *file) { in load_pubkey_from_file() function210 EVP_PKEY *key = load_pubkey_from_file(file); in test_load_pubkey_from_file()
1392 test->settings->client_rsa_pubkey = load_pubkey_from_file(client_rsa_public_key); in iperf_parse_arguments()