Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/asn1/
HDa_type.c75 ASN1_TYPE **tmp_a = &a; in ASN1_TYPE_set() local
76 ASN1_primitive_free((ASN1_VALUE **)tmp_a, NULL); in ASN1_TYPE_set()
/NextBSD/crypto/openssl/crypto/ec/
HDecp_smpl.c182 BIGNUM *tmp_a; in ec_GFp_simple_group_set_curve() local
197 tmp_a = BN_CTX_get(ctx); in ec_GFp_simple_group_set_curve()
198 if (tmp_a == NULL) in ec_GFp_simple_group_set_curve()
207 if (!BN_nnmod(tmp_a, a, p, ctx)) in ec_GFp_simple_group_set_curve()
210 if (!group->meth->field_encode(group, &group->a, tmp_a, ctx)) in ec_GFp_simple_group_set_curve()
212 } else if (!BN_copy(&group->a, tmp_a)) in ec_GFp_simple_group_set_curve()
223 if (!BN_add_word(tmp_a, 3)) in ec_GFp_simple_group_set_curve()
225 group->a_is_minus3 = (0 == BN_cmp(tmp_a, &group->field)); in ec_GFp_simple_group_set_curve()
/NextBSD/sys/netinet/
HDsctp_pcb.c68 struct sockaddr_in6 tmp_a, tmp_b; in SCTP6_ARE_ADDR_EQUAL() local
70 memcpy(&tmp_a, a, sizeof(struct sockaddr_in6)); in SCTP6_ARE_ADDR_EQUAL()
71 if (sa6_embedscope(&tmp_a, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in SCTP6_ARE_ADDR_EQUAL()
78 return (IN6_ARE_ADDR_EQUAL(&tmp_a.sin6_addr, &tmp_b.sin6_addr)); in SCTP6_ARE_ADDR_EQUAL()