PBE2PARAM
i2d_PBE2PARAM(PBE2PARAM *a, unsigned char **out)
PBE2PARAM *
return (PBE2PARAM *)ASN1_item_new(&PBE2PARAM_it);
PBE2PARAM_free(PBE2PARAM *a)
PBE2PARAM *pbe2 = NULL;
.offset = offsetof(PBE2PARAM, keyfunc),
.offset = offsetof(PBE2PARAM, encryption),
.size = sizeof(PBE2PARAM),
PBE2PARAM *
d2i_PBE2PARAM(PBE2PARAM **a, const unsigned char **in, long len)
return (PBE2PARAM *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
PBE2PARAM *pbe2 = NULL;
PBE2PARAM *PBE2PARAM_new(void);
void PBE2PARAM_free(PBE2PARAM *a);
PBE2PARAM *d2i_PBE2PARAM(PBE2PARAM **a, const unsigned char **in, long len);
int i2d_PBE2PARAM(PBE2PARAM *a, unsigned char **out);