HomeSort by: relevance | last modified time | path
    Searched defs:BN_CTX (Results 1 - 10 of 10) sorted by relevancy

  /src/sbin/nvmectl/
bn.h 67 } BN_CTX;
111 int BN_mul(BIGNUM */*r*/, const BIGNUM */*a*/, const BIGNUM */*b*/, BN_CTX */*ctx*/);
112 int BN_div(BIGNUM */*q*/, BIGNUM */*r*/, const BIGNUM */*a*/, const BIGNUM */*b*/, BN_CTX */*ctx*/);
125 int BN_mod_exp(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*p*/, BIGNUM */*m*/, BN_CTX */*ctx*/);
126 BIGNUM *BN_mod_inverse(BIGNUM */*ret*/, BIGNUM */*a*/, const BIGNUM */*n*/, BN_CTX */*ctx*/);
127 int BN_mod_mul(BIGNUM */*ret*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
128 int BN_mod_sub(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
133 BN_CTX *BN_CTX_new(void);
134 BIGNUM *BN_CTX_get(BN_CTX */*ctx*/);
135 void BN_CTX_start(BN_CTX */*ctx*/)
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.h 75 #define BN_CTX hc_BN_CTX
86 typedef struct BN_CTX BN_CTX;
135 BN_CTX *BN_CTX_new(void);
136 void BN_CTX_free(BN_CTX *);
137 BIGNUM *BN_CTX_get(BN_CTX *);
138 void BN_CTX_start(BN_CTX *);
139 void BN_CTX_end(BN_CTX *);
bn.c 446 struct BN_CTX {
459 BN_CTX *
462 struct BN_CTX *c;
468 BN_CTX_free(BN_CTX *c)
478 BN_CTX_get(BN_CTX *c)
500 BN_CTX_start(BN_CTX *c)
514 BN_CTX_end(BN_CTX *c)
undef.h 40 #undef BN_CTX
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bn.h 67 } BN_CTX;
111 int BN_mul(BIGNUM */*r*/, const BIGNUM */*a*/, const BIGNUM */*b*/, BN_CTX */*ctx*/);
112 int BN_div(BIGNUM */*q*/, BIGNUM */*r*/, const BIGNUM */*a*/, const BIGNUM */*b*/, BN_CTX */*ctx*/);
124 int BN_mod_exp(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*p*/, BIGNUM */*m*/, BN_CTX */*ctx*/);
125 BIGNUM *BN_mod_inverse(BIGNUM */*ret*/, BIGNUM */*a*/, const BIGNUM */*n*/, BN_CTX */*ctx*/);
126 int BN_mod_mul(BIGNUM */*ret*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
127 int BN_mod_sub(BIGNUM */*r*/, BIGNUM */*a*/, BIGNUM */*b*/, const BIGNUM */*m*/, BN_CTX */*ctx*/);
129 BN_CTX *BN_CTX_new(void);
130 BIGNUM *BN_CTX_get(BN_CTX */*ctx*/);
131 void BN_CTX_start(BN_CTX */*ctx*/)
    [all...]
  /src/games/factor/
factor.c 101 #define BN_CTX int
126 static BN_CTX *ctx; /* just use a global context */
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 50 #define BN_CTX PGPV_BN_CTX
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ossl_typ.h 81 typedef struct bignum_ctx BN_CTX;
  /src/crypto/external/apache2/openssl/dist/include/openssl/
types.h 97 typedef struct bignum_ctx BN_CTX;
  /src/crypto/external/bsd/openssl/dist/include/openssl/
types.h 88 typedef struct bignum_ctx BN_CTX;

Completed in 32 milliseconds