Home
last modified time | relevance | path

Searched refs:_algorithm (Results 1 – 25 of 25) sorted by relevance

/external/python/cryptography/src/cryptography/hazmat/primitives/kdf/
Dhkdf.py32 self._algorithm = algorithm
35 salt = b"\x00" * self._algorithm.digest_size
43 self._hkdf_expand = HKDFExpand(self._algorithm, length, info, backend)
46 h = hmac.HMAC(self._salt, self._algorithm, backend=self._backend)
69 self._algorithm = algorithm
95 while self._algorithm.digest_size * (len(output) - 1) < self._length:
96 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
Dconcatkdf.py61 self._algorithm = algorithm
76 return hashes.Hash(self._algorithm, self._backend)
97 self._algorithm = algorithm
119 return hmac.HMAC(self._salt, self._algorithm, self._backend)
Dkbkdf.py95 self._algorithm = algorithm
124 rounds = -(-self._length // self._algorithm.digest_size)
137 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
Dpbkdf2.py38 self._algorithm = algorithm
52 self._algorithm,
Dx963kdf.py39 self._algorithm = algorithm
61 h = hashes.Hash(self._algorithm, self._backend)
/external/python/asn1crypto/asn1crypto/
Dkeys.py716 _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/primitives/
Dcmac.py29 self._algorithm = algorithm
33 self._ctx = self._backend.create_cmac_ctx(self._algorithm)
63 self._algorithm, backend=self._backend, ctx=self._ctx.copy()
Dhmac.py30 self._algorithm = algorithm
Dhashes.py82 self._algorithm = algorithm
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Drsa.py97 padding._mgf._algorithm
101 oaep_md = backend._evp_md_non_null_from_algorithm(padding._algorithm)
214 padding._mgf._algorithm
309 self._algorithm = algorithm
310 self._hash_ctx = hashes.Hash(self._algorithm, self._backend)
319 self._algorithm,
338 self._algorithm = algorithm
339 self._hash_ctx = hashes.Hash(self._algorithm, self._backend)
348 self._algorithm,
Dcmac.py28 self._algorithm = algorithm
77 return _CMACContext(self._backend, self._algorithm, ctx=copied_ctx)
Ddsa.py56 self._algorithm = algorithm
58 self._hash_ctx = hashes.Hash(self._algorithm, self._backend)
76 self._algorithm = algorithm
77 self._hash_ctx = hashes.Hash(self._algorithm, self._backend)
Dutils.py40 algorithm = algorithm._algorithm
Dhashes.py16 self._algorithm = algorithm
Dhmac.py20 self._algorithm = algorithm
Dec.py235 self._backend, data, signature_algorithm._algorithm
335 self._backend, data, signature_algorithm._algorithm
Dbackend.py796 return self.hash_supported(padding._mgf._algorithm)
799 self._oaep_hash_supported(padding._mgf._algorithm)
800 and self._oaep_hash_supported(padding._algorithm)
1706 builder._response._algorithm
/external/python/cryptography/src/cryptography/hazmat/primitives/asymmetric/
Dpadding.py59 self._algorithm = algorithm
70 self._algorithm = algorithm
Dutils.py38 self._algorithm = algorithm
Dec.py319 self._algorithm = algorithm
/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/
Dhotp.py45 self._algorithm = algorithm
58 ctx = hmac.HMAC(self._key, self._algorithm, self._backend)
Dutils.py16 ("algorithm", hotp._algorithm.name.upper()),
/external/python/cryptography/src/cryptography/x509/
Docsp.py147 self._algorithm = algorithm
/external/python/cryptography/tests/hazmat/primitives/
Dtest_rsa.py1484 assert mgf._algorithm == algorithm
/external/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi26614 …<var-decl name='_algorithm' type-id='type-id-3608' visibility='default' filepath='src/mongo/db/rep…