HomeSort by: relevance | last modified time | path
    Searched refs:BN_dup (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/dc/
mem.c 57 n->number = BN_dup(a->number);
inout.c 401 v = BN_dup(n->number);
bcode.c 1306 x = BN_dup(n->number);
  /src/games/factor/
factor.c 112 static BIGNUM *BN_dup(const BIGNUM *);
286 sval = BN_dup(val);
444 BN_dup(const BIGNUM *a)
  /src/sbin/nvmectl/
bn.h 89 BIGNUM *BN_dup(const BIGNUM */*a*/);
humanize_bignum.c 113 if ((nbytes = BN_dup(bytes)) == NULL)
bignum.c 5284 BN_dup(const BIGNUM *a)
5731 power = BN_dup(a);
5735 temp = BN_dup(power);
5756 i = BN_dup(f);

Completed in 17 milliseconds