Searched refs:param_buffer (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftEC.c155 uchar_t param_buffer[EC_MAX_OID_LEN]; local
167 template.pValue = param_buffer;
168 template.ulValueLen = sizeof (param_buffer);
182 if (param_buffer[0] != 0x06 ||
183 param_buffer[1] != paramlen - 2) {
187 params_item.data = param_buffer;

Completed in 47 milliseconds