Home
last modified time | relevance | path

Searched refs:MORUS_MAX_AUTH_SIZE (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/include/crypto/
Dmorus1280_glue.h95 .maxauthsize = MORUS_MAX_AUTH_SIZE, \
118 .maxauthsize = MORUS_MAX_AUTH_SIZE, \
Dmorus640_glue.h95 .maxauthsize = MORUS_MAX_AUTH_SIZE, \
118 .maxauthsize = MORUS_MAX_AUTH_SIZE, \
Dmorus_common.h21 #define MORUS_MAX_AUTH_SIZE 16 macro
/Linux-v4.19/crypto/
Dmorus1280.c432 return (authsize <= MORUS_MAX_AUTH_SIZE) ? 0 : -EINVAL; in crypto_morus1280_setauthsize()
513 .maxauthsize = MORUS_MAX_AUTH_SIZE,
Dmorus640.c429 return (authsize <= MORUS_MAX_AUTH_SIZE) ? 0 : -EINVAL; in crypto_morus640_setauthsize()
510 .maxauthsize = MORUS_MAX_AUTH_SIZE,
/Linux-v4.19/arch/x86/crypto/
Dmorus640_glue.c134 return (authsize <= MORUS_MAX_AUTH_SIZE) ? 0 : -EINVAL; in crypto_morus640_glue_setauthsize()
Dmorus1280_glue.c138 return (authsize <= MORUS_MAX_AUTH_SIZE) ? 0 : -EINVAL; in crypto_morus1280_glue_setauthsize()