Searched refs:enc_tail (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | morus1280_glue.h | 36 void (*enc_tail)(void *state, const void *src, void *dst, unsigned int length); member 69 .enc_tail = crypto_morus1280_##id##_enc_tail, \
|
D | morus640_glue.h | 36 void (*enc_tail)(void *state, const void *src, void *dst, unsigned int length); member 69 .enc_tail = crypto_morus640_##id##_enc_tail, \
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 164 .crypt_tail = ctx->ops->enc_tail, in crypto_morus640_glue_encrypt()
|
D | morus1280_glue.c | 168 .crypt_tail = ctx->ops->enc_tail, in crypto_morus1280_glue_encrypt()
|