Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia_aesni_avx_glue.c44 glue_xts_crypt_128bit_one(ctx, dst, src, iv, camellia_enc_blk); in camellia_xts_enc()
66 .fn_u = { .ecb = camellia_enc_blk }
162 return glue_cbc_encrypt_req_128bit(camellia_enc_blk, req); in cbc_encrypt()
200 return glue_xts_req_128bit(&camellia_enc_xts, req, camellia_enc_blk, in xts_encrypt()
209 return glue_xts_req_128bit(&camellia_dec_xts, req, camellia_enc_blk, in xts_decrypt()
H A Dcamellia_aesni_avx2_glue.c49 .fn_u = { .ecb = camellia_enc_blk }
160 return glue_cbc_encrypt_req_128bit(camellia_enc_blk, req); in cbc_encrypt()
178 return glue_xts_req_128bit(&camellia_enc_xts, req, camellia_enc_blk, in xts_encrypt()
187 return glue_xts_req_128bit(&camellia_dec_xts, req, camellia_enc_blk, in xts_decrypt()
H A Dcamellia_glue.c36 camellia_enc_blk(crypto_tfm_ctx(tfm), dst, src); in camellia_encrypt()
1322 .fn_u = { .ecb = camellia_enc_blk }
1377 return glue_cbc_encrypt_req_128bit(camellia_enc_blk, req); in cbc_encrypt()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dcamellia.h57 static inline void camellia_enc_blk(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk() function