Home
last modified time | relevance | path

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

/dports/security/n2n/n2n-2.8/src/
H A Dtransform_tf.c27 TWOFISH* dec_tf; /* rx state */ member
35 TwoFishDestroy(priv->dec_tf); /* deallocate TWOFISH */ in transop_deinit_twofish()
157 priv->dec_tf); in transop_decode_twofish()
201 priv->dec_tf = TwoFishInit(encrypt_key, encrypt_key_len); in n2n_transop_twofish_init()
203 if((!priv->enc_tf) || (!priv->dec_tf)) { in n2n_transop_twofish_init()
205 if(priv->dec_tf) TwoFishDestroy(priv->dec_tf); in n2n_transop_twofish_init()
/dports/security/n2n/n2n-2.8/legacy/
H A Dtransform_tf.c36 TWOFISH * dec_tf; /* rx state */ member
73 TwoFishDestroy(sa->dec_tf); /* deallocate TWOFISH */ in transop_deinit_twofish()
74 sa->dec_tf=NULL; in transop_deinit_twofish()
248 sa->dec_tf); in transop_decode_twofish()
323 priv->sa[priv->num_sa].dec_tf = TwoFishInit( keybuf, pstat); in transop_addspec_twofish()
409 sa->dec_tf = TwoFishInit(encrypt_pwd, encrypt_pwd_len); in transop_twofish_setup_psk()
411 if ( (sa->enc_tf) && (sa->dec_tf) ) in transop_twofish_setup_psk()
457 sa->dec_tf=NULL; in transop_twofish_init()