Searched refs:BN_GENCB (Results 1 – 5 of 5) sorted by relevance
/optee_test/host/openssl/include/openssl/ |
A D | bn.h | 310 typedef struct bn_gencb_st BN_GENCB; 356 int (*cb_2) (int, int, BN_GENCB *); 360 int BN_GENCB_call(BN_GENCB *cb, int a, int b); 363 BN_GENCB *tmp_gencb = (gencb); \ 369 BN_GENCB *tmp_gencb = (gencb); \ 562 const BIGNUM *rem, BN_GENCB *cb); 563 int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); 565 int do_trial_division, BN_GENCB *cb); 572 BN_GENCB *cb); 575 BN_CTX *ctx, BN_GENCB *cb);
|
A D | dsa.h | 150 BN_GENCB *cb); 236 BN_GENCB *cb);
|
A D | dh.h | 132 BN_GENCB *cb); 235 BN_GENCB *cb);
|
A D | ossl_typ.h | 125 typedef struct bn_gencb_st BN_GENCB; typedef
|
A D | rsa.h | 129 int (*rsa_keygen) (RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb); 331 int RSA_generate_key_ex(RSA *rsa, int bits, BIGNUM *e, BN_GENCB *cb);
|
Completed in 10 milliseconds