Home
last modified time | relevance | path

Searched refs:ECL_CURVE_DIGITS (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decp_521.c53 #define ECP521_DIGITS ECL_CURVE_DIGITS(521)
H A Decp_224.c53 #define ECP224_DIGITS ECL_CURVE_DIGITS(224)
83 if (a_used > ECL_CURVE_DIGITS(224*2)) { in ec_GFp_nistp224_mod()
H A Decl-priv.h61 #define ECL_CURVE_DIGITS(curve_size_in_bits) \ macro
H A Decp_192.c53 #define ECP192_DIGITS ECL_CURVE_DIGITS(192)