Lines Matching refs:cipher
62 ctx->cipher = EVP_aes_128_wrap();
70 ctx->cipher = EVP_aes_128_cbc();
74 ctx->cipher = EVP_aes_128_cfb128();
79 ctx->cipher = EVP_aes_128_cfb8();
84 ctx->cipher = EVP_aes_128_ctr();
89 ctx->cipher = EVP_aes_128_ecb();
94 ctx->cipher = EVP_aes_128_ofb();
104 ctx->cipher = EVP_aes_128_gcm();
117 ctx->cipher = EVP_aes_192_wrap();
125 ctx->cipher = EVP_aes_192_cbc();
129 ctx->cipher = EVP_aes_192_cfb128();
134 ctx->cipher = EVP_aes_192_cfb8();
139 ctx->cipher = EVP_aes_192_ctr();
144 ctx->cipher = EVP_aes_192_ecb();
149 ctx->cipher = EVP_aes_192_ofb();
158 ctx->cipher = EVP_aes_192_gcm();
171 ctx->cipher = EVP_aes_256_wrap();
179 ctx->cipher = EVP_aes_256_cbc();
183 ctx->cipher = EVP_aes_256_cfb128();
188 ctx->cipher = EVP_aes_256_cfb8();
193 ctx->cipher = EVP_aes_256_ctr();
198 ctx->cipher = EVP_aes_256_ecb();
203 ctx->cipher = EVP_aes_256_ofb();
208 ctx->cipher = EVP_aes_128_xts();
212 ctx->cipher = EVP_aes_256_gcm();
223 ctx->cipher = EVP_aes_256_xts();
239 n = EVP_EncryptInit_ex(ctx->ctx, ctx->cipher, ctx->engine,
244 n = EVP_DecryptInit_ex(ctx->ctx, ctx->cipher, ctx->engine,
250 lwsl_err("%s: cipher init failed (cipher %p)\n", __func__,
251 ctx->cipher);
357 lwsl_err("%s: init failed (cipher %p)\n",
358 __func__, ctx->cipher);