Searched defs:decrypt (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/carl9170/
H A Drx.c297 u8 error, decrypt; local
325 decrypt = ar9170_get_decrypt_type(mac);
326 if (!(decrypt & AR9170_RX_ENC_SOFTWARE) &&
327 decrypt != AR9170_ENC_ALG_NONE) {
328 if ((decrypt == AR9170_ENC_ALG_TKIP) &&
/drivers/crypto/
H A Dpadlock-aes.c64 struct cword decrypt; member in struct:aes_ctx::__anon446
133 ctx->cword.decrypt.encdec = 1;
135 ctx->cword.decrypt.rounds = ctx->cword.encrypt.rounds;
137 ctx->cword.decrypt.ksize = ctx->cword.encrypt.ksize;
145 ctx->cword.decrypt.keygen = 1;
158 &ctx->cword.decrypt == per_cpu(paes_last_cword, cpu))
317 ecb_crypt(in, out, ctx->D, &ctx->cword.decrypt, 1);
381 padlock_reset_key(&ctx->cword.decrypt);
389 ctx->D, &ctx->cword.decrypt,
418 .decrypt
[all...]
H A Dmv_cesa.c112 int decrypt; member in struct:mv_req_ctx
243 if (req_ctx->decrypt) {
632 req_ctx->decrypt = 0;
643 req_ctx->decrypt = 1;
654 req_ctx->decrypt = 0;
665 req_ctx->decrypt = 1;
916 .decrypt = mv_dec_aes_ecb,
940 .decrypt = mv_dec_aes_cbc,
H A Dixp4xx_crypto.c180 struct ix_sa_dir decrypt; member in struct:ixp_ctx
407 *(u32*)ctx->decrypt.npe_ctx &= cpu_to_be32(~CIPH_ENCR);
575 ret = init_sa_dir(&ctx->decrypt);
598 free_sa_dir(&ctx->decrypt);
668 dir = encrypt ? &ctx->encrypt : &ctx->decrypt;
708 struct ix_sa_dir *dir = &ctx->decrypt;
742 dir = encrypt ? &ctx->encrypt : &ctx->decrypt;
837 reset_sa_dir(&ctx->decrypt);
840 ctx->decrypt.npe_mode = NPE_OP_HMAC_DISABLE;
897 dir = encrypt ? &ctx->encrypt : &ctx->decrypt;
[all...]
/drivers/staging/wlan-ng/
H A Dp80211metastruct.h200 p80211item_uint32_t decrypt; member in struct:p80211msg_lnxreq_hostwep
H A Dp80211netdev.h136 u32 decrypt; member in struct:p80211_frmrx_t

Completed in 142 milliseconds