Searched refs:__must_check (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
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 …]
|
D | tls.h | 317 int __must_check 333 int __must_check tls_global_set_params( 344 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl, 357 int __must_check tls_connection_set_verify(void *tls_ctx, 371 int __must_check tls_connection_get_random(void *tls_ctx, 390 int __must_check tls_connection_export_key(void *tls_ctx, 409 int __must_check tls_connection_get_eap_fast_key(void *tls_ctx, 527 int __must_check tls_connection_set_cipher_list(void *tls_ctx, 541 int __must_check tls_get_version(void *tls_ctx, struct tls_connection *conn, 554 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn, [all …]
|
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,
|
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(
|
D | sha1.h | 22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
|
/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/u-boot/include/linux/ |
D | compiler.h | 340 #ifndef __must_check 341 #define __must_check macro 345 #undef __must_check 346 #define __must_check macro
|
D | err.h | 51 static inline void * __must_check ERR_CAST(__force const void *ptr) in ERR_CAST()
|
D | compiler-gcc.h | 144 #define __must_check __attribute__((warn_unused_result)) macro
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 450 #ifndef __must_check 452 #define __must_check __attribute__((__warn_unused_result__)) macro 454 #define __must_check macro
|