Searched defs:CRYPTO_TFM_MODE_ECB (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h48 #define CRYPTO_TFM_MODE_ECB 0x00000001 macro
329 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
348 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
/drivers/staging/rtl8192u/ieee80211/
H A Drtl_crypto.h48 #define CRYPTO_TFM_MODE_ECB 0x00000001 macro
332 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);
351 BUG_ON(tfm->crt_cipher.cit_mode == CRYPTO_TFM_MODE_ECB);

Completed in 359 milliseconds