Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dmorus1280_glue.h36 void (*enc_tail)(void *state, const void *src, void *dst, unsigned int length); member
69 .enc_tail = crypto_morus1280_##id##_enc_tail, \
Dmorus640_glue.h36 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/
Dmorus640_glue.c164 .crypt_tail = ctx->ops->enc_tail, in crypto_morus640_glue_encrypt()
Dmorus1280_glue.c168 .crypt_tail = ctx->ops->enc_tail, in crypto_morus1280_glue_encrypt()