Lines Matching full:plain
983 u8 *plain, *ppos, *res;1008 ppos = plain = os_malloc(plen);1009 if (plain == NULL)1011 plain[0] = 0;1029 os_free(plain);1039 if (plain[0] == 0 || plain[0] > plen - 1) {1041 os_free(plain);1045 res = os_memdup(plain + 1, plain[0]);1047 os_free(plain);1051 *reslen = plain[0];1052 os_free(plain);