Searched refs:asn1_header_decode (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/cifs/ |
D | asn1.c | 223 asn1_header_decode(struct asn1_ctx *ctx, in asn1_header_decode() function 508 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit() 518 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit() 539 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit() 550 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit() 561 if (asn1_header_decode(&ctx, &end, &cls, &con, &tag) == 0) { in decode_negTokenInit() 572 if (asn1_header_decode in decode_negTokenInit() 585 rc = asn1_header_decode(&ctx, &end, &cls, &con, &tag); in decode_negTokenInit()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_nat_snmp_basic.c | 246 static unsigned char asn1_header_decode(struct asn1_ctx *ctx, in asn1_header_decode() function 684 if (!asn1_header_decode(ctx, &eoc, &cls, &con, &tag)) in snmp_object_decode() 690 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_object_decode() 699 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) { in snmp_object_decode() 836 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_request_decode() 845 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_request_decode() 854 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_request_decode() 931 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_trap_decode() 940 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_trap_decode() 956 if (!asn1_header_decode(ctx, &end, &cls, &con, &tag)) in snmp_trap_decode() [all …]
|