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.py27 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)
Dconcatkdf.py57 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)
Dkbkdf.py78 self._algorithm = algorithm
107 rounds = -(-self._length // self._algorithm.digest_size)
120 h = hmac.HMAC(key_material, self._algorithm, backend=self._backend)
Dpbkdf2.py32 self._algorithm = algorithm
46 self._algorithm,
Dx963kdf.py33 self._algorithm = algorithm
55 h = hashes.Hash(self._algorithm, self._backend)
/external/python/cryptography/src/cryptography/hazmat/primitives/
Dcmac.py28 self._algorithm = algorithm
32 self._ctx = self._backend.create_cmac_ctx(self._algorithm)
62 self._algorithm,
Dhmac.py27 self._algorithm = algorithm
Dhashes.py78 self._algorithm = algorithm
/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/backends/openssl/
Drsa.py96 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,
Dcmac.py25 self._algorithm = algorithm
76 self._backend, self._algorithm, ctx=copied_ctx
Ddsa.py53 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)
Dutils.py44 algorithm = algorithm._algorithm
Dhashes.py16 self._algorithm = algorithm
Dhmac.py19 self._algorithm = algorithm
Dec.py223 self._backend, data, signature_algorithm._algorithm
338 self._backend, data, signature_algorithm._algorithm
Dbackend.py576 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/
Dpadding.py58 self._algorithm = algorithm
69 self._algorithm = algorithm
Dutils.py57 self._algorithm = algorithm
Dec.py321 self._algorithm = algorithm
/external/python/cryptography/src/cryptography/hazmat/primitives/twofactor/
Dhotp.py44 self._algorithm = algorithm
57 ctx = hmac.HMAC(self._key, self._algorithm, self._backend)
Dutils.py16 ("algorithm", hotp._algorithm.name.upper()),
/external/python/cryptography/src/cryptography/x509/
Docsp.py133 self._algorithm = algorithm
/external/python/cryptography/tests/hazmat/primitives/
Dtest_rsa.py1386 assert mgf._algorithm == algorithm
/external/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi23740 …<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…