Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0464.patch72 node = OPENSSL_zalloc(sizeof(*node));
/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c30 static void *OPENSSL_zalloc(size_t num) in OPENSSL_zalloc() function
41 return OPENSSL_zalloc(sizeof(EVP_MD_CTX)); in EVP_MD_CTX_new()