| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
| H A D | ikev2_common.c | 175 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 D | ikev2.c | 1108 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 D | ikev2.c | 1126 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
|
| H A D | eap_server_fast.c | 816 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 D | eap_server_teap.c | 787 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 D | wps_common.c | 360 struct wpabuf *plain; in wps_get_oob_cred() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_libtomcrypt.c | 100 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 D | crypto_linux.c | 503 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 D | crypto_module_tests.c | 353 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 D | ikev2_common.c | 175 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 D | ikev2.c | 1110 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 D | ikev2.c | 1126 struct wpabuf *msg, *plain; in ikev2_build_sa_auth() local
|
| H A D | eap_server_fast.c | 818 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 D | wps_common.c | 360 struct wpabuf *plain; in wps_get_oob_cred() local [all...] |
| /third_party/glfw/src/ |
| H A D | input.c | 309 void _glfwInputChar(_GLFWwindow* window, uint32_t codepoint, int mods, GLFWbool plain) in _glfwInputChar() argument
|
| H A D | x11_window.c | 1247 const int plain = !(mods & (GLFW_MOD_CONTROL | GLFW_MOD_ALT)); in processEvent() local
|
| /third_party/libwebsockets/lib/roles/http/server/ |
| H A D | server.c | 1156 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 D | crypto_module_tests.c | 353 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 D | radius.c | 985 u8 *plain, *ppos, *res; in decrypt_ms_key() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
| H A D | radius.c | 985 u8 *plain, *ppos, *res; in decrypt_ms_key() local [all...] |
| /base/security/device_auth/deps_adapter/key_management_adapter/impl/src/ |
| H A D | huks_adapter.c | 962 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 D | huks_adapter.c | 548 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 D | huks_adapter_mock_for_pake.c | 502 int32_t aes_gcm_encrypt(struct var_buffer *key, const struct uint8_buff *plain, in aes_gcm_encrypt() argument
|
| H A D | huks_adapter_mock.c | 502 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 D | pydoc.py | 1594 def plain(text): function
|