Searched defs:present (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/openssl/common/engines/pkcs11/
H A De_pk11.c182 * 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; local
3692 if (present == -1)
3699 present = (ui & (AV_386_AES)) > 0;
3701 present
[all...]

Completed in 20 milliseconds