diff --git a/security/huks/include/native_huks_type.h b/security/huks/include/native_huks_type.h index c015432c8f5100e1533920c91ceaaf75140d11ba..b2d4fbc2a9a783aa41e5cb95534388f3244d863c 100644 --- a/security/huks/include/native_huks_type.h +++ b/security/huks/include/native_huks_type.h @@ -151,6 +151,14 @@ enum OH_Huks_CipherMode { OH_HUKS_MODE_CTR = 3, /** Output Feedback (OFB) mode. */ OH_HUKS_MODE_OFB = 4, + + /** + * Cipher feedback mode. + * + * @since 12 + */ + OH_HUKS_MODE_CFB = 4, + /** Counter with CBC-MAC (CCM) mode. */ OH_HUKS_MODE_CCM = 31, /** Galois/Counter (GCM) mode. */