Searched refs:der_encode_short_integer (Results 1 – 9 of 9) sorted by relevance
28 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen) in der_encode_short_integer() function
220 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
453 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen);
89 src/pk/asn1/der/short_integer/der_encode_short_integer.obj \
125 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
179 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
184 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
4448 int der_encode_short_integer(unsigned long num,
585 DO(der_encode_short_integer(mp_get_int(a), buf[1], &y));