Home
last modified time | relevance | path

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

/external/python/pyasn1-modules/tests/
Dtest_rfc5934.py140 rfc5652.id_signedData: rfc5652.SignedData(),
146 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
152 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
241 rfc5652.id_signedData: rfc5652.SignedData(),
247 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
253 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
Dtest_rfc3852.py58 rfc3852.id_signedData: rfc3852.SignedData(),
64 rfc3852.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
70 rfc3852.id_signedData: lambda x: x['encapContentInfo']['eContent'],
92 if next_layer == rfc3852.id_signedData:
Dtest_rfc7191.py71 assert asn1Object['contentType'] == rfc5652.id_signedData
99 assert asn1Object['contentType'] == rfc5652.id_signedData
146 assert asn1Object['contentType'] == rfc5652.id_signedData
174 assert asn1Object['contentType'] == rfc5652.id_signedData
232 assert asn1Object['contentType'] == rfc5652.id_signedData
261 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc3114.py141 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
147 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
160 if next_layer == rfc5652.id_signedData:
Dtest_rfc5035.py69 assert asn1Object['contentType'] == rfc5652.id_signedData
124 assert asn1Object['contentType'] == rfc5652.id_signedData
156 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc2634.py66 assert asn1Object['contentType'] == rfc5652.id_signedData
124 assert asn1Object['contentType'] == rfc5652.id_signedData
158 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc5652.py60 rfc5652.id_signedData: rfc5652.SignedData(),
66 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
72 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
Dtest_rfc6482.py67 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
73 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
Dtest_rfc6486.py69 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
75 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
Dtest_rfc5940.py82 assert asn1Object['contentType'] == rfc5652.id_signedData
109 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc4108.py66 assert asn1Object['contentType'] == rfc5652.id_signedData
96 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc6211.py66 assert asn1Object['contentType'] == rfc5652.id_signedData
91 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc7508.py68 assert asn1Object['contentType'] == rfc5652.id_signedData
99 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc6402.py58 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContentType'],
64 rfc5652.id_signedData: lambda x: x['encapContentInfo']['eContent'],
Dtest_rfc2985.py187 assert ci['contentType'] == rfc5652.id_signedData
271 assert attr['values'][0]['contentType'] == rfc5652.id_signedData
Dtest_rfc8358.py181 assert asn1Object['contentType'] == rfc5652.id_signedData
Dtest_rfc5751.py82 assert asn1Object['contentType'] == rfc5652.id_signedData
/external/python/pyasn1-modules/tools/
Dcmcdump.py41 elif next_layer == rfc5652.id_signedData:
/external/python/pyasn1-modules/pyasn1_modules/
Drfc5652.py550 id_signedData = _buildOid(1, 2, 840, 113549, 1, 7, 2) variable
742 id_signedData: SignedData(),
Drfc3852.py97 id_signedData = _buildOid(1, 2, 840, 113549, 1, 7, 2) variable