Package | Description |
---|---|
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
static AVTEA |
avutil.av_tea_alloc()
Allocate an AVTEA context
To free the struct: av_free(ptr)
|
Modifier and Type | Method and Description |
---|---|
static void |
avutil.av_tea_crypt(AVTEA ctx,
byte[] dst,
byte[] src,
int count,
byte[] iv,
int decrypt) |
static void |
avutil.av_tea_crypt(AVTEA ctx,
ByteBuffer dst,
ByteBuffer src,
int count,
ByteBuffer iv,
int decrypt) |
static void |
avutil.av_tea_crypt(AVTEA ctx,
BytePointer dst,
BytePointer src,
int count,
BytePointer iv,
int decrypt)
Encrypt or decrypt a buffer using a previously initialized context.
|
static void |
avutil.av_tea_init(AVTEA ctx,
byte[] key,
int rounds) |
static void |
avutil.av_tea_init(AVTEA ctx,
ByteBuffer key,
int rounds) |
static void |
avutil.av_tea_init(AVTEA ctx,
BytePointer key,
int rounds)
Initialize an AVTEA context.
|
Copyright © 2024. All rights reserved.