Home
last modified time | relevance | path

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

/external/openssl/crypto/asn1/
Dasn1_gen.c116 static int bitstr_cb(const char *elem, int len, void *bitstr);
117 static int asn1_cb(const char *elem, int len, void *bitstr);
277 static int asn1_cb(const char *elem, int len, void *bitstr) in asn1_cb() argument
279 tag_exp_arg *arg = bitstr; in asn1_cb()
833 static int bitstr_cb(const char *elem, int len, void *bitstr) in bitstr_cb() argument
847 if (!ASN1_BIT_STRING_set_bit(bitstr, bitnum, 1)) in bitstr_cb()