Home
last modified time | relevance | path

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

/openssl/crypto/hpke/
H A Dhpke_util.c454 char *st = NULL, *instrcp = NULL; in ossl_hpke_str2suite() local
484 instrcp = OPENSSL_memdup(suitestr, inplen + 1); in ossl_hpke_str2suite()
485 if (instrcp == NULL) in ossl_hpke_str2suite()
489 st = instrcp; in ossl_hpke_str2suite()
526 OPENSSL_free(instrcp); in ossl_hpke_str2suite()

Completed in 4 milliseconds