• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/

Lines Matching refs:cipher_data

273     EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
278 ret = aesni_set_decrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
283 ret = aesni_set_encrypt_key(key, ctx->key_len * 8, ctx->cipher_data);
304 aesni_cbc_encrypt(in, out, len, ctx->cipher_data, ctx->iv, ctx->encrypt);
317 aesni_ecb_encrypt(in, out, len, ctx->cipher_data, ctx->encrypt);
345 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
381 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
419 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
553 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
560 aes_t4_set_decrypt_key(key, bits, ctx->cipher_data);
580 aes_t4_set_encrypt_key(key, bits, ctx->cipher_data);
651 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
701 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
769 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
927 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1019 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1036 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1050 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1060 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1070 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1080 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1104 EVP_AES_KEY *dat = (EVP_AES_KEY *) ctx->cipher_data;
1122 EVP_AES_GCM_CTX *gctx = c->cipher_data;
1147 EVP_AES_GCM_CTX *gctx = c->cipher_data;
1251 EVP_AES_GCM_CTX *gctx_out = out->cipher_data;
1277 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
1357 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
1475 EVP_AES_GCM_CTX *gctx = ctx->cipher_data;
1614 EVP_AES_XTS_CTX *xctx = c->cipher_data;
1617 EVP_AES_XTS_CTX *xctx_out = out->cipher_data;
1640 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
1725 EVP_AES_XTS_CTX *xctx = ctx->cipher_data;
1752 EVP_AES_CCM_CTX *cctx = c->cipher_data;
1796 EVP_AES_CCM_CTX *cctx_out = out->cipher_data;
1814 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
1856 EVP_AES_CCM_CTX *cctx = ctx->cipher_data;
1934 EVP_AES_WRAP_CTX *wctx = ctx->cipher_data;
1955 EVP_AES_WRAP_CTX *wctx = ctx->cipher_data;