Searched refs:der_encode_short_integer (Results 1 – 5 of 5) sorted by relevance
20 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen) in der_encode_short_integer() function
83 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
104 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_custom_type()
681 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen);
246 srcs-y += src/pk/asn1/der/short_integer/der_encode_short_integer.c