Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60898fd6 authored by Yomna N's avatar Yomna N Committed by Gerrit Code Review
Browse files

Merge "Update usage guidelines for UNKNOWN" into main

parents 320eea16 3c562606
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -88,8 +88,12 @@ enum SecurityAlgorithm {
    ENCR_AES_CBC = 100,
    AUTH_HMAC_SHA2_256_128 = 101,

    /** Unknown */
    /** Misc placeholders */
    // Unknown is now reserved for cases involving DRBs where an integrity algorithm
    // is not assigned (which is different from a null algorithm being used) but a
    // notification based solely on the integrity algorithm should not be triggered.
    UNKNOWN = 113,
    // Currently unused
    OTHER = 114,

    /** For proprietary algorithms */