Lines Matching defs:string
472 Return the digest value as a string of hexadecimal digits.
495 Update this hash object's state with the provided string.
582 string: object(c_default="NULL") = b''
586 Return a new SHA-256 hash object; optionally initialized with a string.
590 _sha256_sha256_impl(PyObject *module, PyObject *string, int usedforsecurity)
595 if (string) {
596 GET_BUFFER_VIEW_OR_ERROUT(string, &buf);
603 if (string) {
613 if (string) {
618 if (string) {
629 string: object(c_default="NULL") = b''
633 Return a new SHA-224 hash object; optionally initialized with a string.
637 _sha256_sha224_impl(PyObject *module, PyObject *string, int usedforsecurity)
641 if (string) {
642 GET_BUFFER_VIEW_OR_ERROUT(string, &buf);
648 if (string) {
658 if (string) {
663 if (string) {