Home
last modified time | relevance | path

Searched refs:CHECK_LEN_EQUAL_RETURN (Results 1 – 5 of 5) sorted by relevance

/base/security/device_auth/deps_adapter/key_management_adapter/interfaces/
Dhuks_adapter.h60 #define CHECK_LEN_EQUAL_RETURN(len, value, paramTag) \ macro
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/
Dmbedtls_ec_adapter.c261 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in MbedtlsHashToPoint()
264 CHECK_LEN_EQUAL_RETURN(outEcPoint->length, EC_LEN, "outEcPoint->length"); in MbedtlsHashToPoint()
Dhuks_adapter.c99 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in Sha256()
189 CHECK_LEN_EQUAL_RETURN(outHmac->length, HMAC_LEN, "outHmac->length"); in ComputeHmac()
431 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in HashToPoint()
444 CHECK_LEN_EQUAL_RETURN(outEcPoint->length, SHA256_LEN, "outEcPoint->length"); in HashToPoint()
711 CHECK_LEN_EQUAL_RETURN(outNum->length, primeLen, "outNum->length"); in BigNumExpMod()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/small/
Dhuks_adapter.c97 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in Sha256()
187 CHECK_LEN_EQUAL_RETURN(outHmac->length, HMAC_LEN, "outHmac->length"); in ComputeHmac()
429 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in HashToPoint()
432 CHECK_LEN_EQUAL_RETURN(outEcPoint->length, SHA256_LEN, "outEcPoint->length"); in HashToPoint()
589 CHECK_LEN_EQUAL_RETURN(outNum->length, primeLen, "outNum->length"); in BigNumExpMod()
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/mini/
Dhuks_adapter.c117 CHECK_LEN_EQUAL_RETURN(hash->length, SHA256_LEN, "hash->length"); in Sha256()
207 CHECK_LEN_EQUAL_RETURN(outHmac->length, HMAC_LEN, "outHmac->length"); in ComputeHmac()
555 CHECK_LEN_EQUAL_RETURN(outNum->length, primeLen, "outNum->length"); in BigNumExpMod()