HomeSort by relevance Sort by last modified time
    Searched refs:BN_GENCB (Results 1 - 14 of 14) sorted by null

  /external/boringssl/src/decrepit/dh/
dh_decrepit.c 63 // |BN_GENCB| form.
64 static int callback_wrapper(int event, int n, BN_GENCB *gencb) {
81 BN_GENCB gencb_storage;
82 BN_GENCB *cb = NULL;
  /external/boringssl/src/decrepit/dsa/
dsa_decrepit.c 63 // |BN_GENCB| form.
64 static int callback_wrapper(int event, int n, BN_GENCB *gencb) {
82 BN_GENCB gencb_storage;
83 BN_GENCB *cb = NULL;
  /external/boringssl/src/include/openssl/
bn.h 638 // bn_gencb_st, or |BN_GENCB|, holds a callback function that is used by
640 // |BN_GENCB_set| to initialise a |BN_GENCB| structure.
642 // The callback receives the address of that |BN_GENCB| structure as its last
655 // BN_GENCB argument and may call the function with other argument values.
663 OPENSSL_EXPORT void BN_GENCB_set(BN_GENCB *callback,
664 int (*f)(int event, int n, BN_GENCB *),
669 OPENSSL_EXPORT int BN_GENCB_call(BN_GENCB *callback, int event, int n);
681 // indication of progress. See the comments for |BN_GENCB|. It returns one on
685 BN_GENCB *cb);
    [all...]
dh.h 134 int generator, BN_GENCB *cb);
rsa.h 165 BN_GENCB *cb);
170 OPENSSL_EXPORT int RSA_generate_key_fips(RSA *rsa, int bits, BN_GENCB *cb);
    [all...]
dsa.h 147 BN_GENCB *cb);
base.h 349 typedef struct bn_gencb_st BN_GENCB;
  /external/boringssl/src/crypto/fipsmodule/bn/
prime.c 467 void BN_GENCB_set(BN_GENCB *callback,
474 int BN_GENCB_call(BN_GENCB *callback, int event, int n) {
483 const BIGNUM *rem, BN_GENCB *cb) {
599 BN_GENCB *cb) {
    [all...]
  /external/boringssl/src/crypto/rsa_extra/
rsa_test.cc     [all...]
  /external/boringssl/src/crypto/dsa/
dsa_test.cc 192 static int GenerateCallback(int p, int n, BN_GENCB *arg) {
220 BN_GENCB cb;
dsa.c 199 unsigned long *out_h, BN_GENCB *cb) {
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa_impl.c 956 BN_GENCB *cb) {
    [all...]
  /external/boringssl/src/crypto/dh/
dh.c 178 int DH_generate_parameters_ex(DH *dh, int prime_bits, int generator, BN_GENCB *cb) {
dh_test.cc 91 static int GenerateCallback(int p, int n, BN_GENCB *arg) {
111 BN_GENCB cb;

Completed in 957 milliseconds