nRF5 SDK v17.0.2
Data Fields
nrf_crypto_ecdsa_verify_context_t Union Reference

Union holding a context for ECDSA hash verify. More...

#include <nrf_crypto_ecdsa.h>

Data Fields

nrf_crypto_ecdsa_secp160r1_verify_context_t context_secp160r1
 Occupies spece for secp160r1 (NIST 160-bit).
 
nrf_crypto_ecdsa_secp160r2_verify_context_t context_secp160r2
 Occupies spece for secp160r2 (NIST 160-bit).
 
nrf_crypto_ecdsa_secp192r1_verify_context_t context_secp192r1
 Occupies spece for secp192r1 (NIST 192-bit).
 
nrf_crypto_ecdsa_secp224r1_verify_context_t context_secp224r1
 Occupies spece for secp224r1 (NIST 224-bit).
 
nrf_crypto_ecdsa_secp256r1_verify_context_t context_secp256r1
 Occupies spece for secp256r1 (NIST 256-bit).
 
nrf_crypto_ecdsa_secp384r1_verify_context_t context_secp384r1
 Occupies spece for secp384r1 (NIST 384-bit).
 
nrf_crypto_ecdsa_secp521r1_verify_context_t context_secp521r1
 Occupies spece for secp521r1 (NIST 521-bit).
 
nrf_crypto_ecdsa_secp160k1_verify_context_t context_secp160k1
 Occupies spece for secp160k1 (Koblitz 160-bit).
 
nrf_crypto_ecdsa_secp192k1_verify_context_t context_secp192k1
 Occupies spece for secp192k1 (Koblitz 192-bit).
 
nrf_crypto_ecdsa_secp224k1_verify_context_t context_secp224k1
 Occupies spece for secp224k1 (Koblitz 224-bit).
 
nrf_crypto_ecdsa_secp256k1_verify_context_t context_secp256k1
 Occupies spece for secp256k1 (Koblitz 256-bit).
 
nrf_crypto_ecdsa_bp256r1_verify_context_t context_bp256r1
 Occupies spece for bp256r1 (Brainpool 256-bit).
 
nrf_crypto_ecdsa_bp384r1_verify_context_t context_bp384r1
 Occupies spece for bp384r1 (Brainpool 384-bit).
 
nrf_crypto_ecdsa_bp512r1_verify_context_t context_bp512r1
 Occupies spece for bp512r1 (Brainpool 512-bit).
 
nrf_crypto_ecdsa_curve25519_verify_context_t context_curve25519
 Occupies spece for Curve25519.
 

Detailed Description

Union holding a context for ECDSA hash verify.


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

Documentation feedback | Developer Zone | Subscribe | Updated