Home
last modified time | relevance | path

Searched refs:EC_MAX_SIG_LEN (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h62 #define EC_MAX_SIG_LEN 144 /* max signature len for supported curves */ macro
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c648 uchar_t signed_data[EC_MAX_SIG_LEN]; in ecc_sign_common()
850 uchar_t signed_data[EC_MAX_SIG_LEN]; in ecc_verify_common()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c547 if (ulSignatureLen > EC_MAX_SIG_LEN) { in soft_ecc_verify()