Searched refs:ECDH_COMMON_SIZE_P256 (Results 1 – 1 of 1) sorted by relevance
27 #define ECDH_COMMON_SIZE_P256 512 macro1234 uint8_t outDataUpdate[ECDH_COMMON_SIZE_P256] = { 0 }; in AgreeSharedSecretWithStorageP256()1235 struct HksBlob outDataUpdateBlob = { ECDH_COMMON_SIZE_P256, outDataUpdate }; in AgreeSharedSecretWithStorageP256()1236 uint8_t outDataFinish[ECDH_COMMON_SIZE_P256] = { 0 }; in AgreeSharedSecretWithStorageP256()1237 struct HksBlob outDataFinishBlob = { ECDH_COMMON_SIZE_P256, outDataFinish }; in AgreeSharedSecretWithStorageP256()