Symbol: ossl_inline
crypto/openssl/crypto/aria/aria.c
852
static ossl_inline void rotnr(unsigned int n, ARIA_u128 *o,
crypto/openssl/crypto/aria/aria.c
969
static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d,
crypto/openssl/crypto/aria/aria.c
983
static ossl_inline void FE(ARIA_u128 *o, const ARIA_u128 *d,
crypto/openssl/crypto/asn1/evp_asn1.c
54
static ossl_inline void asn1_type_init_oct(ASN1_OCTET_STRING *oct,
crypto/openssl/crypto/async/arch/async_posix.h
72
static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
crypto/openssl/crypto/bio/bss_core.c
35
static ossl_inline BIO_CORE_GLOBALS *get_globals(OSSL_LIB_CTX *libctx)
crypto/openssl/crypto/bio/bss_dgram_pair.c
1149
static ossl_inline size_t compute_rbuf_growth(size_t target, size_t current)
crypto/openssl/crypto/bn/bn_gcd.c
21
static ossl_inline BIGNUM *bn_mod_inverse_no_branch(BIGNUM *in,
crypto/openssl/crypto/bn/bn_lib.c
153
static ossl_inline int bn_num_bits_consttime(const BIGNUM *a)
crypto/openssl/crypto/bn/bn_local.h
679
static ossl_inline BIGNUM *bn_expand(BIGNUM *a, int bits)
crypto/openssl/crypto/bn/bn_nist.c
324
static ossl_inline uint32_t load_u32(const void *ptr)
crypto/openssl/crypto/bn/bn_nist.c
332
static ossl_inline void store_lo32(void *ptr, NIST_INT64 val)
crypto/openssl/crypto/bn/rsaz_exp.h
56
static ossl_inline void bn_select_words(BN_ULONG *r, BN_ULONG mask,
crypto/openssl/crypto/bn/rsaz_exp.h
67
static ossl_inline BN_ULONG bn_reduce_once_in_place(BN_ULONG *r,
crypto/openssl/crypto/bn/rsaz_exp_x2.c
42
static ossl_inline uint64_t get_digit(const uint8_t *in, int in_len);
crypto/openssl/crypto/bn/rsaz_exp_x2.c
43
static ossl_inline void put_digit(uint8_t *out, int out_len, uint64_t digit);
crypto/openssl/crypto/bn/rsaz_exp_x2.c
47
static ossl_inline void set_bit(BN_ULONG *a, int idx);
crypto/openssl/crypto/bn/rsaz_exp_x2.c
50
static ossl_inline int number_of_digits(int bitsize, int digit_size)
crypto/openssl/crypto/bn/rsaz_exp_x2.c
576
static ossl_inline uint64_t get_digit(const uint8_t *in, int in_len)
crypto/openssl/crypto/bn/rsaz_exp_x2.c
637
static ossl_inline void put_digit(uint8_t *out, int out_len, uint64_t digit)
crypto/openssl/crypto/bn/rsaz_exp_x2.c
695
static ossl_inline void set_bit(BN_ULONG *a, int idx)
crypto/openssl/crypto/dh/dh_backend.c
131
static ossl_inline int dh_bn_dup_check(BIGNUM **out, const BIGNUM *f)
crypto/openssl/crypto/dsa/dsa_backend.c
73
static ossl_inline int dsa_bn_dup_check(BIGNUM **out, const BIGNUM *f)
crypto/openssl/crypto/ec/curve448/arch_32/arch_intrinsics.h
22
static ossl_inline uint64_t widemul(uint32_t a, uint32_t b)
crypto/openssl/crypto/ec/curve448/arch_64/arch_intrinsics.h
22
static ossl_inline uint128_t widemul(uint64_t a, uint64_t b)
crypto/openssl/crypto/ec/curve448/curve448.c
220
static ossl_inline void constant_time_lookup_niels(niels_s *RESTRICT ni,
crypto/openssl/crypto/ec/curve448/curve448.c
88
static ossl_inline void cond_neg_niels(niels_t n, mask_t neg)
crypto/openssl/crypto/ec/curve448/curve448utils.h
77
static ossl_inline c448_error_t c448_succeed_if(c448_bool_t x)
crypto/openssl/crypto/ec/curve448/field.h
103
static ossl_inline void gf_sub_nr(gf c, const gf a, const gf b)
crypto/openssl/crypto/ec/curve448/field.h
112
static ossl_inline void gf_subx_nr(gf c, const gf a, const gf b, int amt)
crypto/openssl/crypto/ec/curve448/field.h
121
static ossl_inline void gf_mulw(gf c, const gf a, int32_t w)
crypto/openssl/crypto/ec/curve448/field.h
132
static ossl_inline void gf_cond_sel(gf x, const gf y, const gf z, mask_t is_z)
crypto/openssl/crypto/ec/curve448/field.h
149
static ossl_inline void gf_cond_neg(gf x, mask_t neg)
crypto/openssl/crypto/ec/curve448/field.h
158
static ossl_inline void gf_cond_swap(gf x, gf_s *RESTRICT y, mask_t swap)
crypto/openssl/crypto/ec/curve448/field.h
30
#define INLINE_UNUSED ossl_inline
crypto/openssl/crypto/ec/curve448/field.h
81
static ossl_inline void gf_sqrn(gf_s *RESTRICT y, const gf x, int n)
crypto/openssl/crypto/ec/curve448/point_448.h
162
static ossl_inline void curve448_scalar_copy(curve448_scalar_t out,
crypto/openssl/crypto/ec/curve448/point_448.h
175
static ossl_inline void curve448_point_copy(curve448_point_t a,
crypto/openssl/crypto/ec/curve448/scalar.c
125
static ossl_inline void scalar_decode_short(curve448_scalar_t s,
crypto/openssl/crypto/ec/curve448/word.h
66
static ossl_inline c448_bool_t mask_to_bool(mask_t m)
crypto/openssl/crypto/ec/curve448/word.h
71
static ossl_inline mask_t bool_to_mask(c448_bool_t m)
crypto/openssl/crypto/ec/ec_local.h
331
static ossl_inline int ec_point_is_compat(const EC_POINT *point,
crypto/openssl/crypto/ec/ec_local.h
762
static ossl_inline int ec_point_ladder_pre(const EC_GROUP *group,
crypto/openssl/crypto/ec/ec_local.h
776
static ossl_inline int ec_point_ladder_step(const EC_GROUP *group,
crypto/openssl/crypto/ec/ec_local.h
790
static ossl_inline int ec_point_ladder_post(const EC_GROUP *group,
crypto/openssl/crypto/ec/ecp_nistp384.c
687
static ossl_inline void felem_square_reduce_ref(felem out, const felem in)
crypto/openssl/crypto/ec/ecp_nistp384.c
695
static ossl_inline void felem_mul_reduce_ref(felem out, const felem in1, const felem in2)
crypto/openssl/crypto/ec/ecp_sm2p256.c
100
static ossl_inline int is_equal(const BN_ULONG *a, const BN_ULONG *b)
crypto/openssl/crypto/ec/ecp_sm2p256.c
112
static ossl_inline int is_greater(const BN_ULONG *a, const BN_ULONG *b)
crypto/openssl/crypto/ec/ecp_sm2p256.c
171
static ossl_inline void ecp_sm2p256_mod_inverse(BN_ULONG *out,
crypto/openssl/crypto/ec/ecp_sm2p256.c
91
static ossl_inline BN_ULONG is_zeros(const BN_ULONG *a)
crypto/openssl/crypto/encode_decode/decoder_pkey.c
719
static ossl_inline int nullstrcmp(const char *a, const char *b, int casecmp)
crypto/openssl/crypto/engine/eng_local.h
161
static ossl_unused ossl_inline int eng_struct_ref(ENGINE *e)
crypto/openssl/crypto/err/err_local.h
14
static ossl_inline void err_get_slot(ERR_STATE *es)
crypto/openssl/crypto/err/err_local.h
21
static ossl_inline void err_clear_data(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/err/err_local.h
40
static ossl_inline void err_set_error(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
48
static ossl_inline void err_set_debug(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
75
static ossl_inline void err_set_data(ERR_STATE *es, size_t i,
crypto/openssl/crypto/err/err_local.h
85
static ossl_inline void err_clear(ERR_STATE *es, size_t i, int deall)
crypto/openssl/crypto/evp/ec_ctrl.c
23
static ossl_inline int evp_pkey_ctx_getset_ecdh_param_checks(const EVP_PKEY_CTX *ctx)
crypto/openssl/crypto/hashtable/hashtable.c
516
static ossl_inline int match_key(HT_KEY *a, HT_KEY *b)
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
12
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
21
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_hash.h
31
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
112
static ossl_inline ossl_unused uint32_t reduce_once(uint32_t x)
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
128
static ossl_inline ossl_unused uint32_t mod_sub(uint32_t a, uint32_t b)
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
137
static ossl_inline ossl_unused uint32_t abs_signed(uint32_t x)
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
146
static ossl_inline ossl_unused uint32_t abs_mod_prime(uint32_t x)
crypto/openssl/crypto/ml_dsa/ml_dsa_local.h
156
static ossl_inline ossl_unused uint32_t maximum(uint32_t x, uint32_t y)
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
25
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
33
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_matrix.h
39
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
101
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
111
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
120
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
129
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
138
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
150
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
160
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
173
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
18
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
33
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
51
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
61
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
67
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
73
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_poly.h
83
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
48
static ossl_inline int coeff_from_three_bytes(const uint8_t *s, uint32_t *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
65
static ossl_inline int coeff_from_nibble_4(uint32_t nibble, uint32_t *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_sample.c
88
static ossl_inline int coeff_from_nibble_2(uint32_t nibble, uint32_t *out)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
102
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
112
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
122
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
131
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
138
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
159
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
174
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
183
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
192
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
201
static ossl_inline ossl_unused uint32_t
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
212
static ossl_inline ossl_unused uint32_t
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
223
static ossl_inline ossl_unused size_t
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
235
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
246
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
26
static ossl_inline ossl_unused void vector_init(VECTOR *v, POLY *polys, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
32
static ossl_inline ossl_unused int vector_alloc(VECTOR *v, size_t num_polys)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
41
static ossl_inline ossl_unused void vector_free(VECTOR *v)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
49
static ossl_inline ossl_unused void vector_zero(VECTOR *va)
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
59
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
67
static ossl_inline ossl_unused int
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
82
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_dsa/ml_dsa_vector.h
92
static ossl_inline ossl_unused void
crypto/openssl/crypto/ml_kem/ml_kem.c
939
static ossl_inline void scalar_mult_add(scalar *out, const scalar *lhs,
crypto/openssl/crypto/modes/siv128.c
128
__owur static ossl_inline int siv128_do_encrypt(EVP_CIPHER_CTX *ctx, unsigned char *out,
crypto/openssl/crypto/modes/siv128.c
22
__owur static ossl_inline uint32_t rotl8(uint32_t x)
crypto/openssl/crypto/modes/siv128.c
27
__owur static ossl_inline uint32_t rotr8(uint32_t x)
crypto/openssl/crypto/modes/siv128.c
32
__owur static ossl_inline uint64_t byteswap8(uint64_t x)
crypto/openssl/crypto/modes/siv128.c
42
__owur static ossl_inline uint64_t siv128_getword(SIV_BLOCK const *b, size_t i)
crypto/openssl/crypto/modes/siv128.c
51
static ossl_inline void siv128_putword(SIV_BLOCK *b, size_t i, uint64_t x)
crypto/openssl/crypto/modes/siv128.c
61
static ossl_inline void siv128_xorblock(SIV_BLOCK *x,
crypto/openssl/crypto/modes/siv128.c
74
static ossl_inline void siv128_dbl(SIV_BLOCK *b)
crypto/openssl/crypto/modes/siv128.c
89
__owur static ossl_inline int siv128_do_s2v_p(SIV128_CONTEXT *ctx, SIV_BLOCK *out,
crypto/openssl/crypto/objects/obj_dat.c
101
static ossl_inline void ossl_obj_unlock(int lock)
crypto/openssl/crypto/objects/obj_dat.c
48
static ossl_inline void objs_free_locks(void)
crypto/openssl/crypto/objects/obj_dat.c
74
static ossl_inline int ossl_init_added_lock(void)
crypto/openssl/crypto/objects/obj_dat.c
83
static ossl_inline int ossl_obj_write_lock(int lock)
crypto/openssl/crypto/objects/obj_dat.c
92
static ossl_inline int ossl_obj_read_lock(int lock)
crypto/openssl/crypto/objects/obj_xref.c
61
static ossl_inline int obj_sig_init(void)
crypto/openssl/crypto/punycode.c
60
static ossl_inline int is_basic(unsigned int a)
crypto/openssl/crypto/punycode.c
72
static ossl_inline int digit_decoded(const unsigned char a)
crypto/openssl/crypto/rsa/rsa_backend.c
460
static ossl_inline int rsa_bn_dup_check(BIGNUM **out, const BIGNUM *f)
crypto/openssl/crypto/rsa/rsa_lib.c
243
static ossl_inline uint64_t mul2(uint64_t a, uint64_t b)
crypto/openssl/crypto/slh_dsa/slh_hash.c
133
static ossl_inline int
crypto/openssl/crypto/slh_dsa/slh_hash.c
211
static ossl_inline int
crypto/openssl/crypto/slh_dsa/slh_hash.c
35
static ossl_inline int xof_digest_3(EVP_MD_CTX *ctx,
crypto/openssl/crypto/slh_dsa/slh_hash.c
48
static ossl_inline int xof_digest_4(EVP_MD_CTX *ctx,
crypto/openssl/crypto/slh_dsa/slh_wots.c
33
static ossl_inline void slh_bytes_to_nibbles(const uint8_t *in, size_t in_len,
crypto/openssl/crypto/slh_dsa/slh_wots.c
51
static ossl_inline void compute_checksum_nibbles(const uint8_t *in, size_t in_len,
crypto/openssl/crypto/sm4/sm4.c
227
static ossl_inline uint32_t rotl(uint32_t a, uint8_t n)
crypto/openssl/crypto/sm4/sm4.c
232
static ossl_inline uint32_t load_u32_be(const uint8_t *b, uint32_t n)
crypto/openssl/crypto/sm4/sm4.c
237
static ossl_inline void store_u32_be(uint32_t v, uint8_t *b)
crypto/openssl/crypto/sm4/sm4.c
245
static ossl_inline uint32_t SM4_T_non_lin_sub(uint32_t X)
crypto/openssl/crypto/sm4/sm4.c
257
static ossl_inline uint32_t SM4_T_slow(uint32_t X)
crypto/openssl/crypto/sm4/sm4.c
267
static ossl_inline uint32_t SM4_T(uint32_t X)
crypto/openssl/crypto/sm4/sm4.c
272
static ossl_inline uint32_t SM4_key_sub(uint32_t X)
crypto/openssl/crypto/sparse_array.c
174
static ossl_inline void **alloc_node(void)
crypto/openssl/crypto/stack/stack.c
160
static ossl_inline int compute_growth(int target, int current)
crypto/openssl/crypto/stack/stack.c
285
static ossl_inline void *internal_delete(OPENSSL_STACK *st, int loc)
crypto/openssl/crypto/thread/internal.c
104
ossl_inline uint64_t ossl_get_avail_threads(OSSL_LIB_CTX *ctx)
crypto/openssl/crypto/thread/internal.c
19
static ossl_inline uint64_t _ossl_get_avail_threads(OSSL_LIB_CTX_THREADS *tdata)
crypto/openssl/crypto/threads_pthread.c
109
static ossl_inline t fallback_atomic_load_n_##t(t *p) \
crypto/openssl/crypto/threads_pthread.c
125
static ossl_inline t fallback_atomic_store_n_##t(t *p, t v) \
crypto/openssl/crypto/threads_pthread.c
140
static ossl_inline void fallback_atomic_store_##t(t *p, t *v) \
crypto/openssl/crypto/threads_pthread.c
157
static ossl_inline uint64_t fallback_atomic_add_fetch(uint64_t *p, uint64_t v)
crypto/openssl/crypto/threads_pthread.c
170
static ossl_inline uint64_t fallback_atomic_sub_fetch(uint64_t *p, uint64_t v)
crypto/openssl/crypto/threads_win.c
196
static ossl_inline struct rcu_qp *get_hold_current_qp(CRYPTO_RCU_LOCK *lock)
crypto/openssl/engines/e_afalg.c
108
static ossl_inline int io_setup(unsigned n, aio_context_t *ctx)
crypto/openssl/engines/e_afalg.c
113
static ossl_inline int eventfd(int n)
crypto/openssl/engines/e_afalg.c
118
static ossl_inline int io_destroy(aio_context_t ctx)
crypto/openssl/engines/e_afalg.c
123
static ossl_inline int io_read(aio_context_t ctx, long n, struct iocb **iocb)
crypto/openssl/engines/e_afalg.c
134
static ossl_inline int io_getevents(aio_context_t ctx, long min, long max,
crypto/openssl/engines/e_afalg.c
405
static ossl_inline void afalg_set_op_sk(struct cmsghdr *cmsg,
crypto/openssl/engines/e_afalg.c
427
static ossl_inline int afalg_set_key(afalg_ctx *actx, const unsigned char *key,
crypto/openssl/include/crypto/sparse_array.h
25
static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * ossl_sa_##type##_new(void) \
crypto/openssl/include/crypto/sparse_array.h
29
static ossl_unused ossl_inline void \
crypto/openssl/include/crypto/sparse_array.h
34
static ossl_unused ossl_inline void \
crypto/openssl/include/crypto/sparse_array.h
39
static ossl_unused ossl_inline size_t \
crypto/openssl/include/crypto/sparse_array.h
44
static ossl_unused ossl_inline void \
crypto/openssl/include/crypto/sparse_array.h
51
static ossl_unused ossl_inline void \
crypto/openssl/include/crypto/sparse_array.h
59
static ossl_unused ossl_inline ctype *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) * sa, ossl_uintmax_t n) \
crypto/openssl/include/crypto/sparse_array.h
63
static ossl_unused ossl_inline int \
crypto/openssl/include/internal/common.h
203
static ossl_inline int ossl_ends_with_dirsep(const char *path)
crypto/openssl/include/internal/common.h
217
static ossl_inline char ossl_determine_dirsep(const char *path)
crypto/openssl/include/internal/common.h
231
static ossl_inline int ossl_is_absolute_path(const char *path)
crypto/openssl/include/internal/common.h
43
__owur static ossl_inline int ossl_assert_int(int expr, const char *exprstr,
crypto/openssl/include/internal/constant_time.h
102
static ossl_inline unsigned int constant_time_msb(unsigned int a)
crypto/openssl/include/internal/constant_time.h
107
static ossl_inline uint32_t constant_time_msb_32(uint32_t a)
crypto/openssl/include/internal/constant_time.h
112
static ossl_inline uint64_t constant_time_msb_64(uint64_t a)
crypto/openssl/include/internal/constant_time.h
117
static ossl_inline size_t constant_time_msb_s(size_t a)
crypto/openssl/include/internal/constant_time.h
122
static ossl_inline unsigned int constant_time_lt(unsigned int a,
crypto/openssl/include/internal/constant_time.h
128
static ossl_inline size_t constant_time_lt_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
133
static ossl_inline unsigned char constant_time_lt_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
139
static ossl_inline uint32_t constant_time_lt_32(uint32_t a, uint32_t b)
crypto/openssl/include/internal/constant_time.h
144
static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b)
crypto/openssl/include/internal/constant_time.h
150
static ossl_inline BN_ULONG value_barrier_bn(BN_ULONG a)
crypto/openssl/include/internal/constant_time.h
161
static ossl_inline BN_ULONG constant_time_msb_bn(BN_ULONG a)
crypto/openssl/include/internal/constant_time.h
166
static ossl_inline BN_ULONG constant_time_lt_bn(BN_ULONG a, BN_ULONG b)
crypto/openssl/include/internal/constant_time.h
171
static ossl_inline BN_ULONG constant_time_is_zero_bn(BN_ULONG a)
crypto/openssl/include/internal/constant_time.h
176
static ossl_inline BN_ULONG constant_time_eq_bn(BN_ULONG a,
crypto/openssl/include/internal/constant_time.h
182
static ossl_inline BN_ULONG constant_time_select_bn(BN_ULONG mask,
crypto/openssl/include/internal/constant_time.h
190
static ossl_inline unsigned int constant_time_ge(unsigned int a,
crypto/openssl/include/internal/constant_time.h
196
static ossl_inline size_t constant_time_ge_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
201
static ossl_inline unsigned char constant_time_ge_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
207
static ossl_inline unsigned char constant_time_ge_8_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
212
static ossl_inline unsigned int constant_time_is_zero(unsigned int a)
crypto/openssl/include/internal/constant_time.h
217
static ossl_inline size_t constant_time_is_zero_s(size_t a)
crypto/openssl/include/internal/constant_time.h
222
static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a)
crypto/openssl/include/internal/constant_time.h
227
static ossl_inline uint32_t constant_time_is_zero_32(uint32_t a)
crypto/openssl/include/internal/constant_time.h
232
static ossl_inline uint64_t constant_time_is_zero_64(uint64_t a)
crypto/openssl/include/internal/constant_time.h
237
static ossl_inline unsigned int constant_time_eq(unsigned int a,
crypto/openssl/include/internal/constant_time.h
243
static ossl_inline size_t constant_time_eq_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
248
static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
254
static ossl_inline unsigned char constant_time_eq_8_s(size_t a, size_t b)
crypto/openssl/include/internal/constant_time.h
259
static ossl_inline unsigned int constant_time_eq_int(int a, int b)
crypto/openssl/include/internal/constant_time.h
264
static ossl_inline unsigned char constant_time_eq_int_8(int a, int b)
crypto/openssl/include/internal/constant_time.h
276
static ossl_inline unsigned int value_barrier(unsigned int a)
crypto/openssl/include/internal/constant_time.h
288
static ossl_inline uint32_t value_barrier_32(uint32_t a)
crypto/openssl/include/internal/constant_time.h
300
static ossl_inline uint64_t value_barrier_64(uint64_t a)
crypto/openssl/include/internal/constant_time.h
312
static ossl_inline size_t value_barrier_s(size_t a)
crypto/openssl/include/internal/constant_time.h
324
static ossl_inline unsigned char value_barrier_8(unsigned char a)
crypto/openssl/include/internal/constant_time.h
33
static ossl_inline unsigned int constant_time_msb(unsigned int a);
crypto/openssl/include/internal/constant_time.h
335
static ossl_inline unsigned int constant_time_select(unsigned int mask,
crypto/openssl/include/internal/constant_time.h
342
static ossl_inline size_t constant_time_select_s(size_t mask,
crypto/openssl/include/internal/constant_time.h
349
static ossl_inline unsigned char constant_time_select_8(unsigned char mask,
crypto/openssl/include/internal/constant_time.h
35
static ossl_inline uint32_t constant_time_msb_32(uint32_t a);
crypto/openssl/include/internal/constant_time.h
356
static ossl_inline int constant_time_select_int(unsigned int mask, int a,
crypto/openssl/include/internal/constant_time.h
362
static ossl_inline int constant_time_select_int_s(size_t mask, int a, int b)
crypto/openssl/include/internal/constant_time.h
368
static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a,
crypto/openssl/include/internal/constant_time.h
37
static ossl_inline uint64_t constant_time_msb_64(uint64_t a);
crypto/openssl/include/internal/constant_time.h
374
static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a,
crypto/openssl/include/internal/constant_time.h
390
static ossl_inline void constant_time_cond_swap_32(uint32_t mask, uint32_t *a,
crypto/openssl/include/internal/constant_time.h
40
static ossl_inline unsigned int constant_time_lt(unsigned int a,
crypto/openssl/include/internal/constant_time.h
410
static ossl_inline void constant_time_cond_swap_64(uint64_t mask, uint64_t *a,
crypto/openssl/include/internal/constant_time.h
43
static ossl_inline unsigned char constant_time_lt_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
432
static ossl_inline void constant_time_cond_swap_buff(unsigned char mask,
crypto/openssl/include/internal/constant_time.h
453
static ossl_inline void constant_time_lookup(void *out,
crypto/openssl/include/internal/constant_time.h
46
static ossl_inline uint32_t constant_time_lt_32(uint32_t a, uint32_t b);
crypto/openssl/include/internal/constant_time.h
49
static ossl_inline uint64_t constant_time_lt_64(uint64_t a, uint64_t b);
crypto/openssl/include/internal/constant_time.h
52
static ossl_inline unsigned int constant_time_ge(unsigned int a,
crypto/openssl/include/internal/constant_time.h
55
static ossl_inline unsigned char constant_time_ge_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
59
static ossl_inline unsigned int constant_time_is_zero(unsigned int a);
crypto/openssl/include/internal/constant_time.h
61
static ossl_inline unsigned char constant_time_is_zero_8(unsigned int a);
crypto/openssl/include/internal/constant_time.h
63
static ossl_inline uint32_t constant_time_is_zero_32(uint32_t a);
crypto/openssl/include/internal/constant_time.h
66
static ossl_inline unsigned int constant_time_eq(unsigned int a,
crypto/openssl/include/internal/constant_time.h
69
static ossl_inline unsigned char constant_time_eq_8(unsigned int a,
crypto/openssl/include/internal/constant_time.h
72
static ossl_inline unsigned int constant_time_eq_int(int a, int b);
crypto/openssl/include/internal/constant_time.h
74
static ossl_inline unsigned char constant_time_eq_int_8(int a, int b);
crypto/openssl/include/internal/constant_time.h
83
static ossl_inline unsigned int constant_time_select(unsigned int mask,
crypto/openssl/include/internal/constant_time.h
87
static ossl_inline unsigned char constant_time_select_8(unsigned char mask,
crypto/openssl/include/internal/constant_time.h
92
static ossl_inline uint32_t constant_time_select_32(uint32_t mask, uint32_t a,
crypto/openssl/include/internal/constant_time.h
96
static ossl_inline uint64_t constant_time_select_64(uint64_t mask, uint64_t a,
crypto/openssl/include/internal/constant_time.h
99
static ossl_inline int constant_time_select_int(unsigned int mask, int a,
crypto/openssl/include/internal/ktls.h
100
static ossl_inline int ktls_send_ctrl_message(int fd, unsigned char record_type,
crypto/openssl/include/internal/ktls.h
128
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
142
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
204
static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off,
crypto/openssl/include/internal/ktls.h
294
static ossl_inline int ktls_enable(int fd)
crypto/openssl/include/internal/ktls.h
307
static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *crypto_info,
crypto/openssl/include/internal/ktls.h
322
static ossl_inline int ktls_enable_tx_zerocopy_sendfile(int fd)
crypto/openssl/include/internal/ktls.h
343
static ossl_inline int ktls_send_ctrl_message(int fd, unsigned char record_type,
crypto/openssl/include/internal/ktls.h
377
static ossl_inline ossl_ssize_t ktls_sendfile(int s, int fd, off_t off, size_t size, int flags)
crypto/openssl/include/internal/ktls.h
384
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
397
static ossl_inline int ktls_read_record(int fd, void *data, size_t length)
crypto/openssl/include/internal/ktls.h
55
static ossl_inline int ktls_enable(int fd)
crypto/openssl/include/internal/ktls.h
70
static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx)
crypto/openssl/include/internal/ktls.h
88
static ossl_inline int ktls_enable_tx_zerocopy_sendfile(int fd)
crypto/openssl/include/internal/list.h
104
static ossl_unused ossl_inline type * \
crypto/openssl/include/internal/list.h
113
static ossl_unused ossl_inline type * \
crypto/openssl/include/internal/list.h
122
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
139
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
153
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
167
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
182
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
69
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
74
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/list.h
80
static ossl_unused ossl_inline int \
crypto/openssl/include/internal/list.h
85
static ossl_unused ossl_inline size_t \
crypto/openssl/include/internal/list.h
90
static ossl_unused ossl_inline type * \
crypto/openssl/include/internal/list.h
97
static ossl_unused ossl_inline type * \
crypto/openssl/include/internal/packet.h
107
__owur static ossl_inline int PACKET_peek_sub_packet(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
121
__owur static ossl_inline int PACKET_get_sub_packet(PACKET *pkt,
crypto/openssl/include/internal/packet.h
136
__owur static ossl_inline int PACKET_peek_net_2(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
150
__owur static ossl_inline int PACKET_get_net_2(PACKET *pkt, unsigned int *data)
crypto/openssl/include/internal/packet.h
161
__owur static ossl_inline int PACKET_get_net_2_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
176
__owur static ossl_inline int PACKET_peek_net_3(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
191
__owur static ossl_inline int PACKET_get_net_3(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
202
__owur static ossl_inline int PACKET_get_net_3_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
217
__owur static ossl_inline int PACKET_peek_net_4(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
235
__owur static ossl_inline int PACKET_peek_net_8(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
255
__owur static ossl_inline int PACKET_get_net_4(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
266
__owur static ossl_inline int PACKET_get_net_4_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
278
__owur static ossl_inline int PACKET_get_net_8(PACKET *pkt, uint64_t *data)
crypto/openssl/include/internal/packet.h
289
__owur static ossl_inline int PACKET_peek_1(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
30
static ossl_inline void packet_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
301
__owur static ossl_inline int PACKET_get_1(PACKET *pkt, unsigned int *data)
crypto/openssl/include/internal/packet.h
312
__owur static ossl_inline int PACKET_get_1_len(PACKET *pkt, size_t *data)
crypto/openssl/include/internal/packet.h
327
__owur static ossl_inline int PACKET_peek_4(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
346
__owur static ossl_inline int PACKET_get_4(PACKET *pkt, unsigned long *data)
crypto/openssl/include/internal/packet.h
362
__owur static ossl_inline int PACKET_peek_bytes(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
380
__owur static ossl_inline int PACKET_get_bytes(PACKET *pkt,
crypto/openssl/include/internal/packet.h
39
static ossl_inline size_t PACKET_remaining(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
393
__owur static ossl_inline int PACKET_peek_copy_bytes(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
409
__owur static ossl_inline int PACKET_copy_bytes(PACKET *pkt,
crypto/openssl/include/internal/packet.h
427
__owur static ossl_inline int PACKET_copy_all(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
449
__owur static ossl_inline int PACKET_memdup(const PACKET *pkt,
crypto/openssl/include/internal/packet.h
481
__owur static ossl_inline int PACKET_strndup(const PACKET *pkt, char **data)
crypto/openssl/include/internal/packet.h
491
static ossl_inline int PACKET_contains_zero_byte(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
497
__owur static ossl_inline int PACKET_forward(PACKET *pkt, size_t len)
crypto/openssl/include/internal/packet.h
50
static ossl_inline const unsigned char *PACKET_end(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
514
__owur static ossl_inline int PACKET_get_length_prefixed_1(PACKET *pkt,
crypto/openssl/include/internal/packet.h
535
__owur static ossl_inline int PACKET_as_length_prefixed_1(PACKET *pkt,
crypto/openssl/include/internal/packet.h
559
__owur static ossl_inline int PACKET_get_length_prefixed_2(PACKET *pkt,
crypto/openssl/include/internal/packet.h
581
__owur static ossl_inline int PACKET_as_length_prefixed_2(PACKET *pkt,
crypto/openssl/include/internal/packet.h
59
static ossl_inline const unsigned char *PACKET_data(const PACKET *pkt)
crypto/openssl/include/internal/packet.h
606
__owur static ossl_inline int PACKET_get_length_prefixed_3(PACKET *pkt,
crypto/openssl/include/internal/packet.h
69
__owur static ossl_inline int PACKET_buf_init(PACKET *pkt,
crypto/openssl/include/internal/packet.h
83
static ossl_inline void PACKET_null_init(PACKET *pkt)
crypto/openssl/include/internal/packet.h
94
__owur static ossl_inline int PACKET_equal(const PACKET *pkt, const void *ptr,
crypto/openssl/include/internal/packet_quic.h
100
__owur static ossl_inline int PACKET_get_quic_length_prefixed(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
22
__owur static ossl_inline int PACKET_get_quic_vlint(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
46
__owur static ossl_inline int PACKET_peek_quic_vlint_ex(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
68
__owur static ossl_inline int PACKET_peek_quic_vlint(PACKET *pkt,
crypto/openssl/include/internal/packet_quic.h
77
__owur static ossl_inline int PACKET_skip_quic_vlint(PACKET *pkt)
crypto/openssl/include/internal/priority_queue.h
21
static ossl_unused ossl_inline PRIORITY_QUEUE_OF(type) * ossl_pqueue_##type##_new(int (*compare)(const ctype *, const ctype *)) \
crypto/openssl/include/internal/priority_queue.h
26
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/priority_queue.h
31
static ossl_unused ossl_inline void \
crypto/openssl/include/internal/priority_queue.h
37
static ossl_unused ossl_inline int \
crypto/openssl/include/internal/priority_queue.h
42
static ossl_unused ossl_inline size_t \
crypto/openssl/include/internal/priority_queue.h
47
static ossl_unused ossl_inline int \
crypto/openssl/include/internal/priority_queue.h
53
static ossl_unused ossl_inline ctype * \
crypto/openssl/include/internal/priority_queue.h
58
static ossl_unused ossl_inline ctype * \
crypto/openssl/include/internal/priority_queue.h
63
static ossl_unused ossl_inline ctype * \
crypto/openssl/include/internal/quic_demux.h
142
static ossl_unused ossl_inline unsigned char *
crypto/openssl/include/internal/quic_demux.h
148
static ossl_unused ossl_inline unsigned char *
crypto/openssl/include/internal/quic_reactor.h
80
static ossl_inline ossl_unused void
crypto/openssl/include/internal/quic_stream_map.h
333
static ossl_inline ossl_unused int ossl_quic_stream_is_server_init(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
341
static ossl_inline ossl_unused int ossl_quic_stream_is_bidi(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
347
static ossl_inline ossl_unused int ossl_quic_stream_is_local_init(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
359
static ossl_inline ossl_unused int ossl_quic_stream_has_send(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
372
static ossl_inline ossl_unused int ossl_quic_stream_has_recv(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
394
static ossl_inline ossl_unused int ossl_quic_stream_has_send_buffer(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
410
static ossl_inline ossl_unused int ossl_quic_stream_send_is_reset(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
427
static ossl_inline ossl_unused int ossl_quic_stream_has_recv_buffer(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
443
static ossl_inline ossl_unused int ossl_quic_stream_recv_is_reset(const QUIC_STREAM *s)
crypto/openssl/include/internal/quic_stream_map.h
455
static ossl_inline ossl_unused int ossl_quic_stream_send_get_final_size(const QUIC_STREAM *s,
crypto/openssl/include/internal/quic_stream_map.h
485
static ossl_inline ossl_unused int ossl_quic_stream_recv_get_final_size(const QUIC_STREAM *s,
crypto/openssl/include/internal/quic_stream_map.h
511
static ossl_inline ossl_unused int ossl_quic_stream_recv_pending(const QUIC_STREAM *s,
crypto/openssl/include/internal/quic_types.h
38
static ossl_unused ossl_inline uint32_t
crypto/openssl/include/internal/quic_types.h
59
static ossl_unused ossl_inline QUIC_PN ossl_quic_pn_max(QUIC_PN a, QUIC_PN b)
crypto/openssl/include/internal/quic_types.h
64
static ossl_unused ossl_inline QUIC_PN ossl_quic_pn_min(QUIC_PN a, QUIC_PN b)
crypto/openssl/include/internal/quic_types.h
69
static ossl_unused ossl_inline int ossl_quic_pn_valid(QUIC_PN pn)
crypto/openssl/include/internal/quic_types.h
82
static ossl_unused ossl_inline int ossl_quic_conn_id_eq(const QUIC_CONN_ID *a,
crypto/openssl/include/internal/quic_vlint.h
39
static ossl_unused ossl_inline size_t ossl_quic_vlint_encode_len(uint64_t v)
crypto/openssl/include/internal/quic_vlint.h
97
static ossl_unused ossl_inline size_t ossl_quic_vlint_decode_len(uint8_t first_byte)
crypto/openssl/include/internal/quic_wire.h
80
static ossl_unused ossl_inline int
crypto/openssl/include/internal/quic_wire_pkt.h
110
static ossl_inline ossl_unused int
crypto/openssl/include/internal/quic_wire_pkt.h
124
static ossl_inline ossl_unused int
crypto/openssl/include/internal/quic_wire_pkt.h
133
static ossl_inline ossl_unused int
crypto/openssl/include/internal/quic_wire_pkt.h
34
static ossl_inline ossl_unused uint32_t
crypto/openssl/include/internal/quic_wire_pkt.h
51
static ossl_inline ossl_unused uint32_t
crypto/openssl/include/internal/quic_wire_pkt.h
69
static ossl_inline ossl_unused int
crypto/openssl/include/internal/quic_wire_pkt.h
82
static ossl_inline ossl_unused int
crypto/openssl/include/internal/quic_wire_pkt.h
96
static ossl_inline ossl_unused int
crypto/openssl/include/internal/refcount.h
214
static ossl_unused ossl_inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
220
static ossl_unused ossl_inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
226
static ossl_unused ossl_inline int CRYPTO_GET_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
233
static ossl_unused ossl_inline int CRYPTO_NEW_REF(CRYPTO_REF_COUNT *refcnt, int n)
crypto/openssl/include/internal/refcount.h
244
static ossl_unused ossl_inline void CRYPTO_FREE_REF(CRYPTO_REF_COUNT *refcnt)
crypto/openssl/include/internal/refcount.h
252
static ossl_unused ossl_inline int CRYPTO_UP_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
260
static ossl_unused ossl_inline int CRYPTO_DOWN_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
268
static ossl_unused ossl_inline int CRYPTO_GET_REF(CRYPTO_REF_COUNT *refcnt,
crypto/openssl/include/internal/refcount.h
279
static ossl_unused ossl_inline int CRYPTO_NEW_REF(CRYPTO_REF_COUNT *refcnt, int n)
crypto/openssl/include/internal/refcount.h
285
static ossl_unused ossl_inline void CRYPTO_FREE_REF(CRYPTO_REF_COUNT *refcnt)
crypto/openssl/include/internal/ring_buf.h
113
static ossl_inline size_t ring_buf_push(struct ring_buf *r,
crypto/openssl/include/internal/ring_buf.h
146
static ossl_inline const unsigned char *ring_buf_get_ptr(const struct ring_buf *r,
crypto/openssl/include/internal/ring_buf.h
172
static ossl_inline int ring_buf_get_buf_at(const struct ring_buf *r,
crypto/openssl/include/internal/ring_buf.h
199
static ossl_inline void ring_buf_cpop_range(struct ring_buf *r,
crypto/openssl/include/internal/ring_buf.h
231
static ossl_inline int ring_buf_resize(struct ring_buf *r, size_t num_bytes,
crypto/openssl/include/internal/ring_buf.h
47
static ossl_inline int ring_buf_init(struct ring_buf *r)
crypto/openssl/include/internal/ring_buf.h
55
static ossl_inline void ring_buf_destroy(struct ring_buf *r, int cleanse)
crypto/openssl/include/internal/ring_buf.h
65
static ossl_inline size_t ring_buf_used(struct ring_buf *r)
crypto/openssl/include/internal/ring_buf.h
70
static ossl_inline size_t ring_buf_avail(struct ring_buf *r)
crypto/openssl/include/internal/ring_buf.h
75
static ossl_inline int ring_buf_write_at(struct ring_buf *r,
crypto/openssl/include/internal/rio_notifier.h
64
static ossl_inline ossl_unused int ossl_rio_notifier_as_fd(RIO_NOTIFIER *nfy)
crypto/openssl/include/internal/safe_math.h
105
static ossl_inline ossl_unused type safe_sub_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
121
static ossl_inline ossl_unused type safe_sub_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
135
static ossl_inline ossl_unused type safe_mul_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
148
static ossl_inline ossl_unused type safe_mul_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
162
static ossl_inline ossl_unused type safe_mul_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
184
static ossl_inline ossl_unused type safe_mul_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
198
static ossl_inline ossl_unused type safe_div_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
214
static ossl_inline ossl_unused type safe_div_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
228
static ossl_inline ossl_unused type safe_mod_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
244
static ossl_inline ossl_unused type safe_mod_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
258
static ossl_inline ossl_unused type safe_neg_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
268
static ossl_inline ossl_unused type safe_neg_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
281
static ossl_inline ossl_unused type safe_abs_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
291
static ossl_inline ossl_unused type safe_abs_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
320
static ossl_inline ossl_unused type safe_muldiv_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
349
static ossl_inline ossl_unused type safe_muldiv_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
35
static ossl_inline ossl_unused type safe_add_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
381
static ossl_inline ossl_unused type safe_div_round_up_##type_name(type a, type b, int *errp) \
crypto/openssl/include/internal/safe_math.h
48
static ossl_inline ossl_unused type safe_add_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
62
static ossl_inline ossl_unused type safe_add_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
76
static ossl_inline ossl_unused type safe_add_##type_name(type a, \
crypto/openssl/include/internal/safe_math.h
91
static ossl_inline ossl_unused type safe_sub_##type_name(type a, \
crypto/openssl/include/internal/time.h
113
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
127
static ossl_unused ossl_inline
crypto/openssl/include/internal/time.h
135
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
146
static ossl_unused ossl_inline int ossl_time_compare(OSSL_TIME a, OSSL_TIME b)
crypto/openssl/include/internal/time.h
156
static ossl_unused ossl_inline int ossl_time_is_zero(OSSL_TIME t)
crypto/openssl/include/internal/time.h
162
static ossl_unused ossl_inline int ossl_time_is_infinite(OSSL_TIME t)
crypto/openssl/include/internal/time.h
167
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
177
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
188
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
195
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
205
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
215
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
226
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
233
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
57
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
67
static ossl_unused ossl_inline uint64_t
crypto/openssl/include/internal/time.h
77
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
83
static ossl_unused ossl_inline OSSL_TIME
crypto/openssl/include/internal/time.h
90
static ossl_unused ossl_inline struct timeval ossl_time_to_timeval(OSSL_TIME t)
crypto/openssl/include/internal/to_hex.h
14
static ossl_inline size_t to_hex(char *buf, uint8_t n, const char hexdig[17])
crypto/openssl/include/internal/to_hex.h
21
static ossl_inline size_t ossl_to_lowerhex(char *buf, uint8_t n)
crypto/openssl/include/internal/unicode.h
21
static ossl_unused ossl_inline int is_unicode_surrogate(unsigned long value)
crypto/openssl/include/internal/unicode.h
26
static ossl_unused ossl_inline int is_unicode_valid(unsigned long value)
crypto/openssl/include/openssl/byteorder.h
109
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/byteorder.h
124
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/byteorder.h
141
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/byteorder.h
158
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/byteorder.h
179
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/byteorder.h
200
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
218
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
236
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
256
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
276
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
301
static ossl_inline ossl_unused const unsigned char *
crypto/openssl/include/openssl/byteorder.h
94
static ossl_inline ossl_unused unsigned char *
crypto/openssl/include/openssl/core_dispatch.h
57
static ossl_unused ossl_inline \
crypto/openssl/include/openssl/err.h
243
static ossl_unused ossl_inline int ERR_GET_LIB(unsigned long errcode)
crypto/openssl/include/openssl/err.h
250
static ossl_unused ossl_inline int ERR_GET_RFLAGS(unsigned long errcode)
crypto/openssl/include/openssl/err.h
257
static ossl_unused ossl_inline int ERR_GET_REASON(unsigned long errcode)
crypto/openssl/include/openssl/err.h
264
static ossl_unused ossl_inline int ERR_FATAL_ERROR(unsigned long errcode)
crypto/openssl/include/openssl/err.h
269
static ossl_unused ossl_inline int ERR_COMMON_ERROR(unsigned long errcode)
crypto/openssl/include/openssl/lhash.h
171
static ossl_inline unsigned long lh_##type##_hash_thunk(const void *data, OPENSSL_LH_HASHFUNC hfn) \
crypto/openssl/include/openssl/lhash.h
176
static ossl_inline int lh_##type##_comp_thunk(const void *da, const void *db, OPENSSL_LH_COMPFUNC cfn) \
crypto/openssl/include/openssl/lhash.h
181
static ossl_inline void lh_##type##_doall_thunk(void *node, OPENSSL_LH_DOALL_FUNC doall) \
crypto/openssl/include/openssl/lhash.h
186
static ossl_inline void lh_##type##_doall_arg_thunk(void *node, void *arg, OPENSSL_LH_DOALL_FUNCARG doall) \
crypto/openssl/include/openssl/lhash.h
191
static ossl_unused ossl_inline type * \
crypto/openssl/include/openssl/lhash.h
196
static ossl_unused ossl_inline const type * \
crypto/openssl/include/openssl/lhash.h
201
static ossl_unused ossl_inline const OPENSSL_LHASH * \
crypto/openssl/include/openssl/lhash.h
206
static ossl_unused ossl_inline OPENSSL_LHASH * \
crypto/openssl/include/openssl/lhash.h
211
static ossl_unused ossl_inline OPENSSL_LH_COMPFUNC \
crypto/openssl/include/openssl/lhash.h
216
static ossl_unused ossl_inline OPENSSL_LH_HASHFUNC \
crypto/openssl/include/openssl/lhash.h
221
static ossl_unused ossl_inline OPENSSL_LH_DOALL_FUNC \
crypto/openssl/include/openssl/lhash.h
230
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
235
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
240
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
269
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
274
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
279
static ossl_unused ossl_inline type * \
crypto/openssl/include/openssl/lhash.h
284
static ossl_unused ossl_inline type * \
crypto/openssl/include/openssl/lhash.h
289
static ossl_unused ossl_inline type * \
crypto/openssl/include/openssl/lhash.h
294
static ossl_unused ossl_inline int \
crypto/openssl/include/openssl/lhash.h
299
static ossl_unused ossl_inline unsigned long \
crypto/openssl/include/openssl/lhash.h
304
static ossl_unused ossl_inline unsigned long \
crypto/openssl/include/openssl/lhash.h
309
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
314
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
320
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
326
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
331
static ossl_unused ossl_inline LHASH_OF(type) * \
crypto/openssl/include/openssl/lhash.h
340
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
361
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/lhash.h
367
static ossl_unused ossl_inline void \
crypto/openssl/include/openssl/safestack.h
103
static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \
crypto/openssl/include/openssl/safestack.h
107
static ossl_unused ossl_inline t2 *sk_##t1##_delete_ptr(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
112
static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
116
static ossl_unused ossl_inline int sk_##t1##_unshift(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
120
static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
124
static ossl_unused ossl_inline t2 *sk_##t1##_shift(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
128
static ossl_unused ossl_inline void sk_##t1##_pop_free(STACK_OF(t1) *sk, sk_##t1##_freefunc freefunc) \
crypto/openssl/include/openssl/safestack.h
132
static ossl_unused ossl_inline int sk_##t1##_insert(STACK_OF(t1) *sk, t2 *ptr, int idx) \
crypto/openssl/include/openssl/safestack.h
136
static ossl_unused ossl_inline t2 *sk_##t1##_set(STACK_OF(t1) *sk, int idx, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
140
static ossl_unused ossl_inline int sk_##t1##_find(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
144
static ossl_unused ossl_inline int sk_##t1##_find_ex(STACK_OF(t1) *sk, t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
148
static ossl_unused ossl_inline int sk_##t1##_find_all(STACK_OF(t1) *sk, t2 *ptr, int *pnum) \
crypto/openssl/include/openssl/safestack.h
152
static ossl_unused ossl_inline void sk_##t1##_sort(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
156
static ossl_unused ossl_inline int sk_##t1##_is_sorted(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
160
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_dup(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
164
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_deep_copy(const STACK_OF(t1) *sk, \
crypto/openssl/include/openssl/safestack.h
172
static ossl_unused ossl_inline sk_##t1##_compfunc sk_##t1##_set_cmp_func(STACK_OF(t1) *sk, sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
41
static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
crypto/openssl/include/openssl/safestack.h
45
static ossl_unused ossl_inline const OPENSSL_STACK *ossl_check_const_##t1##_sk_type(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
49
static ossl_unused ossl_inline OPENSSL_STACK *ossl_check_##t1##_sk_type(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
53
static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(sk_##t1##_compfunc cmp) \
crypto/openssl/include/openssl/safestack.h
57
static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(sk_##t1##_copyfunc cpy) \
crypto/openssl/include/openssl/safestack.h
61
static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(sk_##t1##_freefunc fr) \
crypto/openssl/include/openssl/safestack.h
71
static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
75
static ossl_unused ossl_inline t2 *sk_##t1##_value(const STACK_OF(t1) *sk, int idx) \
crypto/openssl/include/openssl/safestack.h
79
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new(sk_##t1##_compfunc compare) \
crypto/openssl/include/openssl/safestack.h
83
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
crypto/openssl/include/openssl/safestack.h
87
static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_reserve(sk_##t1##_compfunc compare, int n) \
crypto/openssl/include/openssl/safestack.h
91
static ossl_unused ossl_inline int sk_##t1##_reserve(STACK_OF(t1) *sk, int n) \
crypto/openssl/include/openssl/safestack.h
95
static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/safestack.h
99
static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
crypto/openssl/include/openssl/ssl.h
2584
static ossl_inline ossl_unused BIO_POLL_DESCRIPTOR
crypto/openssl/providers/common/include/prov/providercommon.h
26
static ossl_inline int ossl_param_is_empty(const OSSL_PARAM params[])
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
62
static ossl_inline uint32_t GSWAP4(uint32_t n)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv.h
69
static ossl_inline uint64_t GSWAP8(uint64_t n)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
22
static ossl_inline void mulx_ghash(uint64_t *a)
crypto/openssl/providers/implementations/ciphers/cipher_aes_gcm_siv_polyval.c
47
static ossl_inline void byte_reverse16(uint8_t *out, const uint8_t *in)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
48
static ossl_inline int aes_generic_ocb_setiv(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
55
static ossl_inline int aes_generic_ocb_setaad(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
62
static ossl_inline int aes_generic_ocb_gettag(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
68
static ossl_inline int aes_generic_ocb_final(PROV_AES_OCB_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
73
static ossl_inline void aes_generic_ocb_cleanup(PROV_AES_OCB_CTX *ctx)
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
78
static ossl_inline int aes_generic_ocb_cipher(PROV_AES_OCB_CTX *ctx,
crypto/openssl/providers/implementations/ciphers/cipher_aes_ocb.c
92
static ossl_inline int aes_generic_ocb_copy_ctx(PROV_AES_OCB_CTX *dst,
crypto/openssl/providers/implementations/digests/blake2_impl.h
110
static ossl_inline uint32_t rotr32(const uint32_t w, const unsigned int c)
crypto/openssl/providers/implementations/digests/blake2_impl.h
115
static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c)
crypto/openssl/providers/implementations/digests/blake2_impl.h
20
static ossl_inline uint32_t load32(const uint8_t *src)
crypto/openssl/providers/implementations/digests/blake2_impl.h
37
static ossl_inline uint64_t load64(const uint8_t *src)
crypto/openssl/providers/implementations/digests/blake2_impl.h
58
static ossl_inline void store32(uint8_t *dst, uint32_t w)
crypto/openssl/providers/implementations/digests/blake2_impl.h
73
static ossl_inline void store64(uint8_t *dst, uint64_t w)
crypto/openssl/providers/implementations/digests/blake2_impl.h
88
static ossl_inline uint64_t load48(const uint8_t *src)
crypto/openssl/providers/implementations/digests/blake2_impl.h
99
static ossl_inline void store48(uint8_t *dst, uint64_t w)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
47
static ossl_inline void blake2b_set_lastblock(BLAKE2B_CTX *S)
crypto/openssl/providers/implementations/digests/blake2b_prov.c
53
static ossl_inline void blake2b_init0(BLAKE2B_CTX *S)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
42
static ossl_inline void blake2s_set_lastblock(BLAKE2S_CTX *S)
crypto/openssl/providers/implementations/digests/blake2s_prov.c
48
static ossl_inline void blake2s_init0(BLAKE2S_CTX *S)
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
595
static ossl_inline void *
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
679
static ossl_inline void *slh_dsa_d2i_PUBKEY(const uint8_t **der, long der_len,
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
957
static ossl_inline void *ml_dsa_d2i_PUBKEY(const uint8_t **der, long der_len,
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
444
static ossl_inline
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
460
static ossl_inline int ecdh_plain_derive(void *vpecdhctx, unsigned char *secret,
crypto/openssl/providers/implementations/exchange/ecdh_exch.c
564
static ossl_inline int ecdh_X9_63_kdf_derive(void *vpecdhctx, unsigned char *secret,
crypto/openssl/providers/implementations/kdfs/argon2.c
223
static ossl_inline uint64_t load64(const uint8_t *src);
crypto/openssl/providers/implementations/kdfs/argon2.c
224
static ossl_inline void store32(uint8_t *dst, uint32_t w);
crypto/openssl/providers/implementations/kdfs/argon2.c
225
static ossl_inline void store64(uint8_t *dst, uint64_t w);
crypto/openssl/providers/implementations/kdfs/argon2.c
226
static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c);
crypto/openssl/providers/implementations/kdfs/argon2.c
227
static ossl_inline uint64_t mul_lower(uint64_t x, uint64_t y);
crypto/openssl/providers/implementations/kdfs/argon2.c
255
static ossl_inline int fill_memory_blocks(KDF_ARGON2 *ctx);
crypto/openssl/providers/implementations/kdfs/argon2.c
267
static ossl_inline uint64_t load64(const uint8_t *src)
crypto/openssl/providers/implementations/kdfs/argon2.c
279
static ossl_inline void store32(uint8_t *dst, uint32_t w)
crypto/openssl/providers/implementations/kdfs/argon2.c
287
static ossl_inline void store64(uint8_t *dst, uint64_t w)
crypto/openssl/providers/implementations/kdfs/argon2.c
299
static ossl_inline uint64_t rotr64(const uint64_t w, const unsigned int c)
crypto/openssl/providers/implementations/kdfs/argon2.c
304
static ossl_inline uint64_t mul_lower(uint64_t x, uint64_t y)
crypto/openssl/providers/implementations/kdfs/argon2.c
636
static ossl_inline int fill_memory_blocks(KDF_ARGON2 *ctx)
crypto/openssl/providers/implementations/keymgmt/dh_kmgmt.c
315
static ossl_inline int dh_get_params(void *key, OSSL_PARAM params[])
crypto/openssl/providers/implementations/keymgmt/dsa_kmgmt.c
313
static ossl_inline int dsa_get_params(void *key, OSSL_PARAM params[])
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
113
static ossl_inline int key_to_params(const EC_KEY *eckey, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
240
static ossl_inline int otherparams_to_params(const EC_KEY *ec, OSSL_PARAM_BLD *tmpl,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
543
static ossl_inline const OSSL_PARAM *ec_imexport_types(int selection)
crypto/openssl/providers/implementations/keymgmt/ecx_kmgmt.c
100
static ossl_inline int ecx_key_type_is_ed(ECX_KEY_TYPE type)
crypto/openssl/ssl/priority_queue.c
103
static ossl_inline void pqueue_swap_elem(OSSL_PQUEUE *pq, size_t i, size_t j)
crypto/openssl/ssl/priority_queue.c
119
static ossl_inline void pqueue_move_elem(OSSL_PQUEUE *pq, size_t from, size_t to)
crypto/openssl/ssl/priority_queue.c
134
static ossl_inline void pqueue_force_bottom(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
150
static ossl_inline void pqueue_move_down(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
170
static ossl_inline void pqueue_move_up(OSSL_PQUEUE *pq, size_t n)
crypto/openssl/ssl/priority_queue.c
86
static ossl_inline size_t compute_pqueue_growth(size_t target, size_t current)
crypto/openssl/ssl/quic/json_enc.c
221
static ossl_inline int in_ijson(const OSSL_JSON_ENC *json)
crypto/openssl/ssl/quic/json_enc.c
226
static ossl_inline int in_seq(const OSSL_JSON_ENC *json)
crypto/openssl/ssl/quic/json_enc.c
231
static ossl_inline int in_pretty(const OSSL_JSON_ENC *json)
crypto/openssl/ssl/quic/json_enc.c
46
static ossl_inline void wbuf_clean(struct json_write_buf *wbuf)
crypto/openssl/ssl/quic/json_enc.c
52
static ossl_inline size_t wbuf_avail(struct json_write_buf *wbuf)
crypto/openssl/ssl/quic/json_enc.c
58
static ossl_inline int wbuf_write_char(struct json_write_buf *wbuf, char c)
crypto/openssl/ssl/quic/json_enc.c
601
static ossl_inline int hex_digit(int v)
crypto/openssl/ssl/quic/json_enc.c
606
static ossl_inline void
crypto/openssl/ssl/quic/qlog.c
19
static ossl_unused ossl_inline int bit_get(const size_t *p, uint32_t bit_no)
crypto/openssl/ssl/quic/qlog.c
24
static ossl_unused ossl_inline void bit_set(size_t *p, uint32_t bit_no, int enable)
crypto/openssl/ssl/quic/qlog.c
521
static ossl_inline int is_term_sep_ws(char c)
crypto/openssl/ssl/quic/qlog.c
526
static ossl_inline int is_name_char(char c)
crypto/openssl/ssl/quic/quic_ackm.c
612
static ossl_inline uint32_t min_u32(uint32_t x, uint32_t y)
crypto/openssl/ssl/quic/quic_obj_local.h
171
static ossl_inline ossl_unused SSL *
crypto/openssl/ssl/quic/quic_obj_local.h
188
static ossl_inline ossl_unused QUIC_ENGINE *
crypto/openssl/ssl/quic/quic_obj_local.h
197
static ossl_inline ossl_unused QUIC_PORT *
crypto/openssl/ssl/quic/quic_obj_local.h
205
static ossl_inline ossl_unused int
crypto/openssl/ssl/quic/quic_obj_local.h
215
static ossl_inline ossl_unused QUIC_ENGINE *
crypto/openssl/ssl/quic/quic_obj_local.h
224
static ossl_inline ossl_unused int
crypto/openssl/ssl/quic/quic_obj_local.h
234
static ossl_inline ossl_unused QUIC_PORT *
crypto/openssl/ssl/quic/quic_obj_local.h
276
static ossl_inline ossl_unused CRYPTO_MUTEX *
crypto/openssl/ssl/quic/quic_obj_local.h
286
static ossl_inline ossl_unused QUIC_REACTOR *
crypto/openssl/ssl/quic/quic_obj_local.h
293
static ossl_inline ossl_unused OSSL_LIB_CTX *
crypto/openssl/ssl/quic/quic_obj_local.h
300
static ossl_inline ossl_unused const char *
crypto/openssl/ssl/quic/quic_obj_local.h
310
static ossl_inline ossl_unused SSL *
crypto/openssl/ssl/quic/quic_obj_local.h
323
static ossl_inline ossl_unused SSL *
crypto/openssl/ssl/quic/quic_obj_local.h
336
static ossl_inline ossl_unused void
crypto/openssl/ssl/quic/quic_record_rx.c
22
static ossl_inline void pkt_mark(uint64_t *bitf, size_t pkt_idx)
crypto/openssl/ssl/quic/quic_record_rx.c
29
static ossl_inline int pkt_is_marked(const uint64_t *bitf, size_t pkt_idx)
crypto/openssl/ssl/quic/quic_record_rx.c
85
static ossl_inline unsigned char *rxe_data(const RXE *e)
crypto/openssl/ssl/quic/quic_record_rx.c
993
static ossl_inline void ignore_res(int x)
crypto/openssl/ssl/quic/quic_record_tx.c
45
static ossl_inline unsigned char *txe_data(const TXE *e)
crypto/openssl/ssl/rio/rio_notifier.c
54
static ossl_inline int ensure_wsa_startup(void)
crypto/openssl/ssl/ssl_local.h
2471
static ossl_inline int tls12_rpk_and_privkey(const SSL_CONNECTION *sc, int idx)
crypto/openssl/ssl/ssl_local.h
2483
static ossl_inline int ssl_has_cert_type(const SSL_CONNECTION *sc, unsigned char ct)
crypto/openssl/ssl/ssl_local.h
2503
static ossl_inline int ssl_has_cert(const SSL_CONNECTION *s, int idx)
crypto/openssl/ssl/ssl_local.h
2516
static ossl_inline void tls1_get_peer_groups(SSL_CONNECTION *s,
crypto/openssl/ssl/ssl_local.h
3052
static ossl_unused ossl_inline int ssl_tsan_lock(const SSL_CTX *ctx)
crypto/openssl/ssl/ssl_local.h
3061
static ossl_unused ossl_inline void ssl_tsan_unlock(const SSL_CTX *ctx)
crypto/openssl/ssl/ssl_local.h
3068
static ossl_unused ossl_inline void ssl_tsan_counter(const SSL_CTX *ctx,
crypto/openssl/ssl/ssl_sess.c
30
__owur static ossl_inline int sess_timedout(OSSL_TIME t, SSL_SESSION *ss)
crypto/openssl/ssl/ssl_sess.c
39
__owur static ossl_inline int timeoutcmp(SSL_SESSION *a, SSL_SESSION *b)
crypto/openssl/ssl/statem/extensions.c
913
static ossl_inline void ssl_tsan_decr(const SSL_CTX *ctx,
crypto/openssl/ssl/statem/statem_clnt.c
38
static ossl_inline int cert_req_allowed(SSL_CONNECTION *s);
crypto/openssl/ssl/statem/statem_clnt.c
43
static ossl_inline int received_server_cert(SSL_CONNECTION *sc)
crypto/openssl/ssl/statem/statem_clnt.c
55
static ossl_inline int cert_req_allowed(SSL_CONNECTION *s)
crypto/openssl/ssl/statem/statem_srvr.c
54
static ossl_inline int received_client_cert(const SSL_CONNECTION *sc)
crypto/openssl/ssl/statem/statem_srvr.c
864
static ossl_inline int conn_is_closed(void)
crypto/openssl/test/ectest.c
2151
static ossl_inline int are_ec_nids_compatible(int n1d, int n2d)
crypto/openssl/test/ectest.c
2787
static ossl_inline int ec_point_hex2point_test_helper(const EC_GROUP *group, const EC_POINT *P,
crypto/openssl/test/radix/terp.c
103
static ossl_inline int TERP_stk_pop(TERP *terp,
crypto/openssl/test/radix/terp.c
343
static ossl_inline int SRDR_get_operand(SRDR *srdr, void *buf, size_t buf_len)
crypto/openssl/test/radix/terp.c
353
static ossl_inline void SRDR_save(SRDR *srdr)
crypto/openssl/test/radix/terp.c
358
static ossl_inline void SRDR_restore(SRDR *srdr)
crypto/openssl/test/radix/terp.c
602
static ossl_inline int TERP_stk_push(TERP *terp,
crypto/openssl/test/radix/terp.c
613
static ossl_inline int TERP_stk_pop(TERP *terp,
crypto/openssl/test/testutil/basic_output.c
188
static ossl_inline void test_io_lock(void)
crypto/openssl/test/testutil/basic_output.c
195
static ossl_inline void test_io_unlock(void)
crypto/openssl/test/tls-provider.c
786
static ossl_inline int xor_get_params(void *vkey, OSSL_PARAM params[])