Searched refs:__must_check (Results 1 - 25 of 35) sorted by relevance

12

/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Daes_wrap.h25 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
26 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
27 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
30 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
32 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
33 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
35 int __must_check aes_128_eax_encrypt(const u8 *key,
39 int __must_check aes_128_eax_decrypt(const u8 *key,
43 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
45 int __must_check aes_128_cbc_decryp
[all...]
H A Dtls.h203 int __must_check
217 int __must_check tls_global_set_params(
227 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
236 int __must_check tls_connection_set_verify(void *tls_ctx,
250 int __must_check tls_connection_set_ia(void *tls_ctx,
261 int __must_check tls_connection_get_keys(void *tls_ctx,
285 int __must_check tls_connection_prf(void *tls_ctx,
355 int __must_check tls_connection_encrypt(void *tls_ctx,
373 int __must_check tls_connection_decrypt(void *tls_ctx,
402 int __must_check tls_connection_set_cipher_lis
[all...]
H A Dcrypto.h70 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,
317 int __must_check crypto_public_key_encrypt_pkcs1_v15(
334 int __must_check crypto_private_key_decrypt_pkcs1_v15(
351 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
384 int __must_check crypto_public_key_decrypt_pkcs1(
395 int __must_check crypto_global_init(void);
426 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dms_funcs.h50 int __must_check encrypt_pw_block_with_password_hash(
53 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes_wrap.h19 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
20 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
21 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
24 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
26 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
27 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
29 int __must_check aes_128_eax_encrypt(const u8 *key,
33 int __must_check aes_128_eax_decrypt(const u8 *key,
37 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
39 int __must_check aes_128_cbc_decryp
[all...]
H A Dtls.h238 int __must_check
252 int __must_check tls_global_set_params(
262 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
271 int __must_check tls_connection_set_verify(void *tls_ctx,
282 int __must_check tls_connection_get_keys(void *tls_ctx,
306 int __must_check tls_connection_prf(void *tls_ctx,
424 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
438 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
450 int __must_check tls_connection_enable_workaround(void *tls_ctx,
462 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h83 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
241 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
256 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
334 int __must_check crypto_public_key_encrypt_pkcs1_v15(
351 int __must_check crypto_private_key_decrypt_pkcs1_v15(
368 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
401 int __must_check crypto_public_key_decrypt_pkcs1(
412 int __must_check crypto_global_init(void);
443 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h44 int __must_check encrypt_pw_block_with_password_hash(
47 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/wpa_supplicant_8/src/crypto/
H A Daes_wrap.h19 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
20 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
21 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
24 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
26 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
27 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
29 int __must_check aes_128_eax_encrypt(const u8 *key,
33 int __must_check aes_128_eax_decrypt(const u8 *key,
37 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
39 int __must_check aes_128_cbc_decryp
[all...]
H A Dtls.h238 int __must_check
252 int __must_check tls_global_set_params(
262 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
271 int __must_check tls_connection_set_verify(void *tls_ctx,
282 int __must_check tls_connection_get_keys(void *tls_ctx,
306 int __must_check tls_connection_prf(void *tls_ctx,
424 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
438 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
450 int __must_check tls_connection_enable_workaround(void *tls_ctx,
462 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h83 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
241 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
256 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
334 int __must_check crypto_public_key_encrypt_pkcs1_v15(
351 int __must_check crypto_private_key_decrypt_pkcs1_v15(
368 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
401 int __must_check crypto_public_key_decrypt_pkcs1(
412 int __must_check crypto_global_init(void);
443 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h44 int __must_check encrypt_pw_block_with_password_hash(
47 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes_wrap.h19 int __must_check aes_wrap(const u8 *kek, int n, const u8 *plain, u8 *cipher);
20 int __must_check aes_unwrap(const u8 *kek, int n, const u8 *cipher, u8 *plain);
21 int __must_check omac1_aes_128_vector(const u8 *key, size_t num_elem,
24 int __must_check omac1_aes_128(const u8 *key, const u8 *data, size_t data_len,
26 int __must_check aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out);
27 int __must_check aes_128_ctr_encrypt(const u8 *key, const u8 *nonce,
29 int __must_check aes_128_eax_encrypt(const u8 *key,
33 int __must_check aes_128_eax_decrypt(const u8 *key,
37 int __must_check aes_128_cbc_encrypt(const u8 *key, const u8 *iv, u8 *data,
39 int __must_check aes_128_cbc_decryp
[all...]
H A Dtls.h238 int __must_check
252 int __must_check tls_global_set_params(
262 int __must_check tls_global_set_verify(void *tls_ctx, int check_crl);
271 int __must_check tls_connection_set_verify(void *tls_ctx,
282 int __must_check tls_connection_get_keys(void *tls_ctx,
306 int __must_check tls_connection_prf(void *tls_ctx,
424 int __must_check tls_connection_set_cipher_list(void *tls_ctx,
438 int __must_check tls_get_cipher(void *tls_ctx, struct tls_connection *conn,
450 int __must_check tls_connection_enable_workaround(void *tls_ctx,
462 int __must_check tls_connection_client_hello_ex
[all...]
H A Dcrypto.h83 int __must_check fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x,
241 int __must_check crypto_cipher_encrypt(struct crypto_cipher *ctx,
256 int __must_check crypto_cipher_decrypt(struct crypto_cipher *ctx,
334 int __must_check crypto_public_key_encrypt_pkcs1_v15(
351 int __must_check crypto_private_key_decrypt_pkcs1_v15(
368 int __must_check crypto_private_key_sign_pkcs1(struct crypto_private_key *key,
401 int __must_check crypto_public_key_decrypt_pkcs1(
412 int __must_check crypto_global_init(void);
443 int __must_check crypto_mod_exp(const u8 *base, size_t base_len,
H A Dsha1.h22 int __must_check tls_prf_sha1_md5(const u8 *secret, size_t secret_len,
H A Dms_funcs.h44 int __must_check encrypt_pw_block_with_password_hash(
47 int __must_check new_password_encrypted_with_old_nt_password_hash(
/external/kernel-headers/original/asm-x86/
H A Duaccess_32.h389 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_use
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_psk_common.h74 int __must_check eap_psk_key_setup(const u8 *psk, u8 *ak, u8 *kdk);
75 int __must_check eap_psk_derive_keys(const u8 *kdk, const u8 *rand_p, u8 *tek,
/external/wpa_supplicant_8/hostapd/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,
/external/wpa_supplicant_8/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,
/external/wpa_supplicant_8/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,
/external/kernel-headers/original/linux/
H A Dcompiler.h98 #ifndef __must_check
99 #define __must_check macro

Completed in 474 milliseconds

12