hmac_sha256_update   35 lib/crypto/hmacsha256.h void hmac_sha256_update(const uint8_t *data, size_t data_len, struct HMACSHA256Context *ctx);
hmac_sha256_update   61 source4/libcli/smb2/signing.c 	hmac_sha256_update(buf->buffer+NBT_HDR_SIZE, buf->size-NBT_HDR_SIZE, &m);
hmac_sha256_update  103 source4/libcli/smb2/signing.c 	hmac_sha256_update(buf->hdr, buf->size-NBT_HDR_SIZE, &m);