Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dasn1_ber_bytecode.h20 typedef int (*asn1_action_t)(void *context, typedef
28 const asn1_action_t *actions;
/linux-4.4.14/lib/
Dasn1_decoder.c174 const asn1_action_t *actions = decoder->actions; in asn1_ber_decoder()