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

◆ ocrypto_rsa2048_init_key()

int ocrypto_rsa2048_init_key ( ocrypto_rsa2048_key sk,
const uint8_t *  n,
size_t  n_len,
const uint8_t *  d,
size_t  d_len 
)

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

2048-bit RSA secret key setup.

Parameters
[out]skThe initialized public key.
nThe RSA modulus. Must be exactly 2048 bits.
n_lenLength of n.
dThe secret exponent. Must be <= 2048 bits.
d_lenLength of d.
Return values
-1If the input length is invalid.
0On success.