Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/engines/
H A De_devcrypto.c107 struct cipher_ctx { struct
108 session_op_t sess;
109 int op; /* COP_ENCRYPT or COP_DECRYPT */
110 unsigned long mode; /* EVP_CIPH_*_MODE */
113 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
114 unsigned int blocksize, num;
209 struct cipher_ctx *cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_init() local
240 struct cipher_ctx *cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_do_cipher() local
320 struct cipher_ctx *cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in ctr_do_cipher() local
360 struct cipher_ctx *cipher_ctx = (struct cipher_ctx *)EVP_CIPHER_CTX_get_cipher_data(ctx); in cipher_ctrl() local
[all …]
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h160 EVP_CIPHER_CTX *cipher_ctx; member
/freebsd/crypto/openssl/include/crypto/
H A Dmodes.h224 EVP_CIPHER_CTX *cipher_ctx; member