Home
last modified time | relevance | path

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

/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()

Completed in 8 milliseconds