d2iX509ALGOR(3) OpenSL d2iX509ALGOR(3)
NAME
d2iX509ALGOR, i2dX509ALGOR - AlgorithmIdentifier functions.
SYNOPSIS
#include
X509ALGOR *d2iX509ALGOR(X509ALGOR **a, unsigned char **pp, long length);
int i2dX509ALGOR(X509ALGOR *a, unsigned char **pp);
DESCRIPTION
These functions decode and encode an X5009ALGOR structure which is
equivalent to the AlgorithmIdentifier structure.
Othewise these behave in a similar way to d2iX509() and i2dX509()
described in the d2iX509(3) manual page.
SEE ALSO
d2iX509(3)
HISTORY
TBA
0.9.7i 2002-10-09 d2iX509ALGOR(3)
|