Home
last modified time | relevance | path

Searched refs:q (Results 1 – 10 of 10) sorted by relevance

/include/internal/
A Dffc.h93 BIGNUM *q; member
127 void ossl_ffc_params_set0_pqg(FFC_PARAMS *params, BIGNUM *p, BIGNUM *q,
130 const BIGNUM **q, const BIGNUM **g);
190 const BIGNUM *p, const BIGNUM *q,
210 const BIGNUM *q,
A Ddeterministic_nonce.h16 int ossl_gen_deterministic_nonce_rfc6979(BIGNUM *out, const BIGNUM *q,
A Dsafe_math.h326 type q, r, x, y; \
340 q = safe_div_ ## type_name(a, c, err); \
343 y = safe_mul_ ## type_name(q, b, err); \
344 q = safe_div_ ## type_name(x, c, err); \
345 return safe_add_ ## type_name(y, q, err); \
/include/crypto/
A Dlms_sig.h51 uint32_t q; member
68 const unsigned char *Id, uint32_t q,
A Dbn.h137 int s390x_crt(BIGNUM *r, const BIGNUM *i, const BIGNUM *p, const BIGNUM *q,
/include/openssl/
A Dwhrlpool.h39 double q[WHIRLPOOL_DIGEST_LENGTH / sizeof(double)]; member
A Ddsa.h207 const BIGNUM **q, const BIGNUM **g);
208 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
A Ddh.h265 const BIGNUM **q, const BIGNUM **g);
266 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
A Drsa.h219 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q);
232 const BIGNUM **p, const BIGNUM **q);
A Dec.h894 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);

Completed in 19 milliseconds