Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_ccm.c190 UCHAR Flags = 0; in _nx_crypto_ccm_authentication_init() local
208 Flags = 1 << 6; in _nx_crypto_ccm_authentication_init()
212 Flags = 0; in _nx_crypto_ccm_authentication_init()
214 Flags |= (UCHAR)(((M - 2) >> 1) << 3); in _nx_crypto_ccm_authentication_init()
215 Flags |= (UCHAR)(L - 1); in _nx_crypto_ccm_authentication_init()
218 B[0] = Flags; in _nx_crypto_ccm_authentication_init()
308 UCHAR Flags = 0; in _nx_crypto_ccm_encrypt_init() local
334 Flags = (UCHAR)(L - 1); in _nx_crypto_ccm_encrypt_init()
335 A[0] = Flags; in _nx_crypto_ccm_encrypt_init()
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/
Dasc_security_coreCodeCoverage.cmake132 CACHE STRING "Flags used by the Fortran compiler during coverage builds."
136 CACHE STRING "Flags used by the C++ compiler during coverage builds."
140 CACHE STRING "Flags used by the C compiler during coverage builds."
144 CACHE STRING "Flags used for linking binaries during coverage builds."
148 CACHE STRING "Flags used by the shared libraries linker during coverage builds."