Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c205 if (strlen(l2) > PK11_MAX_ID_LEN * 2 + in pkcs11_parse_uri()
206 PK11_MAX_ID_LEN - 1) { in pkcs11_parse_uri()
209 if ((uri->id = malloc(PK11_MAX_ID_LEN)) == NULL) in pkcs11_parse_uri()
212 PK11_MAX_ID_LEN); in pkcs11_parse_uri()
H A Dcryptoutil.h136 #define PK11_MAX_ID_LEN 256 macro