Lines Matching defs:present
182 * PK11_SESSION structure, either held by a thread or present in free_session
1227 * because no slot was present.
1323 /* Global session is not present when there are no slots. */
2747 /* at present, no parameter is needed for supported digests */
3017 * mechanisms from RSA, DSA, DH and RAND are present, and also two arrays of
3416 * where we use the hardware accelerators when present and OpenSSL native code
3690 static int present = -1;
3692 if (present == -1)
3699 present = (ui & (AV_386_AES)) > 0;
3701 present = (ui & (AV_SPARC_AES|AV_SPARC_FJAES)) > 0;
3705 return (present);