Home
last modified time | relevance | path

Searched refs:tc_crypt_pub (Results 1 – 2 of 2) sorted by relevance

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.c222 if (tc->tc_crypt_pub) in tc_finish()
223 crypt_pub_destroy(tc->tc_crypt_pub); in tc_finish()
258 int len = tc->tc_crypt_pub->cp_k_len; in do_expand()
275 int len = tc->tc_crypt_pub->cp_k_len; in compute_mk()
2248 crypt_set_key(tc->tc_crypt_pub->cp_hkdf, in compute_ss()
2255 crypt_extract(tc->tc_crypt_pub->cp_hkdf, iov, in compute_ss()
2289 nonce_len = tc->tc_crypt_pub->cp_n_c; in process_init1()
2315 cl = crypt_encrypt(tc->tc_crypt_pub->cp_pub, in process_init1()
2323 if (tc->tc_crypt_pub->cp_key_agreement) { in process_init1()
2397 cipherlen = tc->tc_crypt_pub->cp_cipher_len; in do_input_pkconf_sent()
[all …]
H A Dtcpcrypt.h196 struct crypt_pub *tc_crypt_pub; member