Home
last modified time | relevance | path

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

/openssl/engines/
H A De_devcrypto.c106 struct cipher_ctx { struct
107 session_op_t sess;
108 int op; /* COP_ENCRYPT or COP_DECRYPT */
109 unsigned long mode; /* EVP_CIPH_*_MODE */
112 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
113 unsigned int blocksize, num;
208 struct cipher_ctx *cipher_ctx = in cipher_init() local
244 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
325 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
365 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
[all …]
/openssl/include/internal/
H A Dquic_wire_pkt.h160 EVP_CIPHER_CTX *cipher_ctx; member
/openssl/include/crypto/
H A Dmodes.h229 EVP_CIPHER_CTX *cipher_ctx; member

Completed in 12 milliseconds