Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h59 #define EC_MAX_DIGEST_LEN 1024 /* max digest that can be signed */ macro
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c482 if (ulDataLen > EC_MAX_DIGEST_LEN) { in soft_ecc_sign()
552 if (ulDataLen > EC_MAX_DIGEST_LEN) { in soft_ecc_verify()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Decc.c647 uchar_t tmp_data[EC_MAX_DIGEST_LEN]; in ecc_sign_common()
849 uchar_t tmp_data[EC_MAX_DIGEST_LEN]; in ecc_verify_common()