Home
last modified time | relevance | path

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

/external/python/asn1crypto/asn1crypto/
Dcms.py36 SignedDigestAlgorithm,
75 ('signature_algorithm', SignedDigestAlgorithm),
144 ('signature_algorithm', SignedDigestAlgorithm, {'implicit': 1, 'optional': True}),
223 ('signature', SignedDigestAlgorithm),
235 ('signature_algorithm', SignedDigestAlgorithm),
452 ('signature', SignedDigestAlgorithm),
467 ('signature_algorithm', SignedDigestAlgorithm),
608 ('signature_algorithm', SignedDigestAlgorithm),
Dcsr.py14 from .algos import SignedDigestAlgorithm
94 ('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.py292 class SignedDigestAlgorithm(_ForceNullParameters, Sequence): class
1179 for other_cls in (EncryptionAlgorithm, SignedDigestAlgorithm):
Dx509.py31 …m .algos import AlgorithmIdentifier, AnyAlgorithmIdentifier, DigestAlgorithm, SignedDigestAlgorithm
2128 ('signature', SignedDigestAlgorithm),
2142 ('signature_algorithm', SignedDigestAlgorithm),
/external/python/asn1crypto/tests/
Dtest_algos.py28 sha256_rsa = algos.SignedDigestAlgorithm({'algorithm': 'sha256_rsa'})
/external/python/asn1crypto/
Dchangelog.md263 - `algos.SignedDigestAlgorithm` now ensures the `parameters` are set to
440 - `algos.SignedDigestAlgorithm`