/external/cronet/stable/third_party/boringssl/src/crypto/cipher_extra/ |
D | e_des.cc | 75 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_init_key() 82 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_cbc_cipher() 109 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_ecb_cipher() 140 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_init_key() 149 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_cbc_cipher() 172 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_init_key() 202 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_ecb_cipher()
|
D | e_rc4.cc | 69 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_init_key() 77 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_cipher()
|
D | e_rc2.cc | 390 EVP_RC2_KEY *rc2_key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_init_key() 398 EVP_RC2_KEY *key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_cbc_cipher() 414 EVP_RC2_KEY *key = (EVP_RC2_KEY *)ctx->cipher_data; in rc2_ctrl()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_des.cc | 28 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_init_key() 35 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_cbc_cipher() 62 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_ecb_cipher() 93 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_init_key() 102 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_cbc_cipher() 125 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_init_key() 155 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_ecb_cipher()
|
D | e_rc4.cc | 22 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_init_key() 30 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_cipher()
|
/external/cronet/tot/third_party/boringssl/src/crypto/cipher_extra/ |
D | e_des.cc | 75 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_init_key() 82 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_cbc_cipher() 109 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_ecb_cipher() 140 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_init_key() 149 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede3_cbc_cipher() 172 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_init_key() 202 DES_EDE_KEY *dat = (DES_EDE_KEY *)ctx->cipher_data; in des_ede_ecb_cipher()
|
D | e_rc4.cc | 69 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_init_key() 77 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_cipher()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/ |
D | e_des.c | 75 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_init_key() 83 EVP_DES_KEY *dat = (EVP_DES_KEY *)ctx->cipher_data; in des_cbc_cipher() 110 EVP_DES_KEY *dat = (EVP_DES_KEY *) ctx->cipher_data; in des_ecb_cipher() 140 DES_EDE_KEY *dat = (DES_EDE_KEY*) ctx->cipher_data; in des_ede3_init_key() 151 DES_EDE_KEY *dat = (DES_EDE_KEY*) ctx->cipher_data; in des_ede3_cbc_cipher() 174 DES_EDE_KEY *dat = (DES_EDE_KEY *) ctx->cipher_data; in des_ede_init_key() 202 DES_EDE_KEY *dat = (DES_EDE_KEY *) ctx->cipher_data; in des_ede_ecb_cipher()
|
D | cipher.c | 87 OPENSSL_free(c->cipher_data); in EVP_CIPHER_CTX_cleanup() 109 if (in->cipher_data && in->cipher->ctx_size) { in EVP_CIPHER_CTX_copy() 110 out->cipher_data = OPENSSL_malloc(in->cipher->ctx_size); in EVP_CIPHER_CTX_copy() 111 if (!out->cipher_data) { in EVP_CIPHER_CTX_copy() 116 OPENSSL_memcpy(out->cipher_data, in->cipher_data, in->cipher->ctx_size); in EVP_CIPHER_CTX_copy() 159 ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size); in EVP_CipherInit_ex() 160 if (!ctx->cipher_data) { in EVP_CipherInit_ex() 166 ctx->cipher_data = NULL; in EVP_CipherInit_ex()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cipher_extra/ |
D | e_rc4.c | 67 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_init_key() 75 RC4_KEY *rc4key = (RC4_KEY *)ctx->cipher_data; in rc4_cipher()
|
/external/boringssl/src/decrepit/xts/ |
D | xts.cc | 128 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_init_key() 159 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_cipher() 169 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(c->cipher_data); in aes_xts_ctrl() 173 reinterpret_cast<EVP_AES_XTS_CTX *>(out->cipher_data); in aes_xts_ctrl()
|
/external/cronet/stable/third_party/boringssl/src/decrepit/xts/ |
D | xts.cc | 167 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_init_key() 198 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_cipher() 208 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(c->cipher_data); in aes_xts_ctrl() 212 reinterpret_cast<EVP_AES_XTS_CTX *>(out->cipher_data); in aes_xts_ctrl()
|
/external/cronet/tot/third_party/boringssl/src/decrepit/xts/ |
D | xts.cc | 167 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_init_key() 198 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(ctx->cipher_data); in aes_xts_cipher() 208 EVP_AES_XTS_CTX *xctx = reinterpret_cast<EVP_AES_XTS_CTX *>(c->cipher_data); in aes_xts_ctrl() 212 reinterpret_cast<EVP_AES_XTS_CTX *>(out->cipher_data); in aes_xts_ctrl()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/decrepit/xts/ |
D | xts.c | 160 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; in aes_xts_init_key() 191 EVP_AES_XTS_CTX *xctx = ctx->cipher_data; in aes_xts_cipher() 204 EVP_AES_XTS_CTX *xctx = c->cipher_data; in aes_xts_ctrl() 207 EVP_AES_XTS_CTX *xctx_out = out->cipher_data; in aes_xts_ctrl()
|
/external/cronet/tot/third_party/boringssl/src/decrepit/cfb/ |
D | cfb.cc | 32 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb_init_key() 45 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb128_cipher()
|
/external/boringssl/src/decrepit/cfb/ |
D | cfb.cc | 32 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb_init_key() 45 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb128_cipher()
|
/external/cronet/stable/third_party/boringssl/src/decrepit/cfb/ |
D | cfb.cc | 32 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb_init_key() 45 EVP_CFB_CTX *cfb_ctx = reinterpret_cast<EVP_CFB_CTX *>(ctx->cipher_data); in aes_cfb128_cipher()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/decrepit/cfb/ |
D | cfb.c | 31 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb_init_key() 44 EVP_CFB_CTX *cfb_ctx = ctx->cipher_data; in aes_cfb128_cipher()
|
/external/boringssl/src/crypto/fipsmodule/cipher/ |
D | cipher.cc.inc | 42 OPENSSL_free(c->cipher_data); 69 if (in->cipher_data && in->cipher->ctx_size) { 70 out->cipher_data = OPENSSL_memdup(in->cipher_data, in->cipher->ctx_size); 71 if (!out->cipher_data) { 117 ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size); 118 if (!ctx->cipher_data) { 123 ctx->cipher_data = NULL;
|
/external/boringssl/src/decrepit/blowfish/ |
D | blowfish.cc | 514 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_init_key() 521 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_ecb_cipher() 536 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cbc_cipher() 543 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cfb_cipher()
|
/external/cronet/stable/third_party/boringssl/src/decrepit/blowfish/ |
D | blowfish.cc | 561 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_init_key() 568 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_ecb_cipher() 583 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cbc_cipher() 590 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cfb_cipher()
|
/external/cronet/tot/third_party/boringssl/src/decrepit/blowfish/ |
D | blowfish.cc | 561 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_init_key() 568 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_ecb_cipher() 583 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cbc_cipher() 590 BF_KEY *bf_key = reinterpret_cast<BF_KEY *>(ctx->cipher_data); in bf_cfb_cipher()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/decrepit/blowfish/ |
D | blowfish.c | 559 BF_KEY *bf_key = ctx->cipher_data; in bf_init_key() 566 BF_KEY *bf_key = ctx->cipher_data; in bf_ecb_cipher() 581 BF_KEY *bf_key = ctx->cipher_data; in bf_cbc_cipher() 588 BF_KEY *bf_key = ctx->cipher_data; in bf_cfb_cipher()
|
/external/cronet/tot/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | cipher.cc.inc | 89 OPENSSL_free(c->cipher_data); 116 if (in->cipher_data && in->cipher->ctx_size) { 117 out->cipher_data = OPENSSL_memdup(in->cipher_data, in->cipher->ctx_size); 118 if (!out->cipher_data) { 164 ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size); 165 if (!ctx->cipher_data) { 170 ctx->cipher_data = NULL;
|
/external/cronet/stable/third_party/boringssl/src/crypto/fipsmodule/cipher/ |
D | cipher.cc.inc | 89 OPENSSL_free(c->cipher_data); 116 if (in->cipher_data && in->cipher->ctx_size) { 117 out->cipher_data = OPENSSL_memdup(in->cipher_data, in->cipher->ctx_size); 118 if (!out->cipher_data) { 164 ctx->cipher_data = OPENSSL_malloc(ctx->cipher->ctx_size); 165 if (!ctx->cipher_data) { 170 ctx->cipher_data = NULL;
|