Home
last modified time | relevance | path

Searched refs:AVBlowfish (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dblowfish.h35 typedef struct AVBlowfish { struct
38 } AVBlowfish; argument
47 void av_blowfish_init(struct AVBlowfish *ctx, const uint8_t *key, int key_len);
57 void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
70 void av_blowfish_crypt(struct AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,