Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dcast6_avx_glue.c194 return glue_fpu_begin(CAST6_BLOCK_SIZE, CAST6_PARALLEL_BLOCKS, in cast6_fpu_begin()
210 const unsigned int bsize = CAST6_BLOCK_SIZE; in encrypt_callback()
227 const unsigned int bsize = CAST6_BLOCK_SIZE; in decrypt_callback()
253 err = __cast6_setkey(&ctx->cast6_ctx, key, keylen - CAST6_BLOCK_SIZE, in lrw_cast6_setkey()
258 return lrw_init_table(&ctx->lrw_table, key + keylen - CAST6_BLOCK_SIZE); in lrw_cast6_setkey()
376 .cra_blocksize = CAST6_BLOCK_SIZE,
396 .cra_blocksize = CAST6_BLOCK_SIZE,
425 .ivsize = CAST6_BLOCK_SIZE,
437 .cra_blocksize = CAST6_BLOCK_SIZE,
446 CAST6_BLOCK_SIZE,
[all …]
/linux-4.4.14/include/crypto/
Dcast6.h8 #define CAST6_BLOCK_SIZE 16 macro
/linux-4.4.14/crypto/
Dcast6_generic.c265 .cra_blocksize = CAST6_BLOCK_SIZE,