HMAC
ffi.Pointer<ffi.Void> hmacInit( int hmacOp, ffi.Pointer<ffi.Uint8> key, int keyLen, ) { return _hmacInit( hmacOp, key, keyLen, ); }