X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fppp-crypto-priv.h;h=984f08ad3b3cbbc05c2dda3f1356bb114e728384;hb=a25e52a87c3f5cbe2c2264f4e7c4c02439ac6717;hp=a0cc14c4231af3f0f6f7adb8d442d36d3ddfb67c;hpb=3b87aa186a1a60709fe3884798b291e795776135;p=ppp.git diff --git a/pppd/ppp-crypto-priv.h b/pppd/ppp-crypto-priv.h index a0cc14c..984f08a 100644 --- a/pppd/ppp-crypto-priv.h +++ b/pppd/ppp-crypto-priv.h @@ -51,8 +51,6 @@ struct _PPP_MD_CTX struct _PPP_CIPHER { int (*init_fn)(PPP_CIPHER_CTX *ctx, const unsigned char *key, const unsigned char *iv); - void (*set_key_fn)(PPP_CIPHER_CTX *ctx, const unsigned char *key); - void (*set_iv_fn)(PPP_CIPHER_CTX *ctx, const unsigned char *iv); int (*update_fn)(PPP_CIPHER_CTX *ctx, unsigned char *out, int *outl, const unsigned char *in, int inl); int (*final_fn)(PPP_CIPHER_CTX *ctx, unsigned char *out, int *outl); void (*clean_fn)(PPP_CIPHER_CTX *ctx);