Searched refs:instrcp (Results 1 – 1 of 1) sorted by relevance
454 char *st = NULL, *instrcp = NULL; in ossl_hpke_str2suite() local484 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