Searched refs:sharedKeyBlob (Results 1 – 2 of 2) sorted by relevance
556 struct Blob sharedKeyBlob = { in MbedtlsAgreeSharedSecret() local560 int32_t ret = EcKeyAgreement(&priKeyBlob, &pubKeyBlob, &sharedKeyBlob); in MbedtlsAgreeSharedSecret()
1439 struct HksBlob sharedKeyBlob = { sharedKey->length, sharedKey->val }; in AgreeSharedSecret() local1448 res = HksAgreeKey(paramSet, &priKeyBlob, &pubKeyBlob, &sharedKeyBlob); in AgreeSharedSecret()