Searched refs:decipher_only (Results 1 – 6 of 6) sorted by relevance
/external/python/cryptography/src/cryptography/x509/ |
D | extensions.py | 958 encipher_only, decipher_only): argument 959 if not key_agreement and (encipher_only or decipher_only): 973 self._decipher_only = decipher_only 993 def decipher_only(self): member in KeyUsage 1004 decipher_only = self.decipher_only 1007 decipher_only = None 1016 self, encipher_only, decipher_only)
|
/external/python/cryptography/tests/x509/ |
D | test_x509_ext.py | 796 decipher_only=False 809 decipher_only=True 822 decipher_only=True 835 decipher_only=False 855 decipher_only=True 859 assert ku.decipher_only is True 871 decipher_only=False 878 ku.decipher_only 890 decipher_only=False 909 decipher_only=False [all …]
|
D | test_x509.py | 2693 decipher_only=False 2709 decipher_only=False 3070 decipher_only=False 3086 decipher_only=False 3106 decipher_only=True 3122 decipher_only=True
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | decode_asn1.py | 408 decipher_only = get_bit(bit_string, 8) == 1 418 decipher_only
|
D | encode_asn1.py | 296 res = set_bit(ku, 8, key_usage.decipher_only)
|
/external/python/cryptography/docs/x509/ |
D | reference.rst | 441 … key_agreement=False, key_cert_sign=True, crl_sign=True, encipher_only=None, decipher_only=None)>)> 1544 …ipherment, data_encipherment, key_agreement, key_cert_sign, crl_sign, encipher_only, decipher_only) 1631 .. attribute:: decipher_only
|