Home
last modified time | relevance | path

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

/external/openssh/
Dkey.h62 #define CERT_MAX_PRINCIPALS 256 macro
Dkey.c1189 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()