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

/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_uri.c264 * Return the process PIN caching policy. We initialize it just once so if the
266 * not have any affect on the policy.
270 * Returns the caching policy number.
276 static int policy = POLICY_NOT_INITIALIZED; local
278 if (policy != POLICY_NOT_INITIALIZED) {
279 return (policy);
285 policy = POLICY_NONE;
290 policy = POLICY_MEMORY;
295 policy = POLICY_MLOCKED_MEMORY;
301 return (policy);
[all...]

Completed in 14 milliseconds