Searched refs:crypto_ok (Results 1 – 2 of 2) sorted by relevance
213 ctx->crypto_ok = 1; in ossl_siv128_init()280 if (ctx->crypto_ok == 0) in ossl_siv128_encrypt()282 ctx->crypto_ok--; in ossl_siv128_encrypt()309 if (ctx->crypto_ok == 0) in ossl_siv128_decrypt()311 ctx->crypto_ok--; in ossl_siv128_decrypt()382 ctx->crypto_ok = 1; in ossl_siv128_cleanup()389 ctx->crypto_ok = (arg == 1) ? -1 : 1; in ossl_siv128_speed()
233 int crypto_ok; member
Completed in 7 milliseconds