Home
last modified time | relevance | path

Searched defs:cipher_ctx (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/engines/
De_devcrypto.c105 struct cipher_ctx { struct
106 session_op_t sess;
107 int op; /* COP_ENCRYPT or COP_DECRYPT */
108 unsigned long mode; /* EVP_CIPH_*_MODE */
111 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
112 unsigned int blocksize, num;
207 struct cipher_ctx *cipher_ctx = in cipher_init() local
243 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
324 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
364 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
[all …]
/third_party/node/deps/openssl/openssl/engines/
De_devcrypto.c105 struct cipher_ctx { struct
106 session_op_t sess;
107 int op; /* COP_ENCRYPT or COP_DECRYPT */
108 unsigned long mode; /* EVP_CIPH_*_MODE */
111 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
112 unsigned int blocksize, num;
207 struct cipher_ctx *cipher_ctx = in cipher_init() local
243 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
324 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
364 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
[all …]
/third_party/mbedtls/programs/aes/
Dcrypt_and_hash.c89 mbedtls_cipher_context_t cipher_ctx; in main() local
/third_party/rust/crates/rust-openssl/openssl/src/
Dlib.rs143 pub mod cipher_ctx; module
/third_party/node/deps/ngtcp2/ngtcp2/crypto/wolfssl/
Dwolfssl.c188 int ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, in ngtcp2_crypto_cipher_ctx_encrypt_init()
203 void ngtcp2_crypto_cipher_ctx_free(ngtcp2_crypto_cipher_ctx *cipher_ctx) { in ngtcp2_crypto_cipher_ctx_free()
/third_party/mbedtls/library/
Dpkcs5.c135 mbedtls_cipher_context_t cipher_ctx; in mbedtls_pkcs5_pbes2() local
Dpkcs12.c150 mbedtls_cipher_context_t cipher_ctx; in mbedtls_pkcs12_pbe() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c299 int ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, in ngtcp2_crypto_cipher_ctx_encrypt_init()
319 void ngtcp2_crypto_cipher_ctx_free(ngtcp2_crypto_cipher_ctx *cipher_ctx) { in ngtcp2_crypto_cipher_ctx_free()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/picotls/
Dpicotls.c221 int ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, in ngtcp2_crypto_cipher_ctx_encrypt_init()
236 void ngtcp2_crypto_cipher_ctx_free(ngtcp2_crypto_cipher_ctx *cipher_ctx) { in ngtcp2_crypto_cipher_ctx_free()
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
Dboringssl.c241 int ngtcp2_crypto_cipher_ctx_encrypt_init(ngtcp2_crypto_cipher_ctx *cipher_ctx, in ngtcp2_crypto_cipher_ctx_encrypt_init()
275 void ngtcp2_crypto_cipher_ctx_free(ngtcp2_crypto_cipher_ctx *cipher_ctx) { in ngtcp2_crypto_cipher_ctx_free()
/third_party/openssl/include/crypto/
Dmodes.h216 EVP_CIPHER_CTX *cipher_ctx; member
/third_party/node/deps/openssl/openssl/include/crypto/
Dmodes.h216 EVP_CIPHER_CTX *cipher_ctx; member
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
Dshared.c1393 ngtcp2_conn *conn, ngtcp2_crypto_cipher_ctx *cipher_ctx, void *user_data) { in ngtcp2_crypto_delete_crypto_cipher_ctx_cb()
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_conn.c424 ngtcp2_crypto_cipher_ctx *cipher_ctx) { in conn_call_delete_crypto_cipher_ctx()