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()
182 struct crypt_priv { struct190 struct crypt_priv *ctx = priv; in encrypt_callback() argument214 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()
216 struct crypt_priv { struct224 struct crypt_priv *ctx = priv; in encrypt_callback() argument246 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()
208 struct crypt_priv { struct216 struct crypt_priv *ctx = priv; in encrypt_callback() argument240 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()
203 struct crypt_priv { struct211 struct crypt_priv *ctx = priv; in encrypt_callback() argument228 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()
216 struct crypt_priv { struct224 struct crypt_priv *ctx = priv; in encrypt_callback() argument241 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()
204 struct crypt_priv { struct212 struct crypt_priv *ctx = priv; in encrypt_callback() argument242 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()
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()