Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/ssl_helper/
Dssl_helper.c346 char *CAstream; in make_keys() local
357 CAstream = NULL; in make_keys()
360 CAstream = psMalloc(NULL, CAstreamLen); in make_keys()
361 memcpy(CAstream, RSACAS, sizeof(RSACAS)); in make_keys()
366 RSA2048KEY, sizeof(RSA2048KEY), (unsigned char*)CAstream, in make_keys()
372 if (CAstream) in make_keys()
373 psFree(CAstream); in make_keys()