Home
last modified time | relevance | path

Searched refs:der_encode_short_integer (Results 1 – 9 of 9) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/
Dder_encode_short_integer.c28 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen) in der_encode_short_integer() function
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
Dder_encode_sequence_ex.c220 … if ((err = der_encode_short_integer(*((unsigned long*)data), out + x, &z)) != CRYPT_OK) { in der_encode_sequence_ex()
/external/dropbear/libtomcrypt/src/headers/
Dtomcrypt_pk.h453 int der_encode_short_integer(unsigned long num, unsigned char *out, unsigned long *outlen);
/external/dropbear/libtomcrypt/
Dmakefile.msvc89 src/pk/asn1/der/short_integer/der_encode_short_integer.obj \
Dmakefile.unix125 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
Dmakefile.icc179 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
Dmakefile.shared184 src/pk/asn1/der/short_integer/der_encode_short_integer.o \
Dcrypt.tex4448 int der_encode_short_integer(unsigned long num,
/external/dropbear/libtomcrypt/testprof/
Dder_tests.c585 DO(der_encode_short_integer(mp_get_int(a), buf[1], &y));