nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ ocrypto_ecdh_p384_common_secret()

int ocrypto_ecdh_p384_common_secret ( uint8_t  r[48],
const uint8_t  sk[48],
const uint8_t  pk[96] 
)

#include <crypto/nrf_oberon/include/ocrypto_ecdh_p384.h>

ECDH P-384 common secret.

The common secret is computed from both the client's public key pk and the server's secret key sk and put into r.

Parameters
[out]rGenerated common secret.
skServer private key.
pkClient public key.
Return values
0If sk is a valid secret key and pk is a valid public key.
-1Otherwise.
Remarks
r may be same as sk or pk.