Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/openssl/openssl/
H A DCVE-2023-0465.patch36 - for (i = 1; i < sk_X509_num(ctx->chain); i++) {
37 + for (i = 0; i < sk_X509_num(ctx->chain); i++) {
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0001-Forward-port-to-OpenSSL-1.1.x.patch249 - if (!bs || !sk_X509_num(bs->certs))
251 + if (!bs || !sk_X509_num(certs))
273 - for (int i = 0; i < sk_X509_num(bs->certs); i++)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dsafestack.h1757 # define sk_X509_num(st) SKM_sk_num(X509, (st)) macro