Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_crypt.h48 #define DLP_KEY_BYTES(keySize) (((keySize) + DLP_BITS_PER_BYTE - 1) / DLP_BITS_PER_BYTE) macro
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp101 case DLP_KEY_BYTES(DLP_AES_KEY_SIZE_128): in GetCtrCipherType()
103 case DLP_KEY_BYTES(DLP_AES_KEY_SIZE_192): in GetCtrCipherType()
105 case DLP_KEY_BYTES(DLP_AES_KEY_SIZE_256): in GetCtrCipherType()