Mark Powers wrote:
> Darren J Moffat wrote:
>> Can someone refresh my memory, do we have an API for creating keys in
>> kernel ? Specifically I want to create a random AES key of a given
>> length.
>>
>> I don't think we have this - but I need it!
>>
> I take it back, we do have the API entry po
Mark Powers wrote:
> Darren J Moffat wrote:
>> Can someone refresh my memory, do we have an API for creating keys in
>> kernel ? Specifically I want to create a random AES key of a given
>> length.
>>
>> I don't think we have this - but I need it!
>>
> You're right we don't have it. We didn't ha
Dan McDonald wrote:
> On Mon, Apr 30, 2007 at 05:23:32PM +0100, Darren J Moffat wrote:
>> Can someone refresh my memory, do we have an API for creating keys in
>> kernel ? Specifically I want to create a random AES key of a given length.
>>
>> I don't think we have this - but I need it!
>
> Clos
I was browsing through the KSSL source looking for bits of things to
"clone" for ZFS crypto :-) and I discovered that
kssl_compute_handshake_hashes() doesn't call crypto_digest*() but
instead calls MD5*() and SHA1*() APIs directly.
Now I know that if the data sizes are small we will never offlo
Can someone refresh my memory, do we have an API for creating keys in
kernel ? Specifically I want to create a random AES key of a given length.
I don't think we have this - but I need it!
--
Darren J Moffat
Darren J Moffat wrote:
> I was browsing through the KSSL source looking for bits of things to
> "clone" for ZFS crypto :-) and I discovered that
> kssl_compute_handshake_hashes() doesn't call crypto_digest*() but
> instead calls MD5*() and SHA1*() APIs directly.
>
> Now I know that if the data
On Mon, Apr 30, 2007 at 05:23:32PM +0100, Darren J Moffat wrote:
> Can someone refresh my memory, do we have an API for creating keys in
> kernel ? Specifically I want to create a random AES key of a given length.
>
> I don't think we have this - but I need it!
Closest thing is probably random_
Darren J Moffat wrote:
> Mark Powers wrote:
>
>> Darren J Moffat wrote:
>>
>>> Can someone refresh my memory, do we have an API for creating keys in
>>> kernel ? Specifically I want to create a random AES key of a given
>>> length.
>>>
>>> I don't think we have this - but I need it!
>>>
>> I
Darren J Moffat wrote:
> Can someone refresh my memory, do we have an API for creating keys in
> kernel ? Specifically I want to create a random AES key of a given
> length.
>
> I don't think we have this - but I need it!
>
I take it back, we do have the API entry points (see
uts/common/crypto/
Darren J Moffat wrote:
> Can someone refresh my memory, do we have an API for creating keys in
> kernel ? Specifically I want to create a random AES key of a given
> length.
>
> I don't think we have this - but I need it!
>
You're right we don't have it. We didn't have any consumers until now.
Garrett D'Amore wrote:
> Darren J Moffat wrote:
>> Dan McDonald wrote:
>>> On Mon, Apr 30, 2007 at 05:23:32PM +0100, Darren J Moffat wrote:
Can someone refresh my memory, do we have an API for creating keys
in kernel ? Specifically I want to create a random AES key of a
given leng
Darren J Moffat wrote:
> Dan McDonald wrote:
>> On Mon, Apr 30, 2007 at 05:23:32PM +0100, Darren J Moffat wrote:
>>> Can someone refresh my memory, do we have an API for creating keys
>>> in kernel ? Specifically I want to create a random AES key of a
>>> given length.
>>>
>>> I don't think we h
12 matches
Mail list logo