AVBlowfish        194 libavformat/rtmpcrypt.c     struct AVBlowfish ctx;
AVBlowfish        304 libavutil/blowfish.c AVBlowfish *av_blowfish_alloc(void)
AVBlowfish        306 libavutil/blowfish.c     return av_mallocz(sizeof(struct AVBlowfish));
AVBlowfish        309 libavutil/blowfish.c av_cold void av_blowfish_init(AVBlowfish *ctx, const uint8_t *key, int key_len)
AVBlowfish        344 libavutil/blowfish.c void av_blowfish_crypt_ecb(AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
AVBlowfish        375 libavutil/blowfish.c void av_blowfish_crypt(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
AVBlowfish         43 libavutil/blowfish.h AVBlowfish *av_blowfish_alloc(void);
AVBlowfish         52 libavutil/blowfish.h void av_blowfish_init(struct AVBlowfish *ctx, const uint8_t *key, int key_len);
AVBlowfish         62 libavutil/blowfish.h void av_blowfish_crypt_ecb(struct AVBlowfish *ctx, uint32_t *xl, uint32_t *xr,
AVBlowfish         75 libavutil/blowfish.h void av_blowfish_crypt(struct AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
AVBlowfish        128 libavutil/tests/blowfish.c static void test_blowfish(AVBlowfish *ctx, uint8_t *dst, const uint8_t *src,
AVBlowfish        152 libavutil/tests/blowfish.c     AVBlowfish *ctx = av_blowfish_alloc();
AVBlowfish        126 tools/crypto_bench.c     static struct AVBlowfish *blowfish;