Home
last modified time | relevance | path

Searched refs:der_encode_asn1_length (Results 1 – 14 of 14) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/general/
A Dder_length_asn1_length.c19 return der_encode_asn1_length(len, NULL, outlen); in der_length_asn1_length()
A Dsub.mk5 srcs-y += der_encode_asn1_length.c
A Dder_encode_asn1_length.c18 int der_encode_asn1_length(unsigned long len, unsigned char *out, unsigned long *outlen) in der_encode_asn1_length() function
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/octet/
A Dder_encode_octet_string.c46 if ((err = der_encode_asn1_length(inlen, out + x, &len)) != CRYPT_OK) { in der_encode_octet_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/printable_string/
A Dder_encode_printable_string.c45 if ((err = der_encode_asn1_length(inlen, out + x, &len)) != CRYPT_OK) { in der_encode_printable_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/ia5/
A Dder_encode_ia5_string.c45 if ((err = der_encode_asn1_length(inlen, out + x, &len)) != CRYPT_OK) { in der_encode_ia5_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/bit/
A Dder_encode_bit_string.c48 if ((err = der_encode_asn1_length(y, out + x, &len)) != CRYPT_OK) { in der_encode_bit_string()
A Dder_encode_raw_bit_string.c50 if ((err = der_encode_asn1_length(y, out + x, &len)) != CRYPT_OK) { in der_encode_raw_bit_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/object_identifier/
A Dder_encode_object_identifier.c53 if ((err = der_encode_asn1_length(z, out + x, &y)) != CRYPT_OK) { in der_encode_object_identifier()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/utf8/
A Dder_encode_utf8_string.c52 if ((err = der_encode_asn1_length(len, out + x, &y)) != CRYPT_OK) { in der_encode_utf8_string()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/integer/
A Dder_encode_integer.c61 if ((err = der_encode_asn1_length(y, out, &len)) != CRYPT_OK) { in der_encode_integer()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/sequence/
A Dder_encode_sequence_ex.c50 if ((err = der_encode_asn1_length(z, &out[x], &y)) != CRYPT_OK) { in der_encode_sequence_ex()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_encode_custom_type.c66 if ((err = der_encode_asn1_length(z, &out[x], &y)) != CRYPT_OK) { in der_encode_custom_type()
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/
A Dtomcrypt_private.h405 int der_encode_asn1_length(unsigned long len, unsigned char* out, unsigned long* outlen);

Completed in 11 milliseconds