Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file.cpp46 const uint32_t HMAC_SIZE = 32; variable
468 if (hmac_.size > HMAC_SIZE) { in ParseDlpInfo()
1049 uint8_t* outBuf = new (std::nothrow) uint8_t[HMAC_SIZE]; in GetHmacVal()
1055 .size = HMAC_SIZE, in GetHmacVal()
1609 uint8_t* outBuf = new (std::nothrow) uint8_t[HMAC_SIZE]; in HmacCheck()
1615 .size = HMAC_SIZE, in HmacCheck()
H A Ddlp_crypt.cpp32 const uint32_t HMAC_SIZE = 32; variable
948 if ((out.data == nullptr) || (out.size < HMAC_SIZE)) { in DlpHmacEncode()