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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c253 * We can have maximum of PK11_MAX_ID_LEN 2-byte
257 if (strlen(l2) > PK11_MAX_ID_LEN * 2 +
258 PK11_MAX_ID_LEN - 1) {
261 if ((uri->id = malloc(PK11_MAX_ID_LEN)) == NULL)
264 PK11_MAX_ID_LEN);
H A Dcryptoutil.h142 #define PK11_MAX_ID_LEN 256 macro

Completed in 24 milliseconds