Home
last modified time | relevance | path

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

/linux/crypto/asymmetric_keys/
H A Dasymmetric_type.c501 char *parse_buf; in asymmetric_lookup_restriction() local
513 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
514 if (!parse_buf) in asymmetric_lookup_restriction()
517 next = parse_buf; in asymmetric_lookup_restriction()
557 kfree(parse_buf); in asymmetric_lookup_restriction()