Home
last modified time | relevance | path

Searched refs:hash_name_length (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/clinic/
H A D_hashopenssl.c.h906 Py_ssize_t hash_name_length; in pbkdf2_hmac() local
907 hash_name = PyUnicode_AsUTF8AndSize(args[0], &hash_name_length); in pbkdf2_hmac()
911 if (strlen(hash_name) != (size_t)hash_name_length) { in pbkdf2_hmac()

Completed in 6 milliseconds