Searched refs:cached_result (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c53 static int cached_result = -1; local
55 if (cached_result == -1) { /* first time */
59 cached_result = (ui & AV_386_AES) != 0;
61 return (cached_result);

Completed in 16 milliseconds