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