Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/asn1/
H A Da_type.c31 ASN1_TYPE **tmp_a = &a; in ASN1_TYPE_set() local
32 asn1_primitive_free((ASN1_VALUE **)tmp_a, NULL, 0); in ASN1_TYPE_set()
/freebsd-13.1/crypto/openssl/crypto/ec/
H A Decp_smpl.c140 BIGNUM *tmp_a; in ec_GFp_simple_group_set_curve() local
155 tmp_a = BN_CTX_get(ctx); in ec_GFp_simple_group_set_curve()
156 if (tmp_a == NULL) in ec_GFp_simple_group_set_curve()
165 if (!BN_nnmod(tmp_a, a, p, ctx)) in ec_GFp_simple_group_set_curve()
168 if (!group->meth->field_encode(group, group->a, tmp_a, ctx)) in ec_GFp_simple_group_set_curve()
170 } else if (!BN_copy(group->a, tmp_a)) in ec_GFp_simple_group_set_curve()
181 if (!BN_add_word(tmp_a, 3)) in ec_GFp_simple_group_set_curve()
183 group->a_is_minus3 = (0 == BN_cmp(tmp_a, group->field)); in ec_GFp_simple_group_set_curve()
/freebsd-13.1/sys/netinet/
H A Dsctp_pcb.c66 struct sockaddr_in6 tmp_a, tmp_b; in SCTP6_ARE_ADDR_EQUAL() local
68 memcpy(&tmp_a, a, sizeof(struct sockaddr_in6)); in SCTP6_ARE_ADDR_EQUAL()
69 if (sa6_embedscope(&tmp_a, MODULE_GLOBAL(ip6_use_defzone)) != 0) { in SCTP6_ARE_ADDR_EQUAL()
76 return (IN6_ARE_ADDR_EQUAL(&tmp_a.sin6_addr, &tmp_b.sin6_addr)); in SCTP6_ARE_ADDR_EQUAL()