Searched refs:rksp (Results 1 – 1 of 1) sorted by relevance
1260 struct sk_resident_key ***rksp, size_t *nrksp) in read_rks() argument1400 if ((tmp = recallocarray(*rksp, *nrksp, (*nrksp) + 1, in read_rks()1401 sizeof(**rksp))) == NULL) { in read_rks()1405 *rksp = tmp; in read_rks()1406 (*rksp)[(*nrksp)++] = srk; in read_rks()1428 struct sk_resident_key ***rksp, size_t *nrksp) in sk_load_resident_keys() argument1436 *rksp = NULL; in sk_load_resident_keys()1461 *rksp = rks; in sk_load_resident_keys()