Home
last modified time | relevance | path

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

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