Searched refs:dec_tail (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | morus1280_glue.h | 37 void (*dec_tail)(void *state, const void *src, void *dst, unsigned int length); member 71 .dec_tail = crypto_morus1280_##id##_dec_tail, \
|
D | morus640_glue.h | 37 void (*dec_tail)(void *state, const void *src, void *dst, unsigned int length); member 71 .dec_tail = crypto_morus640_##id##_dec_tail, \
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 188 .crypt_tail = ctx->ops->dec_tail, in crypto_morus640_glue_decrypt()
|
D | morus1280_glue.c | 192 .crypt_tail = ctx->ops->dec_tail, in crypto_morus1280_glue_decrypt()
|