Searched defs:cipher_ctx (Results 1 – 14 of 14) sorted by relevance
105 struct cipher_ctx { struct106 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() local243 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local324 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local364 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local[all …]
89 mbedtls_cipher_context_t cipher_ctx; in main() local
143 pub mod cipher_ctx; module
188 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()
135 mbedtls_cipher_context_t cipher_ctx; in mbedtls_pkcs5_pbes2() local
150 mbedtls_cipher_context_t cipher_ctx; in mbedtls_pkcs12_pbe() local
299 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()
221 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()
241 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()
216 EVP_CIPHER_CTX *cipher_ctx; member
1393 ngtcp2_conn *conn, ngtcp2_crypto_cipher_ctx *cipher_ctx, void *user_data) { in ngtcp2_crypto_delete_crypto_cipher_ctx_cb()
424 ngtcp2_crypto_cipher_ctx *cipher_ctx) { in conn_call_delete_crypto_cipher_ctx()