Home
last modified time | relevance | path

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

/linux-5.19.10/crypto/asymmetric_keys/
Dasymmetric_type.c511 char *parse_buf; in asymmetric_lookup_restriction() local
523 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
524 if (!parse_buf) in asymmetric_lookup_restriction()
527 next = parse_buf; in asymmetric_lookup_restriction()
567 kfree(parse_buf); in asymmetric_lookup_restriction()