Home
last modified time | relevance | path

Searched refs:tc_scipher (Results 1 – 4 of 4) sorted by relevance

/dports/security/tcpcrypt/tcpcrypt-0.5/src/
H A Dtcpcrypt.h48 struct tc_scipher { struct
192 struct tc_scipher *tc_ciphers_sym;
195 struct tc_scipher tc_cipher_sym;
225 struct tc_scipher tc_sym_cipher_list[MAX_CIPHERS];
H A Dcrypto_dummy.c23 static struct tc_scipher _dummy_mac_spec =
26 static struct tc_scipher _dummy_sym_spec =
H A Dcrypto_umac.c20 static struct tc_scipher _umac_spec =
H A Dtcpcrypt.c57 static struct tc_scipher _sym[MAX_CIPHERS];
2154 static void do_neg_sym(struct tc *tc, struct ciphers *c, struct tc_scipher *a) in do_neg_sym()
2156 struct tc_scipher *b; in do_neg_sym()
2161 b = (struct tc_scipher*) c->c_spec; in do_neg_sym()
2173 static int negotiate_sym_cipher(struct tc *tc, struct tc_scipher *a, int alen) in negotiate_sym_cipher()
2297 if (!negotiate_sym_cipher(tc, (struct tc_scipher *) p, i1->i1_nciphers)) in process_init1()
2446 static int select_sym(struct tc *tc, struct tc_scipher *s) in select_sym()
2448 struct tc_scipher *me = tc->tc_ciphers_sym; in select_sym()
2471 me = (struct tc_scipher*) c->c_spec; in select_sym()
2506 if (!select_sym(tc, (struct tc_scipher*) (&i2->i2_cipher))) in process_init2()