nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ ocrypto_srp_session_key_ctx()

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.

Parameters
ctxContext.
[out]kGenerated SRP session key.
sPremaster secret.