Searched refs:__must_check (Results 1 - 25 of 30) sorted by relevance

12

/external/fio/compiler/
H A Dcompiler-gcc3.h5 #ifndef __must_check
6 #define __must_check __attribute__((warn_unused_result)) macro
H A Dcompiler-gcc4.h4 #ifndef __must_check
5 #define __must_check __attribute__((warn_unused_result)) macro
H A Dcompiler.h12 #ifndef __must_check
13 #define __must_check macro
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_wrap.h21 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_128_ctr_encrypt(const u8 *key, const u8 *nonce,
38 int __must_check aes_128_eax_encrypt(const u8 *key,
42 int __must_check aes_128_eax_decryp
[all...]
H A Dtls.h274 int __must_check
290 int __must_check tls_global_set_params(
300 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
309 int __must_check tls_connection_set_verify(void *tls_ctx,
320 int __must_check tls_connection_get_keys(void *tls_ctx,
345 int __must_check tls_connection_prf(void *tls_ctx,
464 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
478 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
490 int __must_check tls_connection_enable_workaround(void *tls_ctx,
502 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
323 int __must_check crypto_public_key_encrypt_pkcs1_v15(
340 int __must_check crypto_private_key_decrypt_pkcs1_v15(
357 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
390 int __must_check crypto_public_key_decrypt_pkcs1(
401 int __must_check crypto_global_init(void);
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/wpa_supplicant_8/src/crypto/
H A Daes_wrap.h21 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_128_ctr_encrypt(const u8 *key, const u8 *nonce,
38 int __must_check aes_128_eax_encrypt(const u8 *key,
42 int __must_check aes_128_eax_decryp
[all...]
H A Dtls.h274 int __must_check
290 int __must_check tls_global_set_params(
300 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
309 int __must_check tls_connection_set_verify(void *tls_ctx,
320 int __must_check tls_connection_get_keys(void *tls_ctx,
345 int __must_check tls_connection_prf(void *tls_ctx,
464 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
478 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
490 int __must_check tls_connection_enable_workaround(void *tls_ctx,
502 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
323 int __must_check crypto_public_key_encrypt_pkcs1_v15(
340 int __must_check crypto_private_key_decrypt_pkcs1_v15(
357 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
390 int __must_check crypto_public_key_decrypt_pkcs1(
401 int __must_check crypto_global_init(void);
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_wrap.h21 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_128_ctr_encrypt(const u8 *key, const u8 *nonce,
38 int __must_check aes_128_eax_encrypt(const u8 *key,
42 int __must_check aes_128_eax_decryp
[all...]
H A Dtls.h274 int __must_check
290 int __must_check tls_global_set_params(
300 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
309 int __must_check tls_connection_set_verify(void *tls_ctx,
320 int __must_check tls_connection_get_keys(void *tls_ctx,
345 int __must_check tls_connection_prf(void *tls_ctx,
464 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
478 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
490 int __must_check tls_connection_enable_workaround(void *tls_ctx,
502 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
226 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
241 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
323 int __must_check crypto_public_key_encrypt_pkcs1_v15(
340 int __must_check crypto_private_key_decrypt_pkcs1_v15(
357 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
390 int __must_check crypto_public_key_decrypt_pkcs1(
401 int __must_check crypto_global_init(void);
432 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/fio/
H A Dfile.h171 extern int __must_check setup_files(struct thread_data *);
172 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
173 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);
174 extern int __must_check generic_close_file(struct thread_data *, struct fio_file *);
175 extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *);
176 extern int __must_check file_lookup_open(struct fio_file *f, int flags);
177 extern int __must_check pre_read_files(struct thread_data *);
181 extern int __must_check put_file(struct thread_data *, struct fio_file *);
H A Dioengine.h181 extern int __must_check td_io_init(struct thread_data *);
182 extern int __must_check td_io_prep(struct thread_data *, struct io_u *);
183 extern int __must_check td_io_queue(struct thread_data *, struct io_u *);
184 extern int __must_check td_io_sync(struct thread_data *, struct fio_file *);
185 extern int __must_check td_io_getevents(struct thread_data *, unsigned int, unsigned int, const struct timespec *);
186 extern int __must_check td_io_commit(struct thread_data *);
187 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
190 extern int __must_check td_io_get_file_size(struct thread_data *, struct fio_file *);
208 extern int __must_check io_u_sync_complete(struct thread_data *, struct io_u *, uint64_t *);
209 extern int __must_check io_u_queued_complet
[all...]
H A Dtrim.h7 extern int __must_check get_next_trim(struct thread_data *td, struct io_u *io_u);
H A Dverify.h78 extern int __must_check get_next_verify(struct thread_data *td, struct io_u *);
79 extern int __must_check verify_io_u(struct thread_data *, struct io_u **);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_psk_common.h68 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/eap_common/
H A Deap_psk_common.h68 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/wpa_supplicant/src/eap_common/
H A Deap_psk_common.h68 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,

Completed in 237 milliseconds

12