Home
last modified time | relevance | path

Searched refs:SignedDigestAlgorithm (Results 1 – 8 of 8) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcms.py37 SignedDigestAlgorithm,
76 ('signature_algorithm', SignedDigestAlgorithm),
147 ('signature_algorithm', SignedDigestAlgorithm, {'implicit': 1, 'optional': True}),
226 ('signature', SignedDigestAlgorithm),
238 ('signature_algorithm', SignedDigestAlgorithm),
455 ('signature', SignedDigestAlgorithm),
470 ('signature_algorithm', SignedDigestAlgorithm),
611 ('signature_algorithm', SignedDigestAlgorithm),
Dcsr.py14 from .algos import SignedDigestAlgorithm
131 ('signature_algorithm', SignedDigestAlgorithm),
Docsp.py16 from .algos import DigestAlgorithm, SignedDigestAlgorithm
158 ('sig_identifier', SignedDigestAlgorithm),
209 ('signature_algorithm', SignedDigestAlgorithm),
594 ('signature_algorithm', SignedDigestAlgorithm),
Dcrl.py16 from .algos import SignedDigestAlgorithm
278 ('signature', SignedDigestAlgorithm),
290 ('signature_algorithm', SignedDigestAlgorithm),
Dalgos.py297 class SignedDigestAlgorithm(_ForceNullParameters, Sequence): class
1187 for other_cls in (EncryptionAlgorithm, SignedDigestAlgorithm):
Dx509.py31 …m .algos import AlgorithmIdentifier, AnyAlgorithmIdentifier, DigestAlgorithm, SignedDigestAlgorithm
2133 ('signature', SignedDigestAlgorithm),
2147 ('signature_algorithm', SignedDigestAlgorithm),
/external/python/asn1crypto/tests/
Dtest_algos.py28 sha256_rsa = algos.SignedDigestAlgorithm({'algorithm': 'sha256_rsa'})
/external/python/asn1crypto/
Dchangelog.md301 - `algos.SignedDigestAlgorithm` now ensures the `parameters` are set to
478 - `algos.SignedDigestAlgorithm`