Package | Description |
---|---|
org.bytedeco.ffmpeg.global |
Modifier and Type | Method and Description |
---|---|
static AVCAST5 |
avutil.av_cast5_alloc()
Allocate an AVCAST5 context
To free the struct: av_free(ptr)
|
Modifier and Type | Method and Description |
---|---|
static void |
avutil.av_cast5_crypt(AVCAST5 ctx,
byte[] dst,
byte[] src,
int count,
int decrypt) |
static void |
avutil.av_cast5_crypt(AVCAST5 ctx,
ByteBuffer dst,
ByteBuffer src,
int count,
int decrypt) |
static void |
avutil.av_cast5_crypt(AVCAST5 ctx,
BytePointer dst,
BytePointer src,
int count,
int decrypt)
Encrypt or decrypt a buffer using a previously initialized context, ECB mode only
|
static void |
avutil.av_cast5_crypt2(AVCAST5 ctx,
byte[] dst,
byte[] src,
int count,
byte[] iv,
int decrypt) |
static void |
avutil.av_cast5_crypt2(AVCAST5 ctx,
ByteBuffer dst,
ByteBuffer src,
int count,
ByteBuffer iv,
int decrypt) |
static void |
avutil.av_cast5_crypt2(AVCAST5 ctx,
BytePointer dst,
BytePointer src,
int count,
BytePointer iv,
int decrypt)
Encrypt or decrypt a buffer using a previously initialized context
|
static int |
avutil.av_cast5_init(AVCAST5 ctx,
byte[] key,
int key_bits) |
static int |
avutil.av_cast5_init(AVCAST5 ctx,
ByteBuffer key,
int key_bits) |
static int |
avutil.av_cast5_init(AVCAST5 ctx,
BytePointer key,
int key_bits)
Initialize an AVCAST5 context.
|
Copyright © 2020. All rights reserved.