Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/hx509/
H A Dks_p11.c46 #define P11_SESSION_IN_USE 2 macro
402 if (slot->flags & P11_SESSION_IN_USE) in p11_get_session()
406 slot->flags |= P11_SESSION_IN_USE; in p11_get_session()
496 slot->flags |= P11_SESSION_IN_USE; in p11_get_session()
508 if ((slot->flags & P11_SESSION_IN_USE) == 0) in p11_put_session()
510 slot->flags &= ~P11_SESSION_IN_USE; in p11_put_session()
983 if (p->slot[i].flags & P11_SESSION_IN_USE) in p11_release_module()