Searched refs:crypt_priv (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/crypto/
H A Dserpent_sse2_glue.c185 struct crypt_priv { struct
193 struct crypt_priv *ctx = priv; encrypt_callback()
210 struct crypt_priv *ctx = priv; decrypt_callback()
249 struct crypt_priv crypt_ctx = { lrw_encrypt()
275 struct crypt_priv crypt_ctx = { lrw_decrypt()
337 struct crypt_priv crypt_ctx = { xts_encrypt()
364 struct crypt_priv crypt_ctx = { xts_decrypt()
H A Dcamellia_aesni_avx_glue.c209 struct crypt_priv { struct
217 struct crypt_priv *ctx = priv; encrypt_callback()
241 struct crypt_priv *ctx = priv; decrypt_callback()
267 struct crypt_priv crypt_ctx = { lrw_encrypt()
293 struct crypt_priv crypt_ctx = { lrw_decrypt()
H A Dserpent_avx2_glue.c183 struct crypt_priv { struct
191 struct crypt_priv *ctx = priv; encrypt_callback()
215 struct crypt_priv *ctx = priv; decrypt_callback()
241 struct crypt_priv crypt_ctx = { lrw_encrypt()
267 struct crypt_priv crypt_ctx = { lrw_decrypt()
H A Dcamellia_aesni_avx2_glue.c205 struct crypt_priv { struct
213 struct crypt_priv *ctx = priv; encrypt_callback()
243 struct crypt_priv *ctx = priv; decrypt_callback()
275 struct crypt_priv crypt_ctx = { lrw_encrypt()
301 struct crypt_priv crypt_ctx = { lrw_decrypt()
H A Dcast6_avx_glue.c204 struct crypt_priv { struct
212 struct crypt_priv *ctx = priv; encrypt_callback()
229 struct crypt_priv *ctx = priv; decrypt_callback()
267 struct crypt_priv crypt_ctx = { lrw_encrypt()
293 struct crypt_priv crypt_ctx = { lrw_decrypt()
H A Dserpent_avx_glue.c217 struct crypt_priv { struct
225 struct crypt_priv *ctx = priv; encrypt_callback()
242 struct crypt_priv *ctx = priv; decrypt_callback()
277 struct crypt_priv crypt_ctx = { lrw_encrypt()
303 struct crypt_priv crypt_ctx = { lrw_decrypt()
H A Dtwofish_avx_glue.c218 struct crypt_priv { struct
226 struct crypt_priv *ctx = priv; encrypt_callback()
248 struct crypt_priv *ctx = priv; decrypt_callback()
272 struct crypt_priv crypt_ctx = { lrw_encrypt()
298 struct crypt_priv crypt_ctx = { lrw_decrypt()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_ap.h213 void *crypt_priv; member in struct:ap_data
H A Dhostap_ap.c924 ap->crypt->deinit(ap->crypt_priv); hostap_free_data()
925 ap->crypt = ap->crypt_priv = NULL; hostap_free_data()
1275 ap->crypt_priv = ap->crypt->init(0); ap_crypt_init()
1276 if (ap->crypt_priv == NULL) ap_crypt_init()
1282 ap->crypt_priv); ap_crypt_init()
1330 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { ap_auth_make_challenge()

Completed in 166 milliseconds