nrfxlib API 2.8.99
|
void ocrypto_srp_session_key_ctx | ( | ocrypto_srp_ctx * | ctx, |
uint8_t | k[(64)], | ||
const uint8_t | s[(384)] ) |
#include <crypto/nrf_oberon/include/ocrypto_srp.h>
SRP-6 SRP session Key with context.
Generates the shared SRP session key from the premaster secret s
and puts it into k
.
ctx | Context. | |
[out] | k | Generated SRP session key. |
s | Premaster secret. |