Lines Matching refs:string
528 Return the digest value as a string of hexadecimal digits.
551 Update this hash object's state with the provided string.
649 string: object(c_default="NULL") = b''
653 Return a new SHA-512 hash object; optionally initialized with a string.
657 _sha512_sha512_impl(PyObject *module, PyObject *string, int usedforsecurity)
665 if (string)
666 GET_BUFFER_VIEW_OR_ERROUT(string, &buf);
669 if (string)
678 if (string)
682 if (string) {
693 string: object(c_default="NULL") = b''
697 Return a new SHA-384 hash object; optionally initialized with a string.
701 _sha512_sha384_impl(PyObject *module, PyObject *string, int usedforsecurity)
709 if (string)
710 GET_BUFFER_VIEW_OR_ERROUT(string, &buf);
713 if (string)
722 if (string)
726 if (string) {