Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_decode_custom_type.c51 unsigned char* in_new = NULL; in der_decode_custom_type_ex() local
77 in_new = XMALLOC(inlen); in der_decode_custom_type_ex()
78 if (in_new == NULL) { in der_decode_custom_type_ex()
81 XMEMCPY(in_new, in, inlen); in der_decode_custom_type_ex()
82 in = in_new; in der_decode_custom_type_ex()
114 in_new[x] = (unsigned char)der_asn1_type_to_identifier_map[list[0].type]; in der_decode_custom_type_ex()
421 if (in_new != NULL) { in der_decode_custom_type_ex()
422 XFREE(in_new); in der_decode_custom_type_ex()

Completed in 1 milliseconds