From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752638AbaILUaJ (ORCPT ); Fri, 12 Sep 2014 16:30:09 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28687 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751338AbaILUaI (ORCPT ); Fri, 12 Sep 2014 16:30:08 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <1410552676.5187.211.camel@dhcp-9-2-203-236.watson.ibm.com> References: <1410552676.5187.211.camel@dhcp-9-2-203-236.watson.ibm.com> <20140912190510.13239.90409.stgit@warthog.procyon.org.uk> <20140912190515.13239.89507.stgit@warthog.procyon.org.uk> To: Mimi Zohar Cc: dhowells@redhat.com, vgoyal@redhat.com, keyrings@linux-nfs.org, linux-kernel@vger.kernel.org Subject: Re: [Keyrings] [PATCH 1/9] Provide a binary to hex conversion function MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <28502.1410553800.1@warthog.procyon.org.uk> Date: Fri, 12 Sep 2014 21:30:00 +0100 Message-ID: <28503.1410553800@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mimi Zohar wrote: > How about using hex_byte_pack()? It doesn't do a bufferful, only one byte. David