Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/rsa/
H A Drsa_gen.c90 BIGNUM *dval = NULL, *newexp = NULL, *newcoeff = NULL; in DEFINE_STACK_OF() local
212 newexp = BN_new(); in DEFINE_STACK_OF()
213 if (newexp == NULL) in DEFINE_STACK_OF()
215 if (!BN_mod(newexp, rsa->d, newpd, ctx)) in DEFINE_STACK_OF()
217 if (!sk_BIGNUM_insert(exps, newexp, sk_BIGNUM_num(exps))) in DEFINE_STACK_OF()
219 newexp = NULL; in DEFINE_STACK_OF()
252 BN_free(newexp); in DEFINE_STACK_OF()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c149 static void sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp);
2459 sctp_ResetTimeOut(struct libalias *la, struct sctp_nat_assoc *assoc, int newexp) in sctp_ResetTimeOut() argument
2461 if (newexp < assoc->exp) { in sctp_ResetTimeOut()
2463 assoc->exp = newexp; in sctp_ResetTimeOut()
2466 assoc->exp = newexp; in sctp_ResetTimeOut()