Lines Matching full:encryption
71 #define SA_ENG_ID_EM2 3 /* Encryption/Decryption enginefor pass 2 */
112 #define SA_CTX_ENC_TYPE1_SZ 64 /* Encryption SC with Key only */
113 #define SA_CTX_ENC_TYPE2_SZ 96 /* Encryption SC with Key and Aux1 */
125 * Bit 2-3: Fetch Encryption/Air Ciphering Bytes
230 * @submode: Encryption submodes
231 * @enc_size: Size of first pass encryption size
232 * @enc_size2: Size of second pass encryption size
233 * @enc_offset: Encryption payload offset in the packet
234 * @enc_iv: Encryption initialization vector for pass2
235 * @enc_iv2: Encryption initialization vector for pass2
298 * @enc: struct sa_ctx_info for encryption
302 * @key: encryption key
342 /* Encryption algorithms */
344 SA_EALG_ID_NONE = 0, /* No encryption */
345 SA_EALG_ID_NULL, /* NULL encryption */