Home
last modified time | relevance | path

Searched refs:ctxlocal (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/bn/
A Dbn_prime.c271 BN_CTX *ctxlocal = NULL; in bn_is_prime_int() local
307 if (ctx == NULL && (ctxlocal = ctx = BN_CTX_new()) == NULL) in bn_is_prime_int()
317 BN_CTX_free(ctxlocal); in bn_is_prime_int()

Completed in 3 milliseconds