Home
last modified time | relevance | path

Searched refs:ossl_unused (Results 1 – 25 of 92) sorted by relevance

1234

/openssl-master/fuzz/
A Dfuzz_rand.c35 static void fuzz_rand_freectx(ossl_unused void *vrng) in fuzz_rand_freectx()
40 static int fuzz_rand_instantiate(ossl_unused void *vrng, in fuzz_rand_instantiate()
41 ossl_unused unsigned int strength, in fuzz_rand_instantiate()
44 ossl_unused size_t pstr_len, in fuzz_rand_instantiate()
51 static int fuzz_rand_uninstantiate(ossl_unused void *vrng) in fuzz_rand_uninstantiate()
57 static int fuzz_rand_generate(ossl_unused void *vdrbg, in fuzz_rand_generate()
59 ossl_unused unsigned int strength, in fuzz_rand_generate()
60 ossl_unused int prediction_resistance, in fuzz_rand_generate()
61 ossl_unused const unsigned char *adin, in fuzz_rand_generate()
62 ossl_unused size_t adinlen) in fuzz_rand_generate()
[all …]
/openssl-master/providers/implementations/rands/
A Dseed_src.c94 ossl_unused size_t adin_len) in seed_src_generate()
124 ossl_unused int prediction_resistance, in seed_src_reseed()
125 ossl_unused const unsigned char *ent, in seed_src_reseed()
126 ossl_unused size_t ent_len, in seed_src_reseed()
127 ossl_unused const unsigned char *adin, in seed_src_reseed()
128 ossl_unused size_t adin_len) in seed_src_reseed()
172 static int seed_src_verify_zeroization(ossl_unused void *vseed) in seed_src_verify_zeroization()
213 static void seed_clear_seed(ossl_unused void *vdrbg, in seed_clear_seed()
219 static int seed_src_enable_locking(ossl_unused void *vseed) in seed_src_enable_locking()
224 int seed_src_lock(ossl_unused void *vctx) in seed_src_lock()
[all …]
A Dtest_rng.c115 static int test_rng_reseed(ossl_unused void *vtest, in test_rng_reseed()
116 ossl_unused int prediction_resistance, in test_rng_reseed()
117 ossl_unused const unsigned char *ent, in test_rng_reseed()
118 ossl_unused size_t ent_len, in test_rng_reseed()
119 ossl_unused const unsigned char *adin, in test_rng_reseed()
120 ossl_unused size_t adin_len) in test_rng_reseed()
127 ossl_unused size_t min_noncelen, in test_rng_nonce()
128 ossl_unused size_t max_noncelen) in test_rng_nonce()
225 static int test_rng_verify_zeroization(ossl_unused void *vtest) in test_rng_verify_zeroization()
232 ossl_unused int prediction_resistance, in test_rng_get_seed()
[all …]
/openssl-master/include/openssl/
A Dsafestack.h.in42 static ossl_unused ossl_inline t2 *ossl_check_##t1##_type(t2 *ptr) \
72 static ossl_unused ossl_inline int sk_##t1##_num(const STACK_OF(t1) *sk) \
84 static ossl_unused ossl_inline STACK_OF(t1) *sk_##t1##_new_null(void) \
92 static ossl_unused ossl_inline int sk_##t1##_reserve(STACK_OF(t1) *sk, int n) \
96 static ossl_unused ossl_inline void sk_##t1##_free(STACK_OF(t1) *sk) \
100 static ossl_unused ossl_inline void sk_##t1##_zero(STACK_OF(t1) *sk) \
104 static ossl_unused ossl_inline t2 *sk_##t1##_delete(STACK_OF(t1) *sk, int i) \
113 static ossl_unused ossl_inline int sk_##t1##_push(STACK_OF(t1) *sk, t2 *ptr) \
121 static ossl_unused ossl_inline t2 *sk_##t1##_pop(STACK_OF(t1) *sk) \
125 static ossl_unused ossl_inline t2 *sk_##t1##_shift(STACK_OF(t1) *sk) \
[all …]
A Dlhash.h.in138 static ossl_unused ossl_inline type *ossl_check_##type##_lh_plain_type(type *ptr) \
176 static ossl_unused ossl_inline void lh_##type##_free(LHASH_OF(type) *lh) \
180 static ossl_unused ossl_inline void lh_##type##_flush(LHASH_OF(type) *lh) \
184 static ossl_unused ossl_inline type *lh_##type##_insert(LHASH_OF(type) *lh, type *d) \
188 static ossl_unused ossl_inline type *lh_##type##_delete(LHASH_OF(type) *lh, const type *d) \
196 static ossl_unused ossl_inline int lh_##type##_error(LHASH_OF(type) *lh) \
200 static ossl_unused ossl_inline unsigned long lh_##type##_num_items(LHASH_OF(type) *lh) \
216 static ossl_unused ossl_inline unsigned long lh_##type##_get_down_load(LHASH_OF(type) *lh) \
224 static ossl_unused ossl_inline void lh_##type##_doall(LHASH_OF(type) *lh, \
229 static ossl_unused ossl_inline void lh_##type##_doall_arg(LHASH_OF(type) *lh, \
[all …]
/openssl-master/include/internal/
A Drefcount.h31 ossl_unused void *lock) in CRYPTO_UP_REF()
48 ossl_unused void *lock) in CRYPTO_DOWN_REF()
62 static __inline__ int CRYPTO_UP_REF(int *val, int *ret, ossl_unused void *lock) in CRYPTO_UP_REF()
69 ossl_unused void *lock) in CRYPTO_DOWN_REF()
81 ossl_unused void *lock) in CRYPTO_UP_REF()
88 ossl_unused void *lock) in CRYPTO_DOWN_REF()
107 ossl_unused void *lock) in CRYPTO_UP_REF()
114 ossl_unused void *lock) in CRYPTO_DOWN_REF()
135 ossl_unused void *lock) in CRYPTO_UP_REF()
142 ossl_unused void *lock) in CRYPTO_DOWN_REF()
A Dsafe_math.h33 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \
46 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \
60 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \
74 static ossl_inline ossl_unused type safe_add_ ## type_name(type a, \
89 static ossl_inline ossl_unused type safe_sub_ ## type_name(type a, \
103 static ossl_inline ossl_unused type safe_sub_ ## type_name(type a, \
119 static ossl_inline ossl_unused type safe_sub_ ## type_name(type a, \
133 static ossl_inline ossl_unused type safe_mul_ ## type_name(type a, \
146 static ossl_inline ossl_unused type safe_mul_ ## type_name(type a, \
160 static ossl_inline ossl_unused type safe_mul_ ## type_name(type a, \
[all …]
A Dunicode.h21 static ossl_unused ossl_inline int is_unicode_surrogate(unsigned long value) in is_unicode_surrogate()
26 static ossl_unused ossl_inline int is_unicode_valid(unsigned long value) in is_unicode_valid()
/openssl-master/include/crypto/
A Dsparse_array.h25 static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * \
30 static ossl_unused ossl_inline void \
35 static ossl_unused ossl_inline void \
40 static ossl_unused ossl_inline size_t \
45 static ossl_unused ossl_inline void \
52 static ossl_unused ossl_inline void \
60 static ossl_unused ossl_inline ctype \
65 static ossl_unused ossl_inline int \
A Drand.h111 size_t ossl_rand_get_entropy(ossl_unused OSSL_CORE_HANDLE *handle,
114 void ossl_rand_cleanup_entropy(ossl_unused OSSL_CORE_HANDLE *handle,
116 size_t ossl_rand_get_nonce(ossl_unused OSSL_CORE_HANDLE *handle,
119 void ossl_rand_cleanup_nonce(ossl_unused OSSL_CORE_HANDLE *handle,
/openssl-master/test/testutil/
A Dfake_random.c50 static int fake_rand_instantiate(void *vrng, ossl_unused unsigned int strength, in fake_rand_instantiate()
51 ossl_unused int prediction_resistance, in fake_rand_instantiate()
52 ossl_unused const unsigned char *pstr, in fake_rand_instantiate()
54 ossl_unused const OSSL_PARAM params[]) in fake_rand_instantiate()
96 static int fake_rand_get_ctx_params(ossl_unused void *vrng, OSSL_PARAM params[]) in fake_rand_get_ctx_params()
115 static const OSSL_PARAM *fake_rand_gettable_ctx_params(ossl_unused void *vrng, in fake_rand_gettable_ctx_params()
116 ossl_unused void *provctx) in fake_rand_gettable_ctx_params()
/openssl-master/crypto/rand/
A Dprov_seed.c15 size_t ossl_rand_get_entropy(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_get_entropy()
41 void ossl_rand_cleanup_entropy(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_entropy()
47 size_t ossl_rand_get_nonce(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_get_nonce()
72 void ossl_rand_cleanup_nonce(ossl_unused OSSL_CORE_HANDLE *handle, in ossl_rand_cleanup_nonce()
/openssl-master/providers/implementations/ciphers/
A Dcipher_null.c116 static const OSSL_PARAM *null_gettable_ctx_params(ossl_unused void *cctx, in null_gettable_ctx_params()
117 ossl_unused void *provctx) in null_gettable_ctx_params()
153 static const OSSL_PARAM *null_settable_ctx_params(ossl_unused void *cctx, in null_settable_ctx_params()
154 ossl_unused void *provctx) in null_settable_ctx_params()
A Dcipher_chacha20.c98 const OSSL_PARAM *chacha20_gettable_ctx_params(ossl_unused void *cctx, in chacha20_gettable_ctx_params()
99 ossl_unused void *provctx) in chacha20_gettable_ctx_params()
142 const OSSL_PARAM *chacha20_settable_ctx_params(ossl_unused void *cctx, in chacha20_settable_ctx_params()
143 ossl_unused void *provctx) in chacha20_settable_ctx_params()
A Dcipher_rc4_hmac_md5.c98 const OSSL_PARAM *rc4_hmac_md5_gettable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_gettable_ctx_params()
99 ossl_unused void *provctx) in rc4_hmac_md5_gettable_ctx_params()
134 const OSSL_PARAM *rc4_hmac_md5_settable_ctx_params(ossl_unused void *cctx, in rc4_hmac_md5_settable_ctx_params()
135 ossl_unused void *provctx) in rc4_hmac_md5_settable_ctx_params()
/openssl-master/providers/implementations/asymciphers/
A Dsm2_enc.c179 static const OSSL_PARAM *sm2_gettable_ctx_params(ossl_unused void *vpsm2ctx, in sm2_gettable_ctx_params()
180 ossl_unused void *provctx) in sm2_gettable_ctx_params()
208 static const OSSL_PARAM *sm2_settable_ctx_params(ossl_unused void *vpsm2ctx, in sm2_settable_ctx_params()
209 ossl_unused void *provctx) in sm2_settable_ctx_params()
/openssl-master/providers/implementations/macs/
A Dcmac_prov.c152 static const OSSL_PARAM *cmac_gettable_ctx_params(ossl_unused void *ctx, in cmac_gettable_ctx_params()
153 ossl_unused void *provctx) in cmac_gettable_ctx_params()
179 static const OSSL_PARAM *cmac_settable_ctx_params(ossl_unused void *ctx, in cmac_settable_ctx_params()
180 ossl_unused void *provctx) in cmac_settable_ctx_params()
A Dblake2_mac_impl.c152 static const OSSL_PARAM *blake2_gettable_ctx_params(ossl_unused void *ctx, in blake2_gettable_ctx_params()
153 ossl_unused void *provctx) in blake2_gettable_ctx_params()
181 ossl_unused void *ctx, ossl_unused void *p_ctx) in blake2_mac_settable_ctx_params()
/openssl-master/providers/implementations/digests/
A Dmdc2_prov.c33 static const OSSL_PARAM *mdc2_settable_ctx_params(ossl_unused void *ctx, in mdc2_settable_ctx_params()
34 ossl_unused void *provctx) in mdc2_settable_ctx_params()
A Dmd5_sha1_prov.c33 static const OSSL_PARAM *md5_sha1_settable_ctx_params(ossl_unused void *ctx, in md5_sha1_settable_ctx_params()
34 ossl_unused void *provctx) in md5_sha1_settable_ctx_params()
A Dsha2_prov.c36 static const OSSL_PARAM *sha1_settable_ctx_params(ossl_unused void *ctx, in sha1_settable_ctx_params()
37 ossl_unused void *provctx) in sha1_settable_ctx_params()
/openssl-master/providers/implementations/kdfs/
A Dpvkkdf.c183 static const OSSL_PARAM *kdf_pvk_settable_ctx_params(ossl_unused void *ctx, in kdf_pvk_settable_ctx_params()
184 ossl_unused void *p_ctx) in kdf_pvk_settable_ctx_params()
205 static const OSSL_PARAM *kdf_pvk_gettable_ctx_params(ossl_unused void *ctx, in kdf_pvk_gettable_ctx_params()
206 ossl_unused void *p_ctx) in kdf_pvk_gettable_ctx_params()
A Dpbkdf1.c197 static const OSSL_PARAM *kdf_pbkdf1_settable_ctx_params(ossl_unused void *ctx, in kdf_pbkdf1_settable_ctx_params()
198 ossl_unused void *p_ctx) in kdf_pbkdf1_settable_ctx_params()
220 static const OSSL_PARAM *kdf_pbkdf1_gettable_ctx_params(ossl_unused void *ctx, in kdf_pbkdf1_gettable_ctx_params()
221 ossl_unused void *p_ctx) in kdf_pbkdf1_gettable_ctx_params()
A Dsshkdf.c177 static const OSSL_PARAM *kdf_sshkdf_settable_ctx_params(ossl_unused void *ctx, in kdf_sshkdf_settable_ctx_params()
178 ossl_unused void *p_ctx) in kdf_sshkdf_settable_ctx_params()
201 static const OSSL_PARAM *kdf_sshkdf_gettable_ctx_params(ossl_unused void *ctx, in kdf_sshkdf_gettable_ctx_params()
202 ossl_unused void *p_ctx) in kdf_sshkdf_gettable_ctx_params()
/openssl-master/providers/implementations/kem/
A Drsa_kem.c162 static const OSSL_PARAM *rsakem_gettable_ctx_params(ossl_unused void *vprsactx, in rsakem_gettable_ctx_params()
163 ossl_unused void *provctx) in rsakem_gettable_ctx_params()
197 static const OSSL_PARAM *rsakem_settable_ctx_params(ossl_unused void *vprsactx, in rsakem_settable_ctx_params()
198 ossl_unused void *provctx) in rsakem_settable_ctx_params()

Completed in 28 milliseconds

1234