Home
last modified time | relevance | path

Searched refs:client_pubkeytype (Results 1 – 3 of 3) sorted by relevance

/dports/ftp/uftp/uftp-5.0/
H A Dproxy_downstream.c151 if (dest->client_pubkeytype == KEYBLOB_RSA) { in verify_client_key()
175 if (dest->client_pubkeytype == KEYBLOB_RSA) { in verify_client_key()
181 dest->client_pubkeytype = 0; in verify_client_key()
351 dest->client_pubkeytype = keyblob[0]; in handle_clientkey()
352 if (dest->client_pubkeytype == KEYBLOB_RSA) { in handle_clientkey()
372 if (dest->client_pubkeytype == KEYBLOB_RSA) { in handle_clientkey()
378 dest->client_pubkeytype = 0; in handle_clientkey()
H A Dproxy.h80 int client_pubkeytype; /// The type of client's public key member
H A Dproxy_common.c148 if (group->destinfo[i].client_pubkeytype == KEYBLOB_RSA) { in group_cleanup()
1105 keytype = dest->client_pubkeytype; in build_v4_verify_data()