Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/custom_type/
A Dder_decode_custom_type.c58 unsigned char* in_new = NULL; in der_decode_custom_type_ex() local
84 in_new = XMALLOC(inlen); in der_decode_custom_type_ex()
85 if (in_new == NULL) { in der_decode_custom_type_ex()
88 XMEMCPY(in_new, in, inlen); in der_decode_custom_type_ex()
89 in = in_new; in der_decode_custom_type_ex()
121 in_new[x] = (unsigned char)der_asn1_type_to_identifier_map[list[0].type]; in der_decode_custom_type_ex()
412 if (in_new != NULL) { in der_decode_custom_type_ex()
413 XFREE(in_new); in der_decode_custom_type_ex()

Completed in 2 milliseconds