/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3279.py | 21 def _OID(*components): function 32 md2 = _OID(1, 2, 840, 113549, 2, 2) 33 md5 = _OID(1, 2, 840, 113549, 2, 5) 34 id_sha1 = _OID(1, 3, 14, 3, 2, 26) 35 id_dsa = _OID(1, 2, 840, 10040, 4, 1) 50 id_dsa_with_sha1 = _OID(1, 2, 840, 10040, 4, 3) 60 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1) 61 rsaEncryption = _OID(pkcs_1, 1) 62 md2WithRSAEncryption = _OID(pkcs_1, 2) 63 md5WithRSAEncryption = _OID(pkcs_1, 4) [all …]
|
D | rfc8018.py | 25 def _OID(*components): function 48 nistAlgorithms = _OID(2, 16, 840, 1, 101, 3, 4) 50 aes = _OID(nistAlgorithms, 1) 52 oiw = _OID(1, 3, 14) 54 rsadsi = _OID(1, 2, 840, 113549) 56 pkcs = _OID(rsadsi, 1) 58 digestAlgorithm = _OID(rsadsi, 2) 60 encryptionAlgorithm = _OID(rsadsi, 3) 62 pkcs_5 = _OID(pkcs, 5) 68 id_hmacWithSHA1 = _OID(digestAlgorithm, 7) [all …]
|
D | rfc5990.py | 23 def _OID(*components): function 46 is18033_2 = _OID(1, 0, 18033, 2) 48 nistAlgorithm = _OID(2, 16, 840, 1, 101, 3, 4) 50 pkcs_1 = _OID(1, 2, 840, 113549, 1, 1) 52 x9_44 = _OID(1, 3, 133, 16, 840, 9, 44) 54 x9_44_components = _OID(x9_44, 1) 83 id_rsa_kem = _OID(1, 2, 840, 113549, 1, 9, 16, 3, 14) 102 id_kem_rsa = _OID(is18033_2, 2, 4) 127 id_kdf_kdf2 = _OID(x9_44_components, 1) 129 id_kdf_kdf3 = _OID(x9_44_components, 2) [all …]
|
D | rfc2985.py | 30 def _OID(*components): function 203 ietf_at = _OID(1, 3, 6, 1, 5, 5, 7, 9) 205 id_at = _OID(2, 5, 4) 207 pkcs_9 = _OID(1, 2, 840, 113549, 1, 9) 209 pkcs_9_mo = _OID(pkcs_9, 0) 211 smime = _OID(pkcs_9, 16) 213 certTypes = _OID(pkcs_9, 22) 215 crlTypes = _OID(pkcs_9, 23) 217 pkcs_9_oc = _OID(pkcs_9, 24) 219 pkcs_9_at = _OID(pkcs_9, 25) [all …]
|
D | rfc7292.py | 28 def _OID(*components): function 96 rsadsi = _OID(1, 2, 840, 113549) 98 pkcs = _OID(rsadsi, 1) 100 pkcs_9 = _OID(pkcs, 9) 102 certTypes = _OID(pkcs_9, 22) 104 crlTypes = _OID(pkcs_9, 23) 106 pkcs_12 = _OID(pkcs, 12) 111 pkcs_12PbeIds = _OID(pkcs_12, 1) 113 pbeWithSHAAnd128BitRC4 = _OID(pkcs_12PbeIds, 1) 115 pbeWithSHAAnd40BitRC4 = _OID(pkcs_12PbeIds, 2) [all …]
|
D | rfc6031.py | 28 def _OID(*components): function 45 id_pskc_manufacturer = _OID(id_pskc, 1) 51 id_pskc_serialNo = _OID(id_pskc, 2) 57 id_pskc_model = _OID(id_pskc, 3) 63 id_pskc_issueNo = _OID(id_pskc, 4) 69 id_pskc_deviceBinding = _OID(id_pskc, 5) 75 id_pskc_deviceStartDate = _OID(id_pskc, 6) 81 id_pskc_deviceExpiryDate = _OID(id_pskc, 7) 87 id_pskc_moduleId = _OID(id_pskc, 8) 93 id_pskc_deviceUserId = _OID(id_pskc, 26) [all …]
|
D | rfc5084.py | 22 def _OID(*components): function 70 aes = _OID(2, 16, 840, 1, 101, 3, 4, 1) 72 id_aes128_CCM = _OID(aes, 7) 74 id_aes128_GCM = _OID(aes, 6) 76 id_aes192_CCM = _OID(aes, 27) 78 id_aes192_GCM = _OID(aes, 26) 80 id_aes256_CCM = _OID(aes, 47) 82 id_aes256_GCM = _OID(aes, 46)
|
D | rfc3280.py | 26 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 …]
|
D | rfc4055.py | 24 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 …]
|
D | rfc5751.py | 22 def _OID(*components): function 76 id_aa = _OID(id_smime, 2) 78 id_aa_encrypKeyPref = _OID(id_aa, 11) 101 id_cap = _OID(id_smime, 11) 103 id_cap_preferBinaryInside = _OID(id_cap, 1)
|
D | rfc8226.py | 26 def _OID(*components): function 86 id_pe_JWTClaimConstraints = _OID(1, 3, 6, 1, 5, 5, 7, 1, 27) 135 id_pe_TNAuthList = _OID(1, 3, 6, 1, 5, 5, 7, 1, 26) 138 id_ad_stirTNList = _OID(1, 3, 6, 1, 5, 5, 7, 48, 14)
|
D | rfc5934.py | 23 def _OID(*components): function 81 id_ct_TAMP_statusQuery = _OID(id_tamp, 1) 198 id_ct_TAMP_statusResponse = _OID(id_tamp, 2) 288 id_ct_TAMP_update = _OID(id_tamp, 3) 375 id_ct_TAMP_updateConfirm = _OID(id_tamp, 4) 477 id_ct_TAMP_apexUpdate = _OID(id_tamp, 5) 505 id_ct_TAMP_apexUpdateConfirm = _OID(id_tamp, 6) 559 id_ct_TAMP_communityUpdate = _OID(id_tamp, 7) 597 id_ct_TAMP_communityUpdateConfirm = _OID(id_tamp, 8) 645 id_ct_TAMP_seqNumAdjust = _OID(id_tamp, 10) [all …]
|
D | rfc8103.py | 19 def _OID(*components): function 36 id_alg_AEADChaCha20Poly1305 = _OID(1, 2, 840, 113549, 1, 9, 16, 3, 18)
|