HomeSort by relevance Sort by last modified time
    Searched refs:__must_check (Results 1 - 18 of 18) sorted by null

  /external/fio/compiler/
compiler-gcc3.h 5 #ifndef __must_check
6 #define __must_check __attribute__((warn_unused_result)) macro
compiler-gcc4.h 4 #ifndef __must_check
5 #define __must_check __attribute__((warn_unused_result)) macro
compiler.h 13 #ifndef __must_check
14 #define __must_check macro
  /external/wpa_supplicant_8/src/crypto/
aes_wrap.h 21 int __must_check aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain,
23 int __must_check aes_unwrap(const u8 *kek, size_t kek_len, int n,
25 int __must_check omac1_aes_vector(const u8 *key, size_t key_len,
28 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
31 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
33 int __must_check omac1_aes_256(const u8 *key, const u8 *data, size_t data_len,
35 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
36 int __must_check aes_ctr_encrypt(const u8 *key, size_t key_len, const u8 *nonce,
38 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
40 int __must_check aes_128_eax_encrypt(const u8 *key
    [all...]
tls.h 282 int __must_check
298 int __must_check tls_global_set_params(
308 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
320 int __must_check tls_connection_set_verify(void *tls_ctx,
334 int __must_check tls_connection_get_random(void *tls_ctx,
349 int __must_check tls_connection_export_key(void *tls_ctx,
366 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
484 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
498 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
511 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn
    [all...]
crypto.h 68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
249 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
264 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
346 int __must_check crypto_public_key_encrypt_pkcs1_v15(
363 int __must_check crypto_private_key_decrypt_pkcs1_v15(
380 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
413 int __must_check crypto_public_key_decrypt_pkcs1(
424 int __must_check crypto_global_init(void);
455 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
sha1.h 22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
ms_funcs.h 46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
  /external/fio/
ioengines.h 72 extern int __must_check td_io_init(struct thread_data *);
73 extern int __must_check td_io_prep(struct thread_data *, struct io_u *);
74 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);
75 extern int __must_check td_io_getevents(struct thread_data *, unsigned int, unsigned int, const struct timespec *);
76 extern int __must_check td_io_commit(struct thread_data *);
77 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
80 extern int __must_check td_io_get_file_size(struct thread_data *, struct fio_file *);
file.h 188 extern int __must_check setup_files(struct thread_data *);
189 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
190 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);
191 extern int __must_check generic_close_file(struct thread_data *, struct fio_file *);
192 extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *);
193 extern int __must_check file_lookup_open(struct fio_file *f, int flags);
194 extern int __must_check pre_read_files(struct thread_data *);
199 extern int __must_check put_file(struct thread_data *, struct fio_file *);
trim.h 7 extern bool __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
verify.h 96 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
97 extern int __must_check verify_io_u(struct thread_data *, struct io_u **);
io_u.h 135 extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *);
136 extern int __must_check io_u_queued_complete(struct thread_data *, int);
iolog.h 227 extern int __must_check read_iolog_get(struct thread_data *, struct io_u *);
230 extern int __must_check init_iolog(struct thread_data *td);
fio.h 522 extern int __must_check fio_init_options(void);
523 extern int __must_check parse_options(int, char **);
627 extern int __must_check fio_pin_memory(struct thread_data *);
629 extern int __must_check allocate_io_mem(struct thread_data *);
  /external/wpa_supplicant_8/src/eap_common/
eap_psk_common.h 68 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
69 int __must_check eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek,
  /external/wpa_supplicant_8/src/utils/
common.h 436 #ifndef __must_check
438 #define __must_check __attribute__((__warn_unused_result__)) macro
440 #define __must_check macro
442 #endif /* __must_check */
450 #endif /* __must_check */
  /tools/repohooks/tools/
checkpatch.pl 268 __must_check|
    [all...]

Completed in 382 milliseconds