Lines Matching refs:parser
34 Also provided is the concept of a data parser. Data parsers are responsible
36 function. The first data parser that recognises the blob gets to set the
39 A data parser may interpret the data blob as containing the bits representing a
169 The subtype is selected by the key data parser and the parser must initialise
237 During key instantiation each parser in the list is tried until one doesn't
240 The parser definition structure can be found in:
242 #include <keys/asymmetric-parser.h>
254 the parser.
256 There is currently only a single operation defined by the parser, and it is
284 If the parser is happy with the blob, it should propose a description for
309 int register_asymmetric_key_parser(struct asymmetric_key_parser *parser);