Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_hashopenssl.c.h190 int usedforsecurity = 1; in EVP_new() local
243 int usedforsecurity = 1; in _hashlib_openssl_md5() local
295 int usedforsecurity = 1; in _hashlib_openssl_sha1() local
347 int usedforsecurity = 1; in _hashlib_openssl_sha224() local
399 int usedforsecurity = 1; in _hashlib_openssl_sha256() local
451 int usedforsecurity = 1; in _hashlib_openssl_sha384() local
503 int usedforsecurity = 1; in _hashlib_openssl_sha512() local
557 int usedforsecurity = 1; in _hashlib_openssl_sha3_224() local
613 int usedforsecurity = 1; in _hashlib_openssl_sha3_256() local
669 int usedforsecurity = 1; in _hashlib_openssl_sha3_384() local
[all …]
Dsha512module.c.h100 int usedforsecurity = 1; in _sha512_sha512() local
151 int usedforsecurity = 1; in _sha512_sha384() local
Dsha256module.c.h100 int usedforsecurity = 1; in _sha256_sha256() local
151 int usedforsecurity = 1; in _sha256_sha224() local
Dmd5module.c.h100 int usedforsecurity = 1; in _md5_md5() local
Dsha1module.c.h100 int usedforsecurity = 1; in _sha1_sha1() local
/third_party/python/Modules/
D_hashopenssl.c857 int usedforsecurity) in py_evp_fromname()
947 int usedforsecurity) in EVP_new_impl()
972 int usedforsecurity) in _hashlib_openssl_md5_impl()
992 int usedforsecurity) in _hashlib_openssl_sha1_impl()
1012 int usedforsecurity) in _hashlib_openssl_sha224_impl()
1032 int usedforsecurity) in _hashlib_openssl_sha256_impl()
1052 int usedforsecurity) in _hashlib_openssl_sha384_impl()
1072 int usedforsecurity) in _hashlib_openssl_sha512_impl()
1094 int usedforsecurity) in _hashlib_openssl_sha3_224_impl()
1113 int usedforsecurity) in _hashlib_openssl_sha3_256_impl()
[all …]
Dsha256module.c587 _sha256_sha256_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha256_sha256_impl()
634 _sha256_sha224_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha256_sha224_impl()
Dsha512module.c654 _sha512_sha512_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha512_sha512_impl()
698 _sha512_sha384_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha512_sha384_impl()
Dsha1module.c493 _sha1_sha1_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha1_sha1_impl()
Dmd5module.c515 _md5_md5_impl(PyObject *module, PyObject *string, int usedforsecurity) in _md5_md5_impl()
/third_party/python/Lib/test/support/
Dhashlib_helper.py11 def requires_hashdigest(digestname, openssl=None, usedforsecurity=True): argument
/third_party/python/Modules/_blake2/clinic/
Dblake2s_impl.c.h43 int usedforsecurity = 1; in py_blake2s_new() local
Dblake2b_impl.c.h43 int usedforsecurity = 1; in py_blake2b_new() local
/third_party/python/Modules/_sha3/clinic/
Dsha3module.c.h25 int usedforsecurity = 1; in py_sha3_new() local
/third_party/python/Modules/_blake2/
Dblake2b_impl.c93 int inner_size, int last_node, int usedforsecurity) in py_blake2b_new_impl()
Dblake2s_impl.c92 int inner_size, int last_node, int usedforsecurity) in py_blake2s_new_impl()
/third_party/python/Modules/_sha3/
Dsha3module.c198 py_sha3_new_impl(PyTypeObject *type, PyObject *data, int usedforsecurity) in py_sha3_new_impl()