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 D | huks_adapter.h | 60 #define CHECK_LEN_EQUAL_RETURN(len, value, paramTag) \ macro
|
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
H A D | huks_adapter.c | 123 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 D | mbedtls_ec_adapter.c | 491 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