Searched refs:q (Results 1 – 10 of 10) sorted by relevance
| /include/internal/ |
| A D | ffc.h | 93 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 D | deterministic_nonce.h | 16 int ossl_gen_deterministic_nonce_rfc6979(BIGNUM *out, const BIGNUM *q,
|
| A D | safe_math.h | 326 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 D | lms_sig.h | 51 uint32_t q; member 68 const unsigned char *Id, uint32_t q,
|
| A D | bn.h | 137 int s390x_crt(BIGNUM *r, const BIGNUM *i, const BIGNUM *p, const BIGNUM *q,
|
| /include/openssl/ |
| A D | whrlpool.h | 39 double q[WHIRLPOOL_DIGEST_LENGTH / sizeof(double)]; member
|
| A D | dsa.h | 207 const BIGNUM **q, const BIGNUM **g); 208 OSSL_DEPRECATEDIN_3_0 int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
| A D | dh.h | 265 const BIGNUM **q, const BIGNUM **g); 266 OSSL_DEPRECATEDIN_3_0 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);
|
| A D | rsa.h | 219 OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); 232 const BIGNUM **p, const BIGNUM **q);
|
| A D | ec.h | 894 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
|
Completed in 19 milliseconds