Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/strongswan/files/
H A DCVE-2022-40617.patch32 static bool check_lifetime(private_credential_manager_t *this,
39 @@ -570,7 +570,7 @@ static bool check_lifetime(private_credential_manager_t *this,
42 status = validator->check_lifetime(validator, cert,
48 @@ -603,13 +603,13 @@ static bool check_lifetime(private_credential_manager_t *this,
58 if (!check_lifetime(this, subject, "subject", pathlen, FALSE, auth) ||
59 - !check_lifetime(this, issuer, "issuer", pathlen + 1, trusted, auth))
60 + !check_lifetime(this, issuer, "issuer", pathlen + 1, anchor, auth))
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c468 static void check_lifetime(struct work_struct *work);
470 static DECLARE_DELAYED_WORK(check_lifetime_work, check_lifetime);
697 static void check_lifetime(struct work_struct *work) in check_lifetime() function