Searched refs:holdInstruction (Results 1 – 4 of 4) sorted by relevance
/external/python/pyasn1-modules/pyasn1_modules/ |
D | rfc3280.py | 1110 holdInstruction = _OID(2, 2, 840, 10040, 2) variable 1114 id_holdinstruction_callissuer = _OID(holdInstruction, 2) 1492 id_holdinstruction_none = _OID(holdInstruction, 1) 1494 id_holdinstruction_reject = _OID(holdInstruction, 3)
|
D | rfc5280.py | 1224 holdInstruction = _buildOid(2, 2, 840, 10040, 2) variable 1226 id_holdinstruction_callissuer = _buildOid(holdInstruction, 2) 1462 id_holdinstruction_none = _buildOid(holdInstruction, 1) 1545 id_holdinstruction_reject = _buildOid(holdInstruction, 3)
|
D | rfc2459.py | 745 holdInstruction = univ.ObjectIdentifier('2.2.840.10040.2') variable
|
/external/boringssl/src/crypto/obj/ |
D | objects.txt | 917 !Alias holdInstruction X9-57 2 919 holdInstruction 1 : holdInstructionNone : Hold Instruction None 921 holdInstruction 2 : holdInstructionCallIssuer : Hold Instruction Call Issuer 923 holdInstruction 3 : holdInstructionReject : Hold Instruction Reject
|