Searched refs:asn1_header_decode (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/fs/cifs/
H A Dasn1.c223 asn1_header_decode(struct asn1_ctx *ctx, asn1_header_decode() function
508 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { decode_negTokenInit()
518 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); decode_negTokenInit()
539 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { decode_negTokenInit()
550 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { decode_negTokenInit()
561 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { decode_negTokenInit()
572 if (asn1_header_decode decode_negTokenInit()
585 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); decode_negTokenInit()
/linux-4.4.14/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c246 static unsigned char asn1_header_decode(struct asn1_ctx *ctx, asn1_header_decode() function
684 if (!asn1_header_decode(ctx, &eoc, &cls, &con, &tag)) snmp_object_decode()
690 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_object_decode()
699 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) { snmp_object_decode()
836 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_request_decode()
845 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_request_decode()
854 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_request_decode()
931 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_trap_decode()
940 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_trap_decode()
956 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_trap_decode()
965 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_trap_decode()
974 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) snmp_trap_decode()
1036 if (!asn1_header_decode(&ctx, &eoc, &cls, &con, &tag)) snmp_parse_mangle()
1044 if (!asn1_header_decode(&ctx, &end, &cls, &con, &tag)) snmp_parse_mangle()
1058 if (!asn1_header_decode (&ctx, &end, &cls, &con, &tag)) snmp_parse_mangle()
1077 if (!asn1_header_decode(&ctx, &eoc, &cls, &con, &pdutype)) snmp_parse_mangle()
1130 if (!asn1_header_decode(&ctx, &eoc, &cls, &con, &tag)) snmp_parse_mangle()

Completed in 52 milliseconds