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 D | der_length_asn1_length.c | 19 return der_encode_asn1_length(len, NULL, outlen); in der_length_asn1_length()
|
A D | sub.mk | 5 srcs-y += der_encode_asn1_length.c
|
A D | der_encode_asn1_length.c | 18 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 D | der_encode_octet_string.c | 46 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 D | der_encode_printable_string.c | 45 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 D | der_encode_ia5_string.c | 45 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 D | der_encode_bit_string.c | 48 if ((err = der_encode_asn1_length(y, out + x, &len)) != CRYPT_OK) { in der_encode_bit_string()
|
A D | der_encode_raw_bit_string.c | 50 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 D | der_encode_object_identifier.c | 53 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 D | der_encode_utf8_string.c | 52 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 D | der_encode_integer.c | 61 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 D | der_encode_sequence_ex.c | 50 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 D | der_encode_custom_type.c | 66 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 D | tomcrypt_private.h | 405 int der_encode_asn1_length(unsigned long len, unsigned char* out, unsigned long* outlen);
|
Completed in 11 milliseconds