Home
last modified time | relevance | path

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

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h162 struct crypt_sym *tc_alg_tx; member
H A Dtcpcrypt.c180 if (ks->tc_alg_tx) in crypto_free_keyset()
181 crypt_sym_destroy(ks->tc_alg_tx); in crypto_free_keyset()
370 tx = &out->tc_alg_tx; in compute_keys()
376 rx = &out->tc_alg_tx; in compute_keys()
1552 struct crypt *c = tc->tc_key_active->tc_alg_tx->cs_cipher; in encrypt_and_mac()
1639 assert(tc->tc_key_current.tc_alg_tx); in rekey_complete()
1640 assert(tc->tc_key_next.tc_alg_tx); in rekey_complete()