Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/crypto/
Dserpent_sse2_glue.c185 struct crypt_priv { struct
193 struct crypt_priv *ctx = priv; in encrypt_callback() argument
210 struct crypt_priv *ctx = priv; in decrypt_callback()
249 struct crypt_priv crypt_ctx = { in lrw_encrypt()
275 struct crypt_priv crypt_ctx = { in lrw_decrypt()
337 struct crypt_priv crypt_ctx = { in xts_encrypt()
364 struct crypt_priv crypt_ctx = { in xts_decrypt()
Dserpent_avx2_glue.c182 struct crypt_priv { struct
190 struct crypt_priv *ctx = priv; in encrypt_callback() argument
214 struct crypt_priv *ctx = priv; in decrypt_callback()
240 struct crypt_priv crypt_ctx = { in lrw_encrypt()
266 struct crypt_priv crypt_ctx = { in lrw_decrypt()
Dtwofish_avx_glue.c216 struct crypt_priv { struct
224 struct crypt_priv *ctx = priv; in encrypt_callback() argument
246 struct crypt_priv *ctx = priv; in decrypt_callback()
270 struct crypt_priv crypt_ctx = { in lrw_encrypt()
296 struct crypt_priv crypt_ctx = { in lrw_decrypt()
Dcamellia_aesni_avx_glue.c208 struct crypt_priv { struct
216 struct crypt_priv *ctx = priv; in encrypt_callback() argument
240 struct crypt_priv *ctx = priv; in decrypt_callback()
266 struct crypt_priv crypt_ctx = { in lrw_encrypt()
292 struct crypt_priv crypt_ctx = { in lrw_decrypt()
Dcast6_avx_glue.c203 struct crypt_priv { struct
211 struct crypt_priv *ctx = priv; in encrypt_callback() argument
228 struct crypt_priv *ctx = priv; in decrypt_callback()
266 struct crypt_priv crypt_ctx = { in lrw_encrypt()
292 struct crypt_priv crypt_ctx = { in lrw_decrypt()
Dserpent_avx_glue.c216 struct crypt_priv { struct
224 struct crypt_priv *ctx = priv; in encrypt_callback() argument
241 struct crypt_priv *ctx = priv; in decrypt_callback()
276 struct crypt_priv crypt_ctx = { in lrw_encrypt()
302 struct crypt_priv crypt_ctx = { in lrw_decrypt()
Dcamellia_aesni_avx2_glue.c204 struct crypt_priv { struct
212 struct crypt_priv *ctx = priv; in encrypt_callback() argument
242 struct crypt_priv *ctx = priv; in decrypt_callback()
274 struct crypt_priv crypt_ctx = { in lrw_encrypt()
300 struct crypt_priv crypt_ctx = { in lrw_decrypt()
/linux-4.4.14/drivers/net/wireless/hostap/
Dhostap_ap.h213 void *crypt_priv; member
Dhostap_ap.c924 ap->crypt->deinit(ap->crypt_priv); in hostap_free_data()
925 ap->crypt = ap->crypt_priv = NULL; in hostap_free_data()
1275 ap->crypt_priv = ap->crypt->init(0); in ap_crypt_init()
1276 if (ap->crypt_priv == NULL) in ap_crypt_init()
1282 ap->crypt_priv); in ap_crypt_init()
1330 if (ap->crypt->encrypt_mpdu(skb, 0, ap->crypt_priv)) { in ap_auth_make_challenge()