Searched refs:__must_check (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | aes_wrap.h | 21 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher); 22 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain); 23 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem, 26 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, 28 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out); 29 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce, 31 int __must_check aes_128_eax_encrypt(const u8 *key, 35 int __must_check aes_128_eax_decrypt(const u8 *key, 39 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data, 41 int __must_check aes_128_cbc_decrypt(const u8 *key, const u8 *iv, u8 *data, [all …]
|
D | tls.h | 247 int __must_check 261 int __must_check tls_global_set_params( 271 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl); 280 int __must_check tls_connection_set_verify(void *tls_ctx, 291 int __must_check tls_connection_get_keys(void *tls_ctx, 315 int __must_check tls_connection_prf(void *tls_ctx, 433 int __must_check tls_connection_set_cipher_list(void *tls_ctx, 447 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn, 459 int __must_check tls_connection_enable_workaround(void *tls_ctx, 471 int __must_check tls_connection_client_hello_ext(void *tls_ctx, [all …]
|
D | crypto.h | 68 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, 319 int __must_check crypto_public_key_encrypt_pkcs1_v15( 336 int __must_check crypto_private_key_decrypt_pkcs1_v15( 353 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key, 386 int __must_check crypto_public_key_decrypt_pkcs1( 397 int __must_check crypto_global_init(void); 428 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
|
D | ms_funcs.h | 44 int __must_check encrypt_pw_block_with_password_hash( 47 int __must_check new_password_encrypted_with_old_nt_password_hash(
|
D | sha1.h | 22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
|
/external/kernel-headers/original/linux/ |
D | err.h | 22 static inline void * __must_check ERR_PTR(long error) in ERR_PTR() 27 static inline long __must_check PTR_ERR(const void *ptr) in PTR_ERR() 32 static inline long __must_check IS_ERR(const void *ptr) in IS_ERR() 37 static inline long __must_check IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() 49 static inline void * __must_check ERR_CAST(const void *ptr) in ERR_CAST() 55 static inline int __must_check PTR_RET(const void *ptr) in PTR_RET()
|
D | compiler.h | 98 #ifndef __must_check 99 #define __must_check macro
|
D | hid.h | 685 extern int __must_check __hid_register_driver(struct hid_driver *, 687 static inline int __must_check hid_register_driver(struct hid_driver *driver) in hid_register_driver() 771 static inline int __must_check hid_parse(struct hid_device *hdev) in hid_parse() 795 static inline int __must_check hid_hw_start(struct hid_device *hdev, in hid_hw_start()
|
D | poll.h | 98 static inline unsigned long __must_check
|
D | pci.h | 507 void __iomem __must_check *pci_map_rom(struct pci_dev *pdev, size_t *size); 508 void __iomem __must_check *pci_map_rom_copy(struct pci_dev *pdev, size_t *size);
|
D | input.h | 1483 int __must_check input_register_device(struct input_dev *); 1488 int __must_check input_register_handler(struct input_handler *);
|
/external/kernel-headers/original/asm-x86/ |
D | uaccess_32.h | 389 unsigned long __must_check __copy_to_user_ll(void __user *to, 391 unsigned long __must_check __copy_from_user_ll(void *to, 393 unsigned long __must_check __copy_from_user_ll_nozero(void *to, 395 unsigned long __must_check __copy_from_user_ll_nocache(void *to, 397 unsigned long __must_check __copy_from_user_ll_nocache_nozero(void *to, 419 static __always_inline unsigned long __must_check 454 static __always_inline unsigned long __must_check 561 unsigned long __must_check copy_to_user(void __user *to, 563 unsigned long __must_check copy_from_user(void *to, 565 long __must_check strncpy_from_user(char *dst, const char __user *src, [all …]
|
/external/wpa_supplicant_8/src/eap_common/ |
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,
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 453 #ifndef __must_check 455 #define __must_check __attribute__((__warn_unused_result__)) macro 457 #define __must_check macro
|