Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/engine/
H A Deng_devcrypto.c59 struct cipher_ctx { struct
60 struct session_op sess;
61 int op; /* COP_ENCRYPT or COP_DECRYPT */
62 unsigned long mode; /* EVP_CIPH_*_MODE */
65 unsigned char partial[EVP_MAX_BLOCK_LENGTH];
66 unsigned int blocksize, num;
152 struct cipher_ctx *cipher_ctx = in cipher_init() local
179 struct cipher_ctx *cipher_ctx = in cipher_do_cipher() local
260 struct cipher_ctx *cipher_ctx = in ctr_do_cipher() local
300 struct cipher_ctx *cipher_ctx = in cipher_ctrl() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Dmodes.h216 EVP_CIPHER_CTX *cipher_ctx; member