| /include/openssl/ |
| A D | bn.h | 275 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d, 277 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument 282 const BIGNUM *m); 286 const BIGNUM *m); 292 int BN_mod_lshift(BIGNUM *r, const BIGNUM *a, int n, const BIGNUM *m, 312 const BIGNUM *m, BN_CTX *ctx); 316 const BIGNUM *m, BN_CTX *ctx, 324 const BIGNUM *m, BN_CTX *ctx); 336 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx); 463 const BIGNUM *m, BN_CTX *ctx); [all …]
|
| A D | rsa.h | 359 OSSL_DEPRECATEDIN_3_0 int RSA_sign(int type, const unsigned char *m, 362 OSSL_DEPRECATEDIN_3_0 int RSA_verify(int type, const unsigned char *m, 373 const unsigned char *m, unsigned int m_length, 378 const unsigned char *m, unsigned int m_length, 547 const BIGNUM *m, 555 const BIGNUM *m, 568 const unsigned char *m, 575 int (*sign) (int type, const unsigned char *m, 581 const unsigned char *m, 588 int (*verify) (int dtype, const unsigned char *m,
|
| A D | ssl.h.in | 2187 # define SSL_CTX_set_session_cache_mode(ctx,m) \ argument 2193 # define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) argument 2196 # define SSL_CTX_set_read_ahead(ctx,m) \ argument 2200 # define SSL_CTX_set_max_cert_list(ctx,m) \ argument 2204 # define SSL_set_max_cert_list(ssl,m) \ argument 2207 # define SSL_CTX_set_max_send_fragment(ctx,m) \ argument 2209 # define SSL_set_max_send_fragment(ssl,m) \ argument 2211 # define SSL_CTX_set_split_send_fragment(ctx,m) \ argument 2213 # define SSL_set_split_send_fragment(ssl,m) \ argument 2215 # define SSL_CTX_set_max_pipelines(ctx,m) \ argument [all …]
|
| A D | ec.h | 880 const EC_POINT *p[], const BIGNUM *m[], 894 const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx);
|
| A D | safestack.h.in | 218 * string. For now, I'm settling for dealing with the fact it is a
|
| A D | x509_vfy.h.in | 528 X509_LOOKUP *X509_STORE_add_lookup(X509_STORE *xs, X509_LOOKUP_METHOD *m);
|
| A D | x509.h.in | 326 void X509_CRL_METHOD_free(X509_CRL_METHOD *m);
|
| /include/internal/ |
| A D | ssl_unwrap.h | 51 # define IS_QUIC_METHOD(m) \ argument 52 ((m) == OSSL_QUIC_client_method() || \ 53 (m) == OSSL_QUIC_client_thread_method() || \ 54 (m) == OSSL_QUIC_server_method()) 109 # define IS_QUIC_METHOD(m) 0 argument
|
| /include/crypto/ |
| A D | bn.h | 77 const BIGNUM *m, BN_CTX *ctx, 84 const BIGNUM *m); 86 const BIGNUM *m); 91 int bn_div_fixed_top(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, 136 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx);
|
| A D | ml_kem.h | 185 struct ossl_ml_kem_scalar_st *m; /* Pre-computed pubkey matrix */ member
|
| A D | rsa.h | 112 int ossl_rsa_verify(int dtype, const unsigned char *m,
|