Searched refs:verify_zeroization (Results 1 – 1 of 1) sorted by relevance
48 OSSL_FUNC_rand_verify_zeroization_fn *verify_zeroization; member234 if (rand->verify_zeroization != NULL) in evp_rand_from_algorithm()236 rand->verify_zeroization = OSSL_FUNC_rand_verify_zeroization(fns); in evp_rand_from_algorithm()680 if (ctx->meth->verify_zeroization != NULL) in evp_rand_verify_zeroization_locked()681 return ctx->meth->verify_zeroization(ctx->algctx); in evp_rand_verify_zeroization_locked()
Completed in 9 milliseconds