Home
last modified time | relevance | path

Searched defs:usedforsecurity (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython3/Modules/
D_hashopenssl.c902 int usedforsecurity) in py_evp_fromname()
994 int usedforsecurity) in EVP_new_impl()
1019 int usedforsecurity) in _hashlib_openssl_md5_impl()
1039 int usedforsecurity) in _hashlib_openssl_sha1_impl()
1059 int usedforsecurity) in _hashlib_openssl_sha224_impl()
1079 int usedforsecurity) in _hashlib_openssl_sha256_impl()
1099 int usedforsecurity) in _hashlib_openssl_sha384_impl()
1119 int usedforsecurity) in _hashlib_openssl_sha512_impl()
1141 int usedforsecurity) in _hashlib_openssl_sha3_224_impl()
1160 int usedforsecurity) in _hashlib_openssl_sha3_256_impl()
[all …]
Dsha2module.c581 _sha2_sha256_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha2_sha256_impl()
637 _sha2_sha224_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha2_sha224_impl()
691 _sha2_sha512_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha2_sha512_impl()
744 _sha2_sha384_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha2_sha384_impl()
Dmd5module.c289 _md5_md5_impl(PyObject *module, PyObject *string, int usedforsecurity) in _md5_md5_impl()
Dsha1module.c282 _sha1_sha1_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha1_sha1_impl()
Dsha3module.c110 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity) in py_sha3_new_impl()
/external/python/cpython3/Modules/clinic/
Dsha2module.c.h189 int usedforsecurity = 1; in _sha2_sha256() local
263 int usedforsecurity = 1; in _sha2_sha224() local
337 int usedforsecurity = 1; in _sha2_sha512() local
411 int usedforsecurity = 1; in _sha2_sha384() local
D_hashopenssl.c.h266 int usedforsecurity = 1; in EVP_new() local
342 int usedforsecurity = 1; in _hashlib_openssl_md5() local
417 int usedforsecurity = 1; in _hashlib_openssl_sha1() local
492 int usedforsecurity = 1; in _hashlib_openssl_sha224() local
567 int usedforsecurity = 1; in _hashlib_openssl_sha256() local
642 int usedforsecurity = 1; in _hashlib_openssl_sha384() local
717 int usedforsecurity = 1; in _hashlib_openssl_sha512() local
794 int usedforsecurity = 1; in _hashlib_openssl_sha3_224() local
873 int usedforsecurity = 1; in _hashlib_openssl_sha3_256() local
952 int usedforsecurity = 1; in _hashlib_openssl_sha3_384() local
[all …]
Dmd5module.c.h122 int usedforsecurity = 1; in _md5_md5() local
Dsha1module.c.h122 int usedforsecurity = 1; in _sha1_sha1() local
Dsha3module.c.h55 int usedforsecurity = 1; in py_sha3_new() local
/external/python/cpython3/Lib/test/support/
Dhashlib_helper.py11 def requires_hashdigest(digestname, openssl=None, usedforsecurity=True): argument
/external/python/cpython3/Modules/_blake2/clinic/
Dblake2s_impl.c.h73 int usedforsecurity = 1; in py_blake2s_new() local
Dblake2b_impl.c.h73 int usedforsecurity = 1; in py_blake2b_new() local
/external/python/cpython3/Modules/_blake2/
Dblake2s_impl.c99 int inner_size, int last_node, int usedforsecurity) in py_blake2s_new_impl()
Dblake2b_impl.c99 int inner_size, int last_node, int usedforsecurity) in py_blake2b_new_impl()