Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A 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 …]
/freebsd/crypto/openssl/include/crypto/
H A Dmodes.h216 EVP_CIPHER_CTX *cipher_ctx; member