Searched refs:CERT_MAX_PRINCIPALS (Results 1 – 2 of 2) sorted by relevance
62 #define CERT_MAX_PRINCIPALS 256 macro
1189 if (to->nprincipals > CERT_MAX_PRINCIPALS) in key_cert_copy()1191 __func__, to->nprincipals, CERT_MAX_PRINCIPALS); in key_cert_copy()1380 if (key->cert->nprincipals >= CERT_MAX_PRINCIPALS) { in cert_parse()