Lines Matching defs:msg
1426 msg: Py_buffer
1434 Py_buffer *msg, PyObject *digest)
1447 if (msg->len > INT_MAX) {
1449 "msg is too long.");
1462 (const unsigned char*)msg->buf, (int)msg->len,
1484 msg as msg_obj: object(c_default="NULL") = b''
1668 msg: object
1670 Update the HMAC object with msg.
1674 _hashlib_HMAC_update_impl(HMACobject *self, PyObject *msg)
1677 if (!_hmac_update(self, msg)) {