Home
last modified time | relevance | path

Searched refs:crcda_ctx (Results 1 – 10 of 10) sorted by relevance

/dports/security/putty-nogtk/putty-0.76/
H A Dsshcrcda.c50 struct crcda_ctx { struct
55 struct crcda_ctx *crcda_make_context(void) in crcda_make_context() argument
57 struct crcda_ctx *ret = snew(struct crcda_ctx); in crcda_make_context()
63 void crcda_free_context(struct crcda_ctx *ctx) in crcda_free_context()
102 bool detect_attack(struct crcda_ctx *ctx, in detect_attack()
H A Dssh1bpp.c22 struct crcda_ctx *crcda_ctx; member
69 if (s->crcda_ctx) in ssh1_bpp_free()
70 crcda_free_context(s->crcda_ctx); in ssh1_bpp_free()
92 assert(!s->crcda_ctx); in ssh1_bpp_new_cipher()
93 s->crcda_ctx = crcda_make_context(); in ssh1_bpp_new_cipher()
171 if (s->cipher_in && detect_attack(s->crcda_ctx, in ssh1_bpp_handle_input()
H A Dssh.h584 struct crcda_ctx;
585 struct crcda_ctx *crcda_make_context(void);
586 void crcda_free_context(struct crcda_ctx *ctx);
587 bool detect_attack(struct crcda_ctx *ctx,
H A Dtestcrypt.c1130 struct crcda_ctx *ctx = crcda_make_context(); in crcda_detect()
/dports/security/putty/putty-0.76/
H A Dsshcrcda.c50 struct crcda_ctx { struct
55 struct crcda_ctx *crcda_make_context(void) in crcda_make_context() argument
57 struct crcda_ctx *ret = snew(struct crcda_ctx); in crcda_make_context()
63 void crcda_free_context(struct crcda_ctx *ctx) in crcda_free_context()
102 bool detect_attack(struct crcda_ctx *ctx, in detect_attack()
H A Dssh1bpp.c22 struct crcda_ctx *crcda_ctx; member
69 if (s->crcda_ctx) in ssh1_bpp_free()
70 crcda_free_context(s->crcda_ctx); in ssh1_bpp_free()
92 assert(!s->crcda_ctx); in ssh1_bpp_new_cipher()
93 s->crcda_ctx = crcda_make_context(); in ssh1_bpp_new_cipher()
171 if (s->cipher_in && detect_attack(s->crcda_ctx, in ssh1_bpp_handle_input()
H A Dssh.h584 struct crcda_ctx;
585 struct crcda_ctx *crcda_make_context(void);
586 void crcda_free_context(struct crcda_ctx *ctx);
587 bool detect_attack(struct crcda_ctx *ctx,
H A Dtestcrypt.c1130 struct crcda_ctx *ctx = crcda_make_context(); in crcda_detect()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dsshcrcda.c50 struct crcda_ctx { struct
55 struct crcda_ctx *crcda_make_context(void) in crcda_make_context() argument
57 struct crcda_ctx *ret = snew(struct crcda_ctx); in crcda_make_context()
63 void crcda_free_context(struct crcda_ctx *ctx) in crcda_free_context()
102 bool detect_attack(struct crcda_ctx *ctx, in detect_attack()
H A Dssh.h584 struct crcda_ctx;
585 struct crcda_ctx *crcda_make_context(void);
586 void crcda_free_context(struct crcda_ctx *ctx);
587 bool detect_attack(struct crcda_ctx *ctx,