/freebsd/sys/amd64/include/xen/ |
H A D | hypercall.h | 52 #define __must_check macro 160 static inline int __must_check 167 static inline int __must_check 175 static inline int __must_check 183 static inline int __must_check 190 static inline int __must_check 197 static inline int __must_check 213 static inline int __must_check 220 static inline long __must_check 227 static inline int __must_check [all …]
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | 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 …]
|
H A D | tls.h | 328 int __must_check 344 int __must_check tls_global_set_params( 355 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl, 370 int __must_check tls_connection_set_verify(void *tls_ctx, 384 int __must_check tls_connection_get_random(void *tls_ctx, 403 int __must_check tls_connection_export_key(void *tls_ctx, 422 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx, 540 int __must_check tls_connection_set_cipher_list(void *tls_ctx, 554 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn, 567 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn, [all …]
|
H A D | crypto.h | 70 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, 254 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx, 269 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx, 351 int __must_check crypto_public_key_encrypt_pkcs1_v15( 368 int __must_check crypto_private_key_decrypt_pkcs1_v15( 385 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key, 418 int __must_check crypto_public_key_decrypt_pkcs1( 437 int __must_check crypto_global_init(void); 468 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
H A D | 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(
|
H A D | sha1.h | 22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
|
/freebsd/sys/crypto/ccp/ |
H A D | ccp.h | 44 #ifndef __must_check 45 #define __must_check __attribute__((__warn_unused_result__)) macro 220 struct cryptop *crp) __must_check; 222 struct cryptop *crp) __must_check; 224 __must_check; 226 __must_check; 235 __must_check;
|
H A D | ccp_hardware.c | 844 static int __must_check 884 static int __must_check 1037 static int __must_check 1071 static int __must_check 1256 static int __must_check 1304 int __must_check 1378 static int __must_check 1394 static int __must_check 1464 static int __must_check 1668 int __must_check [all …]
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | overflow.h | 51 static inline bool __must_check __must_check_overflow(bool overflow) in __must_check_overflow() 189 static inline size_t __must_check size_mul(size_t factor1, size_t factor2) in size_mul() 208 static inline size_t __must_check size_add(size_t addend1, size_t addend2) in size_add() 229 static inline size_t __must_check size_sub(size_t minuend, size_t subtrahend) in size_sub()
|
H A D | ww_mutex.h | 74 static inline int __must_check 77 static inline int __must_check in ww_mutex_trylock()
|
H A D | kref.h | 106 static inline int __must_check
|
H A D | compiler.h | 90 #define __must_check __result_use_check macro
|
H A D | mutex.h | 101 static inline __must_check enum mutex_trylock_recursive_enum
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_killable.h | 43 static inline int __must_check down_interruptible_killable(struct semaphore *sem) in down_interruptible_killable() 57 static inline int __must_check mutex_lock_interruptible_killable(struct mutex *lock) in mutex_lock_interruptible_killable()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | 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,
|
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_types.h | 102 int __must_check (*destroy_hw)(struct ib_uobject *uobj, 133 int __must_check (*destroy_object)(struct ib_uobject *uobj,
|
/freebsd/sys/contrib/dev/iwlwifi/fw/ |
H A D | notif-wait.h | 88 int __must_check __releases(wait_entry)
|
/freebsd/contrib/wpa/src/utils/ |
H A D | common.h | 472 #ifndef __must_check 474 #define __must_check __attribute__((__warn_unused_result__)) macro 476 #define __must_check macro
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-op-mode.h | 165 static inline bool __must_check in iwl_op_mode_queue_not_full()
|
H A D | iwl-trans.h | 1198 int __must_check iwl_pci_register_driver(void); in iwl_trans_start_fw()
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_rdma_core.c | 521 static int __must_check destroy_hw_idr_uobject(struct ib_uobject *uobj, in alloc_abort_idr_uobject() 559 static int __must_check destroy_hw_fd_uobject(struct ib_uobject *uobj, in alloc_abort_fd_uobject()
|
/freebsd/sys/dev/drm2/ |
H A D | drm_os_freebsd.h | 34 #ifndef __must_check 35 #define __must_check macro
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mvm.h | 1817 int __must_check iwl_mvm_send_cmd(struct iwl_mvm *mvm, 1819 int __must_check iwl_mvm_send_cmd_pdu(struct iwl_mvm *mvm, u32 id, 1821 int __must_check iwl_mvm_send_cmd_status(struct iwl_mvm *mvm, 1824 int __must_check iwl_mvm_send_cmd_pdu_status(struct iwl_mvm *mvm, u32 id,
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | drv.c | 1683 int __must_check iwl_pci_register_driver(void)
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_compat.c | 109 #undef __must_check
|