2018-05-22 01:00:14 -04:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
2018-05-28 23:00:05 -04:00
|
|
|
#undef __cplusplus
|
2018-05-22 01:00:14 -04:00
|
|
|
#include <jni.h>
|
|
|
|
/* Header for class com_lyndir_masterpassword_impl_MPAlgorithmV0 */
|
|
|
|
|
|
|
|
#ifndef _Included_com_lyndir_masterpassword_impl_MPAlgorithmV0
|
|
|
|
#define _Included_com_lyndir_masterpassword_impl_MPAlgorithmV0
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
#undef com_lyndir_masterpassword_impl_MPAlgorithmV0_AES_BLOCKSIZE
|
|
|
|
#define com_lyndir_masterpassword_impl_MPAlgorithmV0_AES_BLOCKSIZE 128L
|
|
|
|
/*
|
|
|
|
* Class: com_lyndir_masterpassword_impl_MPAlgorithmV0
|
|
|
|
* Method: _scrypt
|
|
|
|
* Signature: ([BI[BIIII[BI)I
|
|
|
|
*/
|
|
|
|
JNIEXPORT jint JNICALL Java_com_lyndir_masterpassword_impl_MPAlgorithmV0__1scrypt
|
|
|
|
(JNIEnv *, jobject, jbyteArray, jint, jbyteArray, jint, jint, jint, jint, jbyteArray, jint);
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|