NIST_MODP is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

NIST_MODP macro

Syntax

#define NIST_MODP( P ) grp->modp = ecp_mod_ ## P;

Arguments

P

References

LocationText
ecp_curves.c:628
#define NIST_MODP( P ) grp->modp = ecp_mod_ ## P;
ecp_curves.c:777
NIST_MODP( p256 );
ecp_curves.c:783
NIST_MODP( p384 );