Lines Matching +full:3 +full:des
11 #include <crypto/internal/des.h>
18 #define CCM_NONCE_AUTHSIZE_SHIFT 3
422 rctx->ccm_rfc4309_iv[0] = 3; in qce_aead_async_req_handle()
621 * being the same for triple des algorithms. The in qce_aead_setkey()
626 if (!((_key[0] ^ _key[2]) | (_key[1] ^ _key[3])) || in qce_aead_setkey()
627 !((_key[2] ^ _key[4]) | (_key[3] ^ _key[5])) || in qce_aead_setkey()
703 .name = "authenc(hmac(sha1),cbc(des))",
704 .drv_name = "authenc-hmac-sha1-cbc-des-qce",
712 .drv_name = "authenc-hmac-sha1-cbc-3des-qce",
719 .name = "authenc(hmac(sha256),cbc(des))",
720 .drv_name = "authenc-hmac-sha256-cbc-des-qce",
728 .drv_name = "authenc-hmac-sha256-cbc-3des-qce",