Home
last modified time | relevance | path

Searched refs:EC_MAX_OID_LEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c155 uchar_t param_buffer[EC_MAX_OID_LEN]; in soft_ec_genkey_pair()
221 uchar_t params[EC_MAX_OID_LEN]; in soft_ec_key_derive()
339 uchar_t params[EC_MAX_OID_LEN]; in soft_ecc_sign_verify_init_common()
/illumos-gate/usr/src/common/crypto/ecc/
H A Decc_impl.h65 #define EC_MAX_OID_LEN 10 /* max length of OID buffer */ macro