Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/hpke/
H A Dhpke_util.c455 size_t inplen; in ossl_hpke_str2suite() local
463 inplen = OPENSSL_strnlen(suitestr, OSSL_HPKE_MAX_SUITESTR); in ossl_hpke_str2suite()
464 if (inplen >= OSSL_HPKE_MAX_SUITESTR) { in ossl_hpke_str2suite()
473 if (suitestr[inplen - 1] == OSSL_HPKE_STR_DELIMCHAR) in ossl_hpke_str2suite()
484 instrcp = OPENSSL_memdup(suitestr, inplen + 1); in ossl_hpke_str2suite()
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c1045 size_t inplen; local
1694 inplen = strlen(inp);
1704 && inplen > MAXLINE)
1710 CurSmtpClient, (unsigned long) inplen);
1727 if (cmdlen < inplen &&