Searched refs:recp (Results 1 – 2 of 2) sorted by relevance
208 static void BN_RECP_CTX_init(BN_RECP_CTX *recp) { in BN_RECP_CTX_init() argument209 BN_init(&recp->N); in BN_RECP_CTX_init()210 BN_init(&recp->Nr); in BN_RECP_CTX_init()211 recp->num_bits = 0; in BN_RECP_CTX_init()212 recp->flags = 0; in BN_RECP_CTX_init()215 static void BN_RECP_CTX_free(BN_RECP_CTX *recp) { in BN_RECP_CTX_free() argument216 if (recp == NULL) { in BN_RECP_CTX_free()220 BN_free(&recp->N); in BN_RECP_CTX_free()221 BN_free(&recp->Nr); in BN_RECP_CTX_free()224 static int BN_RECP_CTX_set(BN_RECP_CTX *recp, const BIGNUM *d, BN_CTX *ctx) { in BN_RECP_CTX_set() argument[all …]
882 boolean recp = false; in atan()895 recp = true; in atan()926 if (recp) { in atan()