Home
last modified time | relevance | path

Searched refs:CHECK_LEN_EQUAL_RETURN (Results 1 - 3 of 3) sorted by relevance

/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
H A Dhuks_adapter.h60 #define CHECK_LEN_EQUAL_RETURN(len, value, paramTag) \ macro
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c123 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in Sha256()
434 CHECK_LEN_EQUAL_RETURN(outHmac->length, HMAC_LEN, "outHmac->length"); in CheckHmacParams()
546 CHECK_LEN_EQUAL_RETURN(outHmac->length, HMAC_LEN, "outHmac->length"); in CheckHmacWithThreeStageParams()
1142 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in HashToPoint()
1155 CHECK_LEN_EQUAL_RETURN(outEcPoint->length, SHA256_LEN, "outEcPoint->length"); in HashToPoint()
1473 CHECK_LEN_EQUAL_RETURN(outNum->length, primeLen, "outNum->length"); in BigNumExpMod()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/
H A Dmbedtls_ec_adapter.c491 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in MbedtlsHashToPoint()
494 CHECK_LEN_EQUAL_RETURN(outEcPoint->length, EC_LEN, "outEcPoint->length"); in MbedtlsHashToPoint()

Completed in 6 milliseconds