Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dasn1_ber_bytecode.h16 typedef int (*asn1_action_t)(void *context, typedef
24 const asn1_action_t *actions;
/openbmc/linux/lib/
H A Dasn1_decoder.c173 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder()