Searched refs:in_new (Results 1 – 1 of 1) sorted by relevance
58 unsigned char* in_new = NULL; in der_decode_custom_type_ex() local84 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