Home
last modified time | relevance | path

Searched defs:m (Results 51 – 75 of 95) sorted by relevance

1234

/openssl/crypto/siphash/
H A Dsiphash.c141 uint64_t m; in SipHash_Update() local
/openssl/crypto/ocsp/
H A Docsp_prn.c35 const char *m; member
/openssl/include/openssl/
H A Dbn.h277 # define BN_mod(rem,m,d,ctx) BN_div(NULL,(rem),(m),(d),(ctx)) argument
H A Dssl.h.in2167 # define SSL_CTX_set_session_cache_mode(ctx,m) \ argument
2173 # define SSL_CTX_set_default_read_ahead(ctx,m) SSL_CTX_set_read_ahead(ctx,m) argument
2176 # define SSL_CTX_set_read_ahead(ctx,m) \ argument
2180 # define SSL_CTX_set_max_cert_list(ctx,m) \ argument
2184 # define SSL_set_max_cert_list(ssl,m) \ argument
2187 # define SSL_CTX_set_max_send_fragment(ctx,m) \ argument
2189 # define SSL_set_max_send_fragment(ssl,m) \ argument
2191 # define SSL_CTX_set_split_send_fragment(ctx,m) \ argument
2193 # define SSL_set_split_send_fragment(ssl,m) \ argument
2195 # define SSL_CTX_set_max_pipelines(ctx,m) \ argument
[all …]
/openssl/test/
H A Dlhash_test.c513 TEST_MT_ENTRY *m = ossl_ht_mt_TEST_MT_ENTRY_from_value(v); in hashtable_mt_free() local
542 TEST_MT_ENTRY *m; in do_mt_hash_work() local
H A Dtestutil.h518 # define TEST_strn2_eq(a, m, b, n) test_strn_eq(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
519 # define TEST_strn2_ne(a, m, b, n) test_strn_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
521 # define TEST_mem_eq(a, m, b, n) test_mem_eq(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
522 # define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) argument
H A Dquicfaultstest.c242 static int on_datagram_cb(QTEST_FAULT *fault, BIO_MSG *m, size_t stride, in on_datagram_cb()
H A Dbio_base64_test.c362 static int quotrem(int i, unsigned int m, int *q) in quotrem()
H A Dbntest.c474 BIGNUM *a = NULL, *p = NULL, *m = NULL, *d = NULL, *e = NULL; in test_modexp_mont5() local
1614 BIGNUM *a = NULL, *b = NULL, *m = NULL, *mod_mul = NULL, *ret = NULL; in file_modmul() local
1666 BIGNUM *a = NULL, *e = NULL, *m = NULL, *mod_exp = NULL, *ret = NULL; in file_modexp() local
2578 BIGNUM *m = BN_new(); in test_expmodone() local
/openssl/ssl/quic/
H A Dquic_local.h269 # define IS_QUIC_METHOD(m) \ argument
304 # define IS_QUIC_METHOD(m) 0 argument
H A Dqlog_event_helpers.c128 const char *m = quic_err_to_qlog(tcause->error_code); in ossl_qlog_event_connectivity_connection_closed() local
/openssl/providers/implementations/include/prov/
H A Dciphercommon_ccm.h40 size_t l, m; /* L and M parameters from RFC3610 */ member
/openssl/providers/implementations/digests/
H A Dblake2b_prov.c159 uint64_t m[16]; in blake2b_compress() local
H A Dblake2s_prov.c149 uint32_t m[16]; in blake2s_compress() local
/openssl/crypto/
H A Dthreads_pthread.c134 # define ATOMIC_AND_FETCH(p, m, o) __atomic_and_fetch(p, m, o) argument
135 # define ATOMIC_OR_FETCH(p, m, o) __atomic_or_fetch(p, m, o) argument
245 static ossl_inline uint64_t fallback_atomic_and_fetch(uint64_t *p, uint64_t m) in fallback_atomic_and_fetch()
258 static ossl_inline uint64_t fallback_atomic_or_fetch(uint64_t *p, uint64_t m) in fallback_atomic_or_fetch()
/openssl/crypto/bn/
H A Dbn_gcd.c585 int i, j, top, rlen, glen, m, delta = 1, cond = 0, pow2_shifts, ret = 0; in BN_gcd() local
/openssl/crypto/dh/
H A Ddh_key.c191 const BIGNUM *m, BN_CTX *ctx, BN_MONT_CTX *m_ctx) in dh_bn_mod_exp()
/openssl/crypto/dsa/
H A Ddsa_ossl.c81 BIGNUM *m, *blind, *blindm, *tmp; in ossl_dsa_do_sign_int() local
/openssl/crypto/des/
H A Ddes_local.h195 # define PERM_OP(a,b,t,n,m) ((t)=((((a)>>(n))^(b))&(m)),\ argument
/openssl/providers/implementations/ciphers/
H A Dciphercommon_ccm.c160 size_t m = ctx->m; in ossl_ccm_get_ctx_params() local
/openssl/ssl/
H A Dt1_enc.c121 const EVP_MD *m; in tls1_change_cipher_state() local
H A Dpriority_queue.c199 size_t n, m; in ossl_pqueue_push() local
/openssl/crypto/asn1/
H A Da_time.c56 int m = tm->tm_mon; in determine_days() local
/openssl/crypto/rsa/
H A Drsa_local.h24 BN_MONT_CTX *m; member
/openssl/crypto/bio/
H A Dbss_dgram_pair.c1040 BIO_MSG *m; in dgram_pair_recvmmsg() local
1288 BIO_MSG *m; in dgram_pair_sendmmsg() local

Completed in 88 milliseconds

1234