PBEPARAM
return (PBEPARAM *)ASN1_item_d2i((ASN1_VALUE **)a, in, len,
i2d_PBEPARAM(PBEPARAM *a, unsigned char **out)
PBEPARAM *
return (PBEPARAM *)ASN1_item_new(&PBEPARAM_it);
PBEPARAM_free(PBEPARAM *a)
PBEPARAM *pbe = NULL;
.offset = offsetof(PBEPARAM, salt),
.offset = offsetof(PBEPARAM, iter),
.size = sizeof(PBEPARAM),
PBEPARAM *
d2i_PBEPARAM(PBEPARAM **a, const unsigned char **in, long len)
PBEPARAM *pbe;
PBEPARAM *pbe;
PBEPARAM *pbe = NULL;
PBEPARAM *PBEPARAM_new(void);
void PBEPARAM_free(PBEPARAM *a);
PBEPARAM *d2i_PBEPARAM(PBEPARAM **a, const unsigned char **in, long len);
int i2d_PBEPARAM(PBEPARAM *a, unsigned char **out);
PBEPARAM *pbe = NULL;