HomeSort by relevance Sort by last modified time
    Searched refs:BN_GENCB (Results 1 - 13 of 13) 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/crypto/fipsmodule/bn/
prime.c 350 void BN_GENCB_set(BN_GENCB *callback,
357 int BN_GENCB_call(BN_GENCB *callback, int event, int n) {
366 const BIGNUM *rem, BN_GENCB *cb) {
466 BN_GENCB *cb) {
480 int BN_is_prime_ex(const BIGNUM *candidate, int checks, BN_CTX *ctx, BN_GENCB *cb) {
485 int do_trial_division, BN_GENCB *cb) {
541 BN_CTX *ctx, BN_GENCB *cb) {
    [all...]
  /external/boringssl/src/include/openssl/
bn.h 636 /* BN_GENCB holds a callback function that is used by generation functions that
638 * |BN_GENCB| structure.
640 * The callback receives the address of that |BN_GENCB| structure as its last
653 * BN_GENCB argument and may call the function with other argument values. */
664 OPENSSL_EXPORT void BN_GENCB_set(BN_GENCB *callback,
671 OPENSSL_EXPORT int BN_GENCB_call(BN_GENCB *callback, int event, int n);
683 * indication of progress. See the comments for |BN_GENCB|. It returns one on
687 BN_GENCB *cb);
    [all...]
dh.h 133 int generator, BN_GENCB *cb);
rsa.h 123 BN_GENCB *cb);
128 OPENSSL_EXPORT int RSA_generate_key_fips(RSA *rsa, int bits, BN_GENCB *cb);
base.h 275 typedef struct bn_gencb_st BN_GENCB;
dsa.h 128 BN_GENCB *cb);
  /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 158 unsigned long *out_h, BN_GENCB *cb) {
  /external/boringssl/src/crypto/dh/
dh.c 140 int DH_generate_parameters_ex(DH *dh, int prime_bits, int generator, BN_GENCB *cb) {
dh_test.cc 93 static int GenerateCallback(int p, int n, BN_GENCB *arg) {
113 BN_GENCB cb;
  /external/boringssl/src/crypto/fipsmodule/rsa/
rsa_impl.c 812 const BIGNUM *p, BN_CTX *ctx, BN_GENCB *cb) {
915 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e_value, BN_GENCB *cb) {
1045 int RSA_generate_key_fips(RSA *rsa, int bits, BN_GENCB *cb) {

Completed in 3023 milliseconds