Home
last modified time | relevance | path

Searched refs:EIP197_XCM_MODE_CCM (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/crypto/inside-secure/
H A Dsafexcel_cipher.c176 if (unlikely(ctx->xcm == EIP197_XCM_MODE_CCM)) { in safexcel_aead_token()
324 if (unlikely(ctx->xcm == EIP197_XCM_MODE_CCM && cryptlen)) { in safexcel_aead_token()
545 (ctx->xcm == EIP197_XCM_MODE_CCM || in safexcel_context_control()
552 else if (ctx->xcm == EIP197_XCM_MODE_CCM) in safexcel_context_control()
2733 ctx->xcm = EIP197_XCM_MODE_CCM; in safexcel_aead_ccm_cra_init()
H A Dsafexcel.h449 #define EIP197_XCM_MODE_CCM 2 macro