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