michael@0: /* DO NOT EDIT THIS FILE - it is machine generated */ michael@0: #include michael@0: /* Header for class org_mozilla_gecko_background_nativecode_NativeCrypto */ michael@0: michael@0: #ifndef _Included_org_mozilla_gecko_background_nativecode_NativeCrypto michael@0: #define _Included_org_mozilla_gecko_background_nativecode_NativeCrypto michael@0: #ifdef __cplusplus michael@0: extern "C" { michael@0: #endif michael@0: /* michael@0: * Class: org_mozilla_gecko_background_nativecode_NativeCrypto michael@0: * Method: pbkdf2SHA256 michael@0: * Signature: ([B[BII)[B michael@0: */ michael@0: JNIEXPORT jbyteArray JNICALL Java_org_mozilla_gecko_background_nativecode_NativeCrypto_pbkdf2SHA256 michael@0: (JNIEnv *, jclass, jbyteArray, jbyteArray, jint, jint); michael@0: michael@0: /* michael@0: * Class: org_mozilla_gecko_background_nativecode_NativeCrypto michael@0: * Method: sha1 michael@0: * Signature: ([B)[B michael@0: */ michael@0: JNIEXPORT jbyteArray JNICALL Java_org_mozilla_gecko_background_nativecode_NativeCrypto_sha1 michael@0: (JNIEnv *, jclass, jbyteArray); michael@0: michael@0: #ifdef __cplusplus michael@0: } michael@0: #endif michael@0: #endif