Home
last modified time | relevance | path

Searched defs:plain (Results 76 - 100 of 119) sorted by relevance

12345

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Dikev2_common.c175 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) ikev2_encr_encrypt() argument
210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) ikev2_encr_decrypt() argument
530 ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, struct wpabuf *msg, struct wpabuf *plain, u8 next_payload) ikev2_build_encrypted() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c1108 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local
1141 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
1184 struct wpabuf *plain = wpabuf_alloc(100); ikev2_build_notify() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dikev2.c1126 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
H A Deap_server_fast.c816 eap_fast_encrypt_phase2(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *plain, int piggyback) eap_fast_encrypt_phase2() argument
H A Deap_server_teap.c787 eap_teap_encrypt_phase2(struct eap_sm *sm, struct eap_teap_data *data, struct wpabuf *plain, int piggyback) eap_teap_encrypt_phase2() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_common.c360 struct wpabuf *plain; in wps_get_oob_cred() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
354 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument
378 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
615 crypto_public_key_decrypt_pkcs1(struct crypto_public_key *key, const u8 *crypt, size_t crypt_len, u8 *plain, size_t *plain_len) crypto_public_key_decrypt_pkcs1() argument
[all...]
H A Dcrypto_linux.c503 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) in aes_encrypt() argument
523 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) in aes_decrypt() argument
978 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, in crypto_cipher_encrypt() argument
784 aes_unwrap(const u8 *kek, size_t kek_len, int n, const u8 *cipher, u8 *plain) aes_unwrap() argument
985 crypto_cipher_decrypt(struct crypto_cipher *ctx, const u8 *crypt, u8 *plain, size_t len) crypto_cipher_decrypt() argument
[all...]
H A Dcrypto_module_tests.c353 u8 plain[32]; in test_cbc() member
475 u8 key[16], plain[16], cipher[16], out[16]; in test_ecb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Dikev2_common.c175 ikev2_encr_encrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *plain, u8 *crypt, size_t len) ikev2_encr_encrypt() argument
210 ikev2_encr_decrypt(int alg, const u8 *key, size_t key_len, const u8 *iv, const u8 *crypt, u8 *plain, size_t len) ikev2_encr_decrypt() argument
530 ikev2_build_encrypted(int encr_id, int integ_id, struct ikev2_keys *keys, int initiator, struct wpabuf *msg, struct wpabuf *plain, u8 next_payload) ikev2_build_encrypted() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c1110 struct wpabuf *plain = wpabuf_alloc(data->IDr_len + 1000); in ikev2_build_sa_init() local
1143 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
1186 struct wpabuf *plain = wpabuf_alloc(100); ikev2_build_notify() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.c1126 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
H A Deap_server_fast.c818 eap_fast_encrypt_phase2(struct eap_sm *sm, struct eap_fast_data *data, struct wpabuf *plain, int piggyback) eap_fast_encrypt_phase2() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_common.c360 struct wpabuf *plain; in wps_get_oob_cred() local
[all...]
/third_party/glfw/src/
H A Dinput.c309 void _glfwInputChar(_GLFWwindow* window, uint32_t codepoint, int mods, GLFWbool plain) in _glfwInputChar() argument
H A Dx11_window.c1247 const int plain = !(mods & (GLFW_MOD_CONTROL | GLFW_MOD_ALT)); in processEvent() local
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c1156 char b64[160], plain[(sizeof(b64) * 3) / 4], *pcolon; in lws_check_basic_auth() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c353 u8 plain[32]; in test_cbc() member
475 u8 key[16], plain[16], cipher[16], out[16]; in test_ecb() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c985 u8 *plain, *ppos, *res; in decrypt_ms_key() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c985 u8 *plain, *ppos, *res; in decrypt_ms_key() local
[all...]
/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c962 static int32_t CheckAesGcmEncryptParam(const KeyParams *keyParams, const Uint8Buff *plain, in CheckAesGcmEncryptParam() argument
1021 static int32_t AesGcmEncrypt(const KeyParams *keyParams, const Uint8Buff *plain, const GcmParam *encryptInfo, in AesGcmEncrypt() argument
/base/security/device_auth/frameworks/deviceauth_lite/source/huks_adapter/
H A Dhuks_adapter.c548 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument
/base/security/device_auth/frameworks/deviceauth_lite/test/unittest/unittest_mock/
H A Dhuks_adapter_mock_for_pake.c502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument
H A Dhuks_adapter_mock.c502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument
/third_party/python/Lib/
H A Dpydoc.py1594 def plain(text): function

Completed in 50 milliseconds

12345