Searched refs:_tagn (Results 1 – 6 of 6) sorted by relevance
/linux/crypto/asymmetric_keys/ |
A D | x509_akid.asn1.c | 32 [ 3] = _tagn(CONT, PRIM, 0), 36 [ 6] = _tagn(CONT, CONS, 1), 40 [ 9] = _tagn(CONT, PRIM, 2), 47 [ 14] = _tagn(CONT, CONS, 0), 50 [ 17] = _tagn(CONT, CONS, 1), 53 [ 20] = _tagn(CONT, CONS, 2), 56 [ 23] = _tagn(CONT, CONS, 3), 59 [ 26] = _tagn(CONT, CONS, 4), 62 [ 29] = _tagn(CONT, CONS, 5), 65 [ 32] = _tagn(CONT, CONS, 6), [all …]
|
A D | pkcs7.asn1.c | 61 [ 8] = _tagn(CONT, CONS, 0), 90 [ 32] = _tagn(CONT, CONS, 0), 97 [ 38] = _tagn(CONT, CONS, 0), 101 [ 41] = _tagn(CONT, CONS, 2), 107 [ 46] = _tagn(CONT, CONS, 1), 111 [ 49] = _tagn(CONT, CONS, 3), 223 [ 132] = _tagn(CONT, PRIM, 0), 234 [ 141] = _tagn(CONT, CONS, 0), 239 [ 146] = _tagn(CONT, CONS, 2), 256 [ 161] = _tagn(CONT, CONS, 1), [all …]
|
A D | x509.asn1.c | 50 [ 5] = _tagn(CONT, CONS, 0), 108 [ 53] = _tagn(CONT, PRIM, 1), 111 [ 55] = _tagn(CONT, PRIM, 2), 113 [ 57] = _tagn(CONT, CONS, 3),
|
/linux/security/keys/trusted-keys/ |
A D | tpm2key.asn1.c | 32 [ 6] = _tagn(CONT, CONS, 0),
|
/linux/include/linux/ |
A D | asn1_ber_bytecode.h | 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) macro
|
/linux/lib/ |
A D | asn1_encoder.c | 301 *(data++) = _tagn(CONT, CONS, tag); in asn1_encode_tag()
|
Completed in 9 milliseconds