/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/ |
D | hkdf.py | 27 self._algorithm = algorithm 30 salt = b"\x00" * self._algorithm.digest_size 38 self._hkdf_expand = HKDFExpand(self._algorithm, length, info, backend) 41 h = hmac.HMAC(self._salt, self._algorithm, backend=self._backend) 63 self._algorithm = algorithm 90 while self._algorithm.digest_size * (len(output) - 1) < self._length: 91 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
|
D | concatkdf.py | 57 self._algorithm = algorithm 72 return hashes.Hash(self._algorithm, self._backend) 91 self._algorithm = algorithm 113 return hmac.HMAC(self._salt, self._algorithm, self._backend)
|
D | kbkdf.py | 78 self._algorithm = algorithm 107 rounds = -(-self._length // self._algorithm.digest_size) 120 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
|
D | pbkdf2.py | 32 self._algorithm = algorithm 46 self._algorithm,
|
D | x963kdf.py | 33 self._algorithm = algorithm 55 h = hashes.Hash(self._algorithm, self._backend)
|
/external/python/cryptography/src/cryptography/hazmat/primitives/ |
D | cmac.py | 28 self._algorithm = algorithm 32 self._ctx = self._backend.create_cmac_ctx(self._algorithm) 62 self._algorithm,
|
D | hmac.py | 27 self._algorithm = algorithm
|
D | hashes.py | 78 self._algorithm = algorithm
|
/external/python/asn1crypto/asn1crypto/ |
D | keys.py | 716 _algorithm = None variable in PrivateKeyInfo 777 container._algorithm = algorithm 888 if self._algorithm is None: 889 self._algorithm = self['private_key_algorithm']['algorithm'].native 890 return self._algorithm 1072 _algorithm = None variable in PublicKeyInfo 1206 if self._algorithm is None: 1207 self._algorithm = self['algorithm']['algorithm'].native 1208 return self._algorithm
|
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | rsa.py | 96 padding._mgf._algorithm) 99 oaep_md = backend._evp_md_non_null_from_algorithm(padding._algorithm) 214 padding._mgf._algorithm) 286 self._algorithm = algorithm 287 self._hash_ctx = hashes.Hash(self._algorithm, self._backend) 296 self._algorithm, 315 self._algorithm = algorithm 316 self._hash_ctx = hashes.Hash(self._algorithm, self._backend) 325 self._algorithm,
|
D | cmac.py | 25 self._algorithm = algorithm 76 self._backend, self._algorithm, ctx=copied_ctx
|
D | dsa.py | 53 self._algorithm = algorithm 55 self._hash_ctx = hashes.Hash(self._algorithm, self._backend) 73 self._algorithm = algorithm 74 self._hash_ctx = hashes.Hash(self._algorithm, self._backend)
|
D | utils.py | 44 algorithm = algorithm._algorithm
|
D | hashes.py | 16 self._algorithm = algorithm
|
D | hmac.py | 19 self._algorithm = algorithm
|
D | ec.py | 223 self._backend, data, signature_algorithm._algorithm 338 self._backend, data, signature_algorithm._algorithm
|
D | backend.py | 576 return self.hash_supported(padding._mgf._algorithm) 579 self._oaep_hash_supported(padding._mgf._algorithm) and 580 self._oaep_hash_supported(padding._algorithm) and 1495 builder._response._algorithm
|
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/ |
D | padding.py | 58 self._algorithm = algorithm 69 self._algorithm = algorithm
|
D | utils.py | 57 self._algorithm = algorithm
|
D | ec.py | 321 self._algorithm = algorithm
|
/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/ |
D | hotp.py | 44 self._algorithm = algorithm 57 ctx = hmac.HMAC(self._key, self._algorithm, self._backend)
|
D | utils.py | 16 ("algorithm", hotp._algorithm.name.upper()),
|
/external/python/cryptography/src/cryptography/x509/ |
D | ocsp.py | 133 self._algorithm = algorithm
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_rsa.py | 1386 assert mgf._algorithm == algorithm
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test12-pr18844.so.abi | 23740 …<var-decl name='_algorithm' type-id='type-id-3682' visibility='default' filepath='src/mongo/db/rep… 28255 …<var-decl name='_algorithm' type-id='type-id-3682' visibility='default' filepath='src/mongo/db/rep…
|