Searched refs:crypt_priv (Results 1 – 9 of 9) sorted by relevance
185 struct crypt_priv { struct193 struct crypt_priv *ctx = priv; in encrypt_callback() argument210 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()
218 struct crypt_priv { struct226 struct crypt_priv *ctx = priv; in encrypt_callback() argument248 struct crypt_priv *ctx = priv; in decrypt_callback()272 struct crypt_priv crypt_ctx = { in lrw_encrypt()298 struct crypt_priv crypt_ctx = { in lrw_decrypt()
183 struct crypt_priv { struct191 struct crypt_priv *ctx = priv; in encrypt_callback() argument215 struct crypt_priv *ctx = priv; in decrypt_callback()241 struct crypt_priv crypt_ctx = { in lrw_encrypt()267 struct crypt_priv crypt_ctx = { in lrw_decrypt()
204 struct crypt_priv { struct212 struct crypt_priv *ctx = priv; in encrypt_callback() argument229 struct crypt_priv *ctx = priv; in decrypt_callback()267 struct crypt_priv crypt_ctx = { in lrw_encrypt()293 struct crypt_priv crypt_ctx = { in lrw_decrypt()
205 struct crypt_priv { struct213 struct crypt_priv *ctx = priv; in encrypt_callback() argument243 struct crypt_priv *ctx = priv; in decrypt_callback()275 struct crypt_priv crypt_ctx = { in lrw_encrypt()301 struct crypt_priv crypt_ctx = { in lrw_decrypt()
217 struct crypt_priv { struct225 struct crypt_priv *ctx = priv; in encrypt_callback() argument242 struct crypt_priv *ctx = priv; in decrypt_callback()277 struct crypt_priv crypt_ctx = { in lrw_encrypt()303 struct crypt_priv crypt_ctx = { in lrw_decrypt()
209 struct crypt_priv { struct217 struct crypt_priv *ctx = priv; in encrypt_callback() argument241 struct crypt_priv *ctx = priv; in decrypt_callback()267 struct crypt_priv crypt_ctx = { in lrw_encrypt()293 struct crypt_priv crypt_ctx = { in lrw_decrypt()
213 void *crypt_priv; member
924 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()