Lines Matching refs:string
385 Return the digest value as a string of hexadecimal digits.
408 Update this hash object's state with the provided string.
488 string: object(c_default="NULL") = b''
492 Return a new SHA1 hash object; optionally initialized with a string.
496 _sha1_sha1_impl(PyObject *module, PyObject *string, int usedforsecurity)
502 if (string)
503 GET_BUFFER_VIEW_OR_ERROUT(string, &buf);
507 if (string)
516 if (string)
520 if (string) {