Home
last modified time | relevance | path

Searched refs:BER (Results 1 – 25 of 29) sorted by relevance

12

/external/scapy/scapy/layers/
Dx509.py21 ASN1_codec = ASN1_Codecs.BER
25 ASN1_codec = ASN1_Codecs.BER
31 ASN1_codec = ASN1_Codecs.BER
49 ASN1_codec = ASN1_Codecs.BER
55 ASN1_codec = ASN1_Codecs.BER
62 ASN1_codec = ASN1_Codecs.BER
84 ASN1_codec = ASN1_Codecs.BER
90 ASN1_codec = ASN1_Codecs.BER
98 ASN1_codec = ASN1_Codecs.BER
109 ASN1_codec = ASN1_Codecs.BER
[all …]
Dsnmp.py152 ASN1_codec = ASN1_Codecs.BER
159 ASN1_codec = ASN1_Codecs.BER
167 ASN1_codec = ASN1_Codecs.BER
175 ASN1_codec = ASN1_Codecs.BER
183 ASN1_codec = ASN1_Codecs.BER
191 ASN1_codec = ASN1_Codecs.BER
201 ASN1_codec = ASN1_Codecs.BER
209 ASN1_codec = ASN1_Codecs.BER
217 ASN1_codec = ASN1_Codecs.BER
226 ASN1_codec = ASN1_Codecs.BER
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DBERApplicationSpecific.java55 byte[] data = object.toASN1Primitive().getEncoded(ASN1Encoding.BER); in getEncoding()
89 bOut.write(((ASN1Object)vec.get(i)).getEncoded(ASN1Encoding.BER)); in getEncodedVector()
DASN1Encoding.java23 static final String BER = "BER"; field
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBERApplicationSpecific.java53 byte[] data = object.toASN1Primitive().getEncoded(ASN1Encoding.BER); in getEncoding()
87 bOut.write(((ASN1Object)vec.get(i)).getEncoded(ASN1Encoding.BER)); in getEncodedVector()
DASN1Encoding.java21 static final String BER = "BER"; field
/external/python/pyasn1/
DCHANGES.rst98 - Improved BER/CER/DER decoder performance by not unconditionally casting
102 - Fixed constructed types decoding failure at BER codec if running
137 - BER/CER/DER value encoders refactored to produce either tuple of
158 - Codecs lookup made more efficient at BER/CER/DER decoder main loop by
228 - FIX TO A SECURITY WEAKNESS: BER decoder improperly cached long tags.
371 BER decoders. So we had to back off the *encoder* for a while.
392 - Added some more checks to ObjectIdentifier BER encoder catching
412 - Fix to substrate underrun error handling at ObjectIdentifier BER decoder
413 - Fix to BER Boolean decoder that allows other pre-computed
501 + BER decoder for integer values now looks up a small set of pre-computed
[all …]
DREADME.md20 * Standards compliant BER/CER/DER codecs
158 serialised forms. As of this moment, pyasn1 supports BER, DER, CER and
/external/scapy/scapy/asn1/
Dber.py191 codec = ASN1_Codecs.BER
237 codec = context[p].get_codec(ASN1_Codecs.BER)
266 ASN1_Codecs.BER.register_stem(BERcodec_Object)
Dasn1.py84 BER = 1 variable in ASN1_Codecs
460 conf.ASN1_default_codec = ASN1_Codecs.BER
/external/scapy/doc/scapy/
Dadvanced_usage.rst17 The most used encoding rules are BER (Basic Encoding Rules) and DER (Distinguished Encoding Rules).…
85 …choose an encoding rule. Scapy provides only BER for the moment (actually, it may be DER. DER look…
122 >>> x.enc(ASN1_Codecs.BER)
297 …N1_root`` attributes. The first one is a codec (for example: ``ASN1_Codecs.BER``), the second one …
315 …s with new names). This means creating the corresponding ASN.1 objects and BER codecs is simplisti…
333 …act that everything is automatically registered and that ASN.1 objects and BER codecs can find eac…
358 ASN1_codec = ASN1_Codecs.BER
365 ASN1_codec = ASN1_Codecs.BER
373 ASN1_codec = ASN1_Codecs.BER
382 ASN1_codec = ASN1_Codecs.BER
/external/fec/
Dsse2bfly27.s131 # show that a higher threshold could be used without affecting BER performance
/external/boringssl/src/third_party/wycheproof_testvectors/
Decdsa_secp224r1_sha224_test.txt44 # BER encoding instead of DER encoding. Implementations should not accept such
53 # BER encoding instead of DER encoding. Implementations should not accept such
62 # BER encoding instead of DER encoding. Implementations should not accept such
71 # BER encoding instead of DER encoding. Implementations should not accept such
80 # BER encoding instead of DER encoding. Implementations should not accept such
89 # BER encoding instead of DER encoding. Implementations should not accept such
506 # BER encoding instead of DER encoding. Implementations should not accept such
605 # BER encoding instead of DER encoding. Implementations should not accept such
614 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp384r1_sha384_test.txt44 # BER encoding instead of DER encoding. Implementations should not accept such
53 # BER encoding instead of DER encoding. Implementations should not accept such
62 # BER encoding instead of DER encoding. Implementations should not accept such
71 # BER encoding instead of DER encoding. Implementations should not accept such
80 # BER encoding instead of DER encoding. Implementations should not accept such
89 # BER encoding instead of DER encoding. Implementations should not accept such
506 # BER encoding instead of DER encoding. Implementations should not accept such
605 # BER encoding instead of DER encoding. Implementations should not accept such
614 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp224r1_sha256_test.txt34 # BER encoding instead of DER encoding. Implementations should not accept such
43 # BER encoding instead of DER encoding. Implementations should not accept such
52 # BER encoding instead of DER encoding. Implementations should not accept such
61 # BER encoding instead of DER encoding. Implementations should not accept such
70 # BER encoding instead of DER encoding. Implementations should not accept such
79 # BER encoding instead of DER encoding. Implementations should not accept such
496 # BER encoding instead of DER encoding. Implementations should not accept such
595 # BER encoding instead of DER encoding. Implementations should not accept such
604 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp256r1_sha256_test.txt44 # BER encoding instead of DER encoding. Implementations should not accept such
53 # BER encoding instead of DER encoding. Implementations should not accept such
62 # BER encoding instead of DER encoding. Implementations should not accept such
71 # BER encoding instead of DER encoding. Implementations should not accept such
80 # BER encoding instead of DER encoding. Implementations should not accept such
89 # BER encoding instead of DER encoding. Implementations should not accept such
506 # BER encoding instead of DER encoding. Implementations should not accept such
605 # BER encoding instead of DER encoding. Implementations should not accept such
614 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp224r1_sha512_test.txt44 # BER encoding instead of DER encoding. Implementations should not accept such
53 # BER encoding instead of DER encoding. Implementations should not accept such
62 # BER encoding instead of DER encoding. Implementations should not accept such
71 # BER encoding instead of DER encoding. Implementations should not accept such
80 # BER encoding instead of DER encoding. Implementations should not accept such
89 # BER encoding instead of DER encoding. Implementations should not accept such
506 # BER encoding instead of DER encoding. Implementations should not accept such
605 # BER encoding instead of DER encoding. Implementations should not accept such
614 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp256r1_sha512_test.txt44 # BER encoding instead of DER encoding. Implementations should not accept such
53 # BER encoding instead of DER encoding. Implementations should not accept such
62 # BER encoding instead of DER encoding. Implementations should not accept such
71 # BER encoding instead of DER encoding. Implementations should not accept such
80 # BER encoding instead of DER encoding. Implementations should not accept such
89 # BER encoding instead of DER encoding. Implementations should not accept such
506 # BER encoding instead of DER encoding. Implementations should not accept such
605 # BER encoding instead of DER encoding. Implementations should not accept such
614 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp384r1_sha512_test.txt54 # BER encoding instead of DER encoding. Implementations should not accept such
63 # BER encoding instead of DER encoding. Implementations should not accept such
72 # BER encoding instead of DER encoding. Implementations should not accept such
81 # BER encoding instead of DER encoding. Implementations should not accept such
90 # BER encoding instead of DER encoding. Implementations should not accept such
99 # BER encoding instead of DER encoding. Implementations should not accept such
516 # BER encoding instead of DER encoding. Implementations should not accept such
615 # BER encoding instead of DER encoding. Implementations should not accept such
624 # BER encoding instead of DER encoding. Implementations should not accept such
Decdsa_secp521r1_sha512_test.txt34 # BER encoding instead of DER encoding. Implementations should not accept such
43 # BER encoding instead of DER encoding. Implementations should not accept such
52 # BER encoding instead of DER encoding. Implementations should not accept such
469 # BER encoding instead of DER encoding. Implementations should not accept such
538 # BER encoding instead of DER encoding. Implementations should not accept such
547 # BER encoding instead of DER encoding. Implementations should not accept such
586 # BER encoding instead of DER encoding. Implementations should not accept such
595 # BER encoding instead of DER encoding. Implementations should not accept such
/external/python/pyasn1/docs/source/
Dcontents.rst157 * `A Layman's Guide to a Subset of ASN.1, BER, and DER <ftp://ftp.rsasecurity.com/pub/pkcs/ascii/la…
/external/scapy/test/
Dx509.uts8 + General BER decoding tests
/external/boringssl/src/crypto/evp/
Devp_tests.txt618 # BER signature
/external/icu/icu4j/perf-tests/data/collation/
DTestNames_SerbianSH.txt8823 BER ALEKSIJE
8824 BER FRANJO
8825 BERČEK ĐERĐ
8826 BERČEK BOŽIDAR
8827 BERČEK FRANJA
8828 BERČEK LADISLAV
8829 BERČEK MARIJA
8830 BERČEK MIHAILO
8831 BERČEK OSKAR
8832 BERČEK SANISLO
[all …]
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt2714 MA-BER Berkane

12