[android-kernel] Re: What permissions does AndroidManifest.xml need to access a custom device driver?

2011-11-04 Thread Belvedere Computer Services
where processes can share the same key readily using the key system / code signing there is code in the API to do IPC & all that need be done is find it On Oct 14, 7:09 pm, Anil wrote: > I am calling the driver from an Android program (OMAP4/Blaze). It > calls a c++ program via JNI which then cal

[android-kernel] Re: IPsec-Openssl-CryptoAPI-Hardware acceleration

2011-11-04 Thread Belvedere Computer Services
there is a layer "built in" for exactly the purpose you propose http://source.android.com/tech/security/index.html describes the entire area in elaborate detail On Oct 13, 1:08 am, tilak wrote: > Hi Crypto friends, > > We are designing a new hardware crypto module with DES,SHA ,MD5 and > AES to

[android-kernel] Re: Android source git permissions

2011-11-04 Thread Belvedere Computer Services
i was trying that link and mostly chickened out but not bcs the link is what you folks are probably thinking I was just afraid because I did not know what I was doing at the repository ~ what you folks are encountering is something called OAuth and is a totally 100% legit authorization mechanism th

[android-kernel] Re: OpenBSD Cryptographic Framework (OCF) Port to android

2011-11-04 Thread Belvedere Computer Services
package java.security package javax.crypto just punch in to developer.android it comes up On Nov 1, 8:06 am, tilak wrote: > Hi Crypto Friends, > > I didn't see anyone porting OpenBSD Cryptographic Framework (OCF) to > Android. > > My requirement is a good cryptographic framework for Android.I f

[android-kernel] Re: Asynchronous Crypto API interface

2011-11-04 Thread Belvedere Computer Services
it means they dont have much more done yet than you do if you have Crypto to a useable state then all that need be done is us in in Async mode ~ though most get it backwards on how to go about it - nasty place to fail but it is remarkably simple once one gets the hang of it = you do new on whateve