Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 10 of 10) sorted by relevance

/lib/crypto/
Darc4.c13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len) in arc4_setkey()
37 void arc4_crypt(struct arc4_ctx *ctx, u8 *out, const u8 *in, unsigned int len) in arc4_crypt()
Daes.c185 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in aes_expandkey()
258 void aes_encrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_encrypt()
309 void aes_decrypt(const struct crypto_aes_ctx *ctx, u8 *out, const u8 *in) in aes_decrypt()
Ddes.c699 int des_expand_key(struct des_ctx *ctx, const u8 *key, unsigned int keylen) in des_expand_key()
781 void des_encrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_encrypt()
802 void des_decrypt(const struct des_ctx *ctx, u8 *dst, const u8 *src) in des_decrypt()
823 int des3_ede_expand_key(struct des3_ede_ctx *ctx, const u8 *key, in des3_ede_expand_key()
/lib/mpi/
Dmpih-mul.c324 struct karatsuba_ctx *ctx) in mpihelp_mul_karatsuba_case()
393 void mpihelp_release_karatsuba_ctx(struct karatsuba_ctx *ctx) in mpihelp_release_karatsuba_ctx()
432 struct karatsuba_ctx ctx; in mpihelp_mul() local
/lib/
Dlibcrc32c.c41 u32 ret, *ctx = (u32 *)shash_desc_ctx(shash); in crc32c() local
Dcrc-t10dif.c61 char ctx[2]; in crc_t10dif_update() member
/lib/zstd/
Dcompress.c141 const seqStore_t *ZSTD_getSeqStore(const ZSTD_CCtx *ctx) /* hidden interface */ { return &(ctx->seq… in ZSTD_getSeqStore()
1104 static void ZSTD_compressBlock_fast(ZSTD_CCtx *ctx, const void *src, size_t srcSize) in ZSTD_compressBlock_fast()
1116 static void ZSTD_compressBlock_fast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize… in ZSTD_compressBlock_fast_extDict_generic()
1220 static void ZSTD_compressBlock_fast_extDict(ZSTD_CCtx *ctx, const void *src, size_t srcSize) in ZSTD_compressBlock_fast_extDict()
1383 static void ZSTD_compressBlock_doubleFast(ZSTD_CCtx *ctx, const void *src, size_t srcSize) in ZSTD_compressBlock_doubleFast()
1395 static void ZSTD_compressBlock_doubleFast_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t s… in ZSTD_compressBlock_doubleFast_extDict_generic()
1543 static void ZSTD_compressBlock_doubleFast_extDict(ZSTD_CCtx *ctx, const void *src, size_t srcSize) in ZSTD_compressBlock_doubleFast_extDict()
1897 void ZSTD_compressBlock_lazy_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const U32 sea… in ZSTD_compressBlock_lazy_generic()
2049 static void ZSTD_compressBlock_btlazy2(ZSTD_CCtx *ctx, const void *src, size_t srcSize) { ZSTD_comp… in ZSTD_compressBlock_btlazy2()
2051 static void ZSTD_compressBlock_lazy2(ZSTD_CCtx *ctx, const void *src, size_t srcSize) { ZSTD_compre… in ZSTD_compressBlock_lazy2()
[all …]
Dzstd_opt.h407 void ZSTD_compressBlock_opt_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const int ultr… in ZSTD_compressBlock_opt_generic()
700 void ZSTD_compressBlock_opt_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const … in ZSTD_compressBlock_opt_extDict_generic()
/lib/lz4/
Dlz4hc_compress.c339 LZ4HC_CCtx_internal *const ctx, in LZ4HC_compress_generic()
589 LZ4HC_CCtx_internal *ctx = &((LZ4_streamHC_t *)state)->internal_donotuse; in LZ4_compress_HC_extStateHC() local
Dlz4_compress.c466 LZ4_stream_t_internal *ctx = &((LZ4_stream_t *)state)->internal_donotuse; in LZ4_compress_fast_extState() local
523 LZ4_stream_t_internal * const ctx, in LZ4_compress_destSize_generic()