Home
last modified time | relevance | path

Searched refs:rc4 (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_internal-cipher.c24 } rc4; member
57 if (key_len > sizeof(ctx->u.rc4.key)) { in crypto_cipher_init()
61 ctx->u.rc4.keylen = key_len; in crypto_cipher_init()
62 os_memcpy(ctx->u.rc4.key, key, key_len); in crypto_cipher_init()
112 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_encrypt()
113 ctx->u.rc4.used_bytes, crypt, len); in crypto_cipher_encrypt()
114 ctx->u.rc4.used_bytes += len; in crypto_cipher_encrypt()
176 rc4_skip(ctx->u.rc4.key, ctx->u.rc4.keylen, in crypto_cipher_decrypt()
177 ctx->u.rc4.used_bytes, plain, len); in crypto_cipher_decrypt()
178 ctx->u.rc4.used_bytes += len; in crypto_cipher_decrypt()
/hal_espressif-latest/components/wpa_supplicant/
DCMakeLists.txt116 set(crypto_src ${crypto_src} "src/crypto/rc4.c")
139 "src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32/
DCMakeLists.txt538 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
562 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32c2/
DCMakeLists.txt496 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
520 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32s2/
DCMakeLists.txt498 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
522 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32c3/
DCMakeLists.txt551 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
575 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32c6/
DCMakeLists.txt504 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
528 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
/hal_espressif-latest/zephyr/esp32s3/
DCMakeLists.txt569 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
593 "${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"