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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dblowfish.h35 typedef struct AVBlowfish { struct
38 } AVBlowfish; typedef in typeref:struct:AVBlowfish
41 * Initialize an AVBlowfish context.
43 * @param ctx an AVBlowfish context
47 void av_blowfish_init(struct AVBlowfish *ctx, const uint8_t *key, int key_len);
52 * @param ctx an AVBlowfish context
57 void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
63 * @param ctx an AVBlowfish context
70 void av_blowfish_crypt(struct AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
H A Dblowfish.c303 av_cold void av_blowfish_init(AVBlowfish *ctx, const uint8_t *key, int key_len)
338 void av_blowfish_crypt_ecb(AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
369 void av_blowfish_crypt(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
524 static void test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
544 AVBlowfish ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmpcrypt.c194 struct AVBlowfish ctx;

Completed in 65 milliseconds