Home
last modified time | relevance | path

Searched refs:_OID (Results 1 – 6 of 6) sorted by relevance

/external/python/pyasn1-modules/pyasn1_modules/
Drfc3279.py14 def _OID(*components): function
25 md2 = _OID(1, 2, 840, 113549, 2, 2)
26 md5 = _OID(1, 2, 840, 113549, 2, 5)
27 id_sha1 = _OID(1, 3, 14, 3, 2, 26)
28 id_dsa = _OID(1, 2, 840, 10040, 4, 1)
43 id_dsa_with_sha1 = _OID(1, 2, 840, 10040, 4, 3)
53 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1)
54 rsaEncryption = _OID(pkcs_1, 1)
55 md2WithRSAEncryption = _OID(pkcs_1, 2)
56 md5WithRSAEncryption = _OID(pkcs_1, 4)
[all …]
Drfc5084.py20 def _OID(*components): function
68 aes = _OID(2, 16, 840, 1, 101, 3, 4, 1)
70 id_aes128_CCM = _OID(aes, 7)
72 id_aes128_GCM = _OID(aes, 6)
74 id_aes192_CCM = _OID(aes, 27)
76 id_aes192_GCM = _OID(aes, 26)
78 id_aes256_CCM = _OID(aes, 47)
80 id_aes256_GCM = _OID(aes, 46)
Drfc3280.py26 def _OID(*components): function
63 id_at = _OID(2, 5, 4)
65 id_at_name = _OID(id_at, 41)
104 id_pkix = _OID(1, 3, 6, 1, 5, 5, 7)
106 id_qt = _OID(id_pkix, 2)
306 id_at_dnQualifier = _OID(id_at, 46)
331 id_domainComponent = _OID(0, 9, 2342, 19200300, 100, 1, 25)
380 id_at_surname = _OID(id_at, 4)
384 id_ad = _OID(id_pkix, 48)
558 id_pe = _OID(id_pkix, 1)
[all …]
Drfc4055.py24 def _OID(*components): function
34 id_sha1 = _OID(1, 3, 14, 3, 2, 26)
36 id_sha256 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 1)
38 id_sha384 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 2)
40 id_sha512 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 3)
42 id_sha224 = _OID(2, 16, 840, 1, 101, 3, 4, 2, 4)
44 rsaEncryption = _OID(1, 2, 840, 113549, 1, 1, 1)
46 id_mgf1 = _OID(1, 2, 840, 113549, 1, 1, 8)
48 id_RSAES_OAEP = _OID(1, 2, 840, 113549, 1, 1, 7)
50 id_pSpecified = _OID(1, 2, 840, 113549, 1, 1, 9)
[all …]
Drfc8226.py25 def _OID(*components): function
81 id_pe_JWTClaimConstraints = _OID(1, 3, 6, 1, 5, 5, 7, 1, 27)
130 id_pe_TNAuthList = _OID(1, 3, 6, 1, 5, 5, 7, 1, 26)
133 id_ad_stirTNList = _OID(1, 3, 6, 1, 5, 5, 7, 48, 14)
Drfc8103.py19 def _OID(*components): function
36 id_alg_AEADChaCha20Poly1305 = _OID(1, 2, 840, 113549, 1, 9, 16, 3, 18)