Lines Matching defs:ecb
194 Espcb *ecb = (Espcb*)c->ptcl; in espconnect() local
259 Espcb *ecb; in espclose() local
353 Espcb *ecb; in espkick() local
456 Espcb *ecb; in espiput() local
574 Espcb *ecb = c->ptcl; in espctl() local
624 Espcb *ecb = c->ptcl; in esplocal() local
639 Espcb *ecb = c->ptcl; in espremote() local
655 Espcb *ecb; in convlookup() local
667 setalg(Espcb *ecb, char **f, int n, Algorithm *alg) in setalg()
726 nullespinit(Espcb *ecb, char *name, uchar*, unsigned) in nullespinit()
741 nullahinit(Espcb *ecb, char *name, uchar*, unsigned) in nullahinit()
775 shaauth(Espcb *ecb, uchar *t, int tlen, uchar *auth) in shaauth()
788 shaahinit(Espcb *ecb, char *name, uchar *key, unsigned klen) in shaahinit()
809 aesahauth(Espcb *ecb, uchar *t, int tlen, uchar *auth) in aesahauth()
823 aesahinit(Espcb *ecb, char *name, uchar *key, unsigned klen) in aesahinit()
838 aescbccipher(Espcb *ecb, uchar *p, int n) /* 128-bit blocks */ in aescbccipher()
875 aescbcespinit(Espcb *ecb, char *name, uchar *k, unsigned n) in aescbcespinit()
896 aesctrcipher(Espcb *ecb, uchar *p, int n) /* 128-bit blocks */ in aesctrcipher()
933 aesctrespinit(Espcb *ecb, char *name, uchar *k, unsigned n) in aesctrespinit()
979 md5auth(Espcb *ecb, uchar *t, int tlen, uchar *auth) in md5auth()
992 md5ahinit(Espcb *ecb, char *name, uchar *key, unsigned klen) in md5ahinit()
1011 descipher(Espcb *ecb, uchar *p, int n) in descipher()
1026 des3cipher(Espcb *ecb, uchar *p, int n) in des3cipher()
1041 desespinit(Espcb *ecb, char *name, uchar *k, unsigned n) in desespinit()
1063 des3espinit(Espcb *ecb, char *name, uchar *k, unsigned n) in des3espinit()