Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Daes_wrap.h23 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,
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,
44 int __must_check aes_128_eax_decrypt(const u8 *key,
48 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
50 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data,
52 int __must_check aes_gcm_ae(const u8 *key, size_t key_len,
57 int __must_check aes_gcm_ad(const u8 *key, size_t key_len,
[all …]
H A 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,
573 int __must_check tls_connection_enable_workaround(void *tls_ctx,
585 int __must_check tls_connection_client_hello_ext(void *tls_ctx,
[all …]
H A 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,
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(
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
/dragonfly/sys/dev/drm/include/drm/
H A Ddrm_atomic.h297 struct drm_atomic_state * __must_check
328 int __must_check
333 struct drm_crtc_state * __must_check
339 struct drm_plane_state * __must_check
351 struct drm_private_state * __must_check
549 int __must_check
552 int __must_check
555 int __must_check
562 int __must_check
565 int __must_check
[all …]
H A Ddrm_modeset_lock.h129 int __must_check drm_modeset_lock_single_interruptible(struct drm_modeset_lock *lock);
H A Ddrm_atomic_helper.h90 int __must_check drm_atomic_helper_swap_state(struct drm_atomic_state *state,
/dragonfly/contrib/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,
/dragonfly/sys/dev/drm/i915/
H A Di915_vma.h266 int __must_check i915_vma_unbind(struct i915_vma *vma);
272 static inline int __must_check
368 int __must_check i915_vma_put_fence(struct i915_vma *vma);
H A Di915_gem_request.h214 struct drm_i915_gem_request * __must_check
691 static inline int __must_check
H A Di915_drv.h3532 struct i915_vma * __must_check
3570 static inline int __must_check
3680 int __must_check i915_mutex_lock_interruptible(struct drm_device *dev);
3745 int __must_check i915_gem_init(struct drm_i915_private *dev_priv);
3746 int __must_check i915_gem_init_hw(struct drm_i915_private *dev_priv);
3751 int __must_check i915_gem_suspend(struct drm_i915_private *dev_priv);
3763 int __must_check
3765 int __must_check
3767 int __must_check
3769 struct i915_vma * __must_check
[all …]
H A Di915_gem_context.h269 int __must_check i915_gem_contexts_init(struct drm_i915_private *dev_priv);
H A Dintel_ringbuffer.h648 int __must_check intel_ring_cacheline_align(struct drm_i915_gem_request *req);
650 u32 __must_check *intel_ring_begin(struct drm_i915_gem_request *req,
H A Di915_gem_gtt.h625 int __must_check i915_gem_gtt_prepare_pages(struct drm_i915_gem_object *obj,
/dragonfly/sys/dev/drm/include/linux/
H A Dkobject.h68 extern __printf(4, 5) __must_check
H A Dkref.h85 static inline int __must_check kref_get_unless_zero(struct kref *kref) in kref_get_unless_zero()
H A Dcompiler.h69 #define __must_check __heedresult macro
H A Dreservation.h183 static inline bool __must_check
H A Dkernel.h153 static inline int __must_check
H A Dpci.h508 static inline void __iomem __must_check *
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dcommon.h450 #ifndef __must_check
452 #define __must_check __attribute__((__warn_unused_result__)) macro
454 #define __must_check macro
/dragonfly/sys/dev/drm/ttm/
H A Dttm_object.c560 static bool __must_check get_dma_buf_unless_doomed(struct dma_buf *dmabuf) in get_dma_buf_unless_doomed()