Home
last modified time | relevance | path

Searched refs:arcfour_ctx (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_nettle.c406 struct arcfour_ctx arcfour_ctx; member
425 nettle_arcfour_set_key(&ctx->u.arcfour_ctx, key_len, key); in crypto_cipher_init()
441 nettle_arcfour_crypt(&ctx->u.arcfour_ctx, len, crypt, plain); in crypto_cipher_encrypt()
456 nettle_arcfour_crypt(&ctx->u.arcfour_ctx, len, plain, crypt); in crypto_cipher_decrypt()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_nettle.c406 struct arcfour_ctx arcfour_ctx; member
425 nettle_arcfour_set_key(&ctx->u.arcfour_ctx, key_len, key); in crypto_cipher_init()
441 nettle_arcfour_crypt(&ctx->u.arcfour_ctx, len, crypt, plain); in crypto_cipher_encrypt()
456 nettle_arcfour_crypt(&ctx->u.arcfour_ctx, len, plain, crypt); in crypto_cipher_decrypt()