/netbsd/external/bsd/wpa/dist/src/crypto/ |
H A D | aes_wrap.h | 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, 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 D | tls.h | 324 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 D | crypto.h | 68 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 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,
|
/netbsd/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic_uapi.h | 45 int __must_check 48 int __must_check 51 int __must_check 58 int __must_check
|
H A D | drm_atomic.h | 412 struct drm_atomic_state * __must_check 443 int __must_check 448 struct drm_crtc_state * __must_check 451 struct drm_plane_state * __must_check 454 struct drm_connector_state * __must_check 464 struct drm_private_state * __must_check 675 int __must_check 678 int __must_check 682 int __must_check drm_atomic_check_only(struct drm_atomic_state *state); 683 int __must_check drm_atomic_commit(struct drm_atomic_state *state); [all …]
|
H A D | drm_dp_mst_helper.h | 783 int __must_check 799 int __must_check 808 int __must_check 811 int __must_check 817 int __must_check drm_dp_mst_atomic_check(struct drm_atomic_state *state);
|
H A D | drm_modeset_lock.h | 132 int __must_check drm_modeset_lock_single_interruptible(struct drm_modeset_lock *lock);
|
/netbsd/sys/external/bsd/drm2/include/linux/ |
H A D | refcount.h | 54 static inline int __must_check 69 static inline bool __must_check 83 static inline bool __must_check 91 static inline bool __must_check
|
H A D | dma-resv.h | 105 bool dma_resv_trylock(struct dma_resv *) __must_check;
|
H A D | spinlock.h | 220 static inline bool __must_check
|
/netbsd/sys/external/bsd/drm2/dist/drm/i915/ |
H A D | i915_vma.h | 59 int __must_check __i915_vma_move_to_active(struct i915_vma *vma, 61 int __must_check i915_vma_move_to_active(struct i915_vma *vma, 218 int __must_check i915_vma_unbind(struct i915_vma *vma); 249 int __must_check 350 int __must_check i915_vma_pin_fence(struct i915_vma *vma); 351 int __must_check i915_vma_revoke_fence(struct i915_vma *vma);
|
H A D | i915_request.h | 307 struct i915_request * __must_check 309 struct i915_request * __must_check
|
H A D | i915_gem_gtt.h | 22 int __must_check i915_gem_gtt_prepare_pages(struct drm_i915_gem_object *obj,
|
H A D | i915_active.h | 89 int __must_check
|
H A D | i915_drv.h | 1898 struct i915_vma * __must_check 1912 static inline int __must_check 1922 int __must_check i915_gem_set_global_seqno(struct drm_device *dev, u32 seqno); 1935 int __must_check i915_gem_init(struct drm_i915_private *dev_priv); 1976 int __must_check i915_gem_evict_something(struct i915_address_space *vm, 1981 int __must_check i915_gem_evict_for_node(struct i915_address_space *vm,
|
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gem/ |
H A D | i915_gem_object.h | 302 static inline int __must_check 376 void *__must_check i915_gem_object_pin_map(struct drm_i915_gem_object *obj, 441 int __must_check 443 int __must_check 445 int __must_check 447 struct i915_vma * __must_check
|
/netbsd/external/bsd/wpa/dist/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,
|
/netbsd/sys/external/bsd/common/include/linux/ |
H A D | compiler.h | 45 #define __must_check __attribute__((warn_unused_result)) macro 47 #define __must_check /* nothing */ macro
|
/netbsd/external/bsd/wpa/dist/src/utils/ |
H A D | common.h | 454 #ifndef __must_check 456 #define __must_check __attribute__((__warn_unused_result__)) macro 458 #define __must_check macro
|
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gt/ |
H A D | intel_gt.h | 40 int __must_check intel_gt_init_hw(struct intel_gt *gt);
|
H A D | intel_reset.h | 42 int __must_check intel_gt_reset_trylock(struct intel_gt *gt, int *srcu);
|
H A D | intel_context.h | 139 static inline struct intel_timeline *__must_check
|
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/ |
H A D | nouveau_dma.h | 88 static __must_check inline int
|