nRF5 SDK v17.0.2
Data Fields
nrf_crypto_ecdh_context_t Union Reference

Union holding a context for ECDH computation. More...

#include <nrf_crypto_ecdh.h>

Data Fields

nrf_crypto_ecdh_secp160r1_context_t context_secp160r1
 Occupies space for secp160r1 (NIST 160-bit).
 
nrf_crypto_ecdh_secp160r2_context_t context_secp160r2
 Occupies space for secp160r2 (NIST 160-bit).
 
nrf_crypto_ecdh_secp192r1_context_t context_secp192r1
 Occupies space for secp192r1 (NIST 192-bit).
 
nrf_crypto_ecdh_secp224r1_context_t context_secp224r1
 Occupies space for secp224r1 (NIST 224-bit).
 
nrf_crypto_ecdh_secp256r1_context_t context_secp256r1
 Occupies space for secp256r1 (NIST 256-bit).
 
nrf_crypto_ecdh_secp384r1_context_t context_secp384r1
 Occupies space for secp384r1 (NIST 384-bit).
 
nrf_crypto_ecdh_secp521r1_context_t context_secp521r1
 Occupies space for secp521r1 (NIST 521-bit).
 
nrf_crypto_ecdh_secp160k1_context_t context_secp160k1
 Occupies space for secp160k1 (Koblitz 160-bit).
 
nrf_crypto_ecdh_secp192k1_context_t context_secp192k1
 Occupies space for secp192k1 (Koblitz 192-bit).
 
nrf_crypto_ecdh_secp224k1_context_t context_secp224k1
 Occupies space for secp224k1 (Koblitz 224-bit).
 
nrf_crypto_ecdh_secp256k1_context_t context_secp256k1
 Occupies space for secp256k1 (Koblitz 256-bit).
 
nrf_crypto_ecdh_bp256r1_context_t context_bp256r1
 Occupies space for bp256r1 (Brainpool 256-bit).
 
nrf_crypto_ecdh_bp384r1_context_t context_bp384r1
 Occupies space for bp384r1 (Brainpool 384-bit).
 
nrf_crypto_ecdh_bp512r1_context_t context_bp512r1
 Occupies space for bp512r1 (Brainpool 512-bit).
 
nrf_crypto_ecdh_curve25519_context_t context_curve25519
 Occupies space for Curve25519.
 

Detailed Description

Union holding a context for ECDH computation.


The documentation for this union was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated