Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/asymmetric_keys/
Dasymmetric_type.c481 char *parse_buf; in asymmetric_lookup_restriction() local
493 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
494 if (!parse_buf) in asymmetric_lookup_restriction()
497 next = parse_buf; in asymmetric_lookup_restriction()
537 kfree(parse_buf); in asymmetric_lookup_restriction()