Home
last modified time | relevance | path

Searched refs:__must_check (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/sys/amd64/include/xen/
Dhypercall.h54 #define __must_check macro
159 static inline int __must_check
166 static inline int __must_check
174 static inline int __must_check
182 static inline int __must_check
189 static inline int __must_check
196 static inline int __must_check
212 static inline int __must_check
219 static inline int __must_check
226 static inline long __must_check
[all …]
/freebsd-12-stable/contrib/wpa/src/crypto/
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_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 …]
Dtls.h324 int __must_check
340 int __must_check tls_global_set_params(
351 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl,
364 int __must_check tls_connection_set_verify(void *tls_ctx,
378 int __must_check tls_connection_get_random(void *tls_ctx,
397 int __must_check tls_connection_export_key(void *tls_ctx,
416 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx,
534 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
548 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn,
561 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
[all …]
Dcrypto.h68 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
252 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
267 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
349 int __must_check crypto_public_key_encrypt_pkcs1_v15(
366 int __must_check crypto_private_key_decrypt_pkcs1_v15(
383 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
416 int __must_check crypto_public_key_decrypt_pkcs1(
435 int __must_check crypto_global_init(void);
466 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
Dms_funcs.h46 int __must_check encrypt_pw_block_with_password_hash(
49 int __must_check new_password_encrypted_with_old_nt_password_hash(
Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
/freebsd-12-stable/sys/crypto/ccp/
Dccp.h46 #ifndef __must_check
47 #define __must_check __attribute__((__warn_unused_result__)) macro
221 __must_check;
223 struct cryptop *crp) __must_check;
225 struct cryptodesc *crda, struct cryptodesc *crde) __must_check;
227 __must_check;
236 __must_check;
Dccp_hardware.c845 static int __must_check
885 static int __must_check
1038 static int __must_check
1072 static int __must_check
1254 static int __must_check
1296 int __must_check
1398 static int __must_check
1414 static int __must_check
1484 static int __must_check
1682 int __must_check
[all …]
/freebsd-12-stable/sys/dev/drm2/i915/
Di915_drv.h1421 int __must_check i915_gem_object_pin(struct drm_i915_gem_object *obj,
1426 int __must_check i915_gem_object_unbind(struct drm_i915_gem_object *obj);
1430 int __must_check i915_gem_object_get_pages(struct drm_i915_gem_object *obj);
1444 int __must_check i915_mutex_lock_interruptible(struct drm_device *dev);
1468 int __must_check i915_gem_object_get_fence(struct drm_i915_gem_object *obj);
1469 int __must_check i915_gem_object_put_fence(struct drm_i915_gem_object *obj);
1493 int __must_check i915_gem_check_wedge(struct drm_i915_private *dev_priv,
1498 int __must_check i915_gem_object_set_domain(struct drm_i915_gem_object *obj,
1501 int __must_check i915_gem_object_finish_gpu(struct drm_i915_gem_object *obj);
1502 int __must_check i915_gem_init(struct drm_device *dev);
[all …]
Dintel_ringbuffer.h77 bool __must_check (*irq_get)(struct intel_ring_buffer *ring);
84 int __must_check (*flush)(struct intel_ring_buffer *ring,
205 int __must_check intel_ring_begin(struct intel_ring_buffer *ring, int n);
213 int __must_check intel_ring_idle(struct intel_ring_buffer *ring);
Di915_gem.c75 static __must_check int i915_gem_object_bind_to_gtt(struct drm_i915_gem_object *obj,
1186 static __must_check int
1219 static __must_check int
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
Dvchiq_killable.h43 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-12-stable/contrib/wpa/src/eap_common/
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,
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
Dkref.h109 static inline int __must_check
Dww_mutex.h73 static inline int __must_check
Dcompiler.h78 #define __must_check __result_use_check macro
Dmutex.h101 static inline __must_check enum mutex_trylock_recursive_enum
/freebsd-12-stable/contrib/wpa/src/utils/
Dcommon.h453 #ifndef __must_check
455 #define __must_check __attribute__((__warn_unused_result__)) macro
457 #define __must_check macro
/freebsd-12-stable/sys/dev/drm2/
Ddrm_os_freebsd.h36 #ifndef __must_check
37 #define __must_check macro