Home
last modified time | relevance | path

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

/external/u-boot/lib/crypto/
Dasymmetric_type.c493 char *parse_buf; in asymmetric_lookup_restriction() local
505 parse_buf = kstrndup(restriction, PAGE_SIZE, GFP_KERNEL); in asymmetric_lookup_restriction()
506 if (!parse_buf) in asymmetric_lookup_restriction()
509 next = parse_buf; in asymmetric_lookup_restriction()
549 kfree(parse_buf); in asymmetric_lookup_restriction()
/external/cn-cbor/src/
Dcn-cbor.c85 struct parse_buf { struct
97 static cn_cbor *decode_item (struct parse_buf *pb CBOR_CONTEXT, cn_cbor* top_parent) { in decode_item() argument
258 struct parse_buf pb; in cn_cbor_decode()