Home
last modified time | relevance | path

Searched refs:inner_cipher_data (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/engines/
H A De_dasync.c163 void *inner_cipher_data; member
638 void *inner_cipher_data = OPENSSL_malloc(sz); in dasync_cipher_ctrl_helper() local
640 if (inner_cipher_data == NULL) in dasync_cipher_ctrl_helper()
642 memcpy(inner_cipher_data, pipe_ctx->inner_cipher_data, sz); in dasync_cipher_ctrl_helper()
643 pipe_ctx->inner_cipher_data = inner_cipher_data; in dasync_cipher_ctrl_helper()
664 EVP_CIPHER_CTX_set_cipher_data(ctx, pipe_ctx->inner_cipher_data); in dasync_cipher_ctrl_helper()
715 if (pipe_ctx->inner_cipher_data == NULL in dasync_cipher_init_key_helper()
717 pipe_ctx->inner_cipher_data = OPENSSL_zalloc( in dasync_cipher_init_key_helper()
719 if (pipe_ctx->inner_cipher_data == NULL) in dasync_cipher_init_key_helper()
726 EVP_CIPHER_CTX_set_cipher_data(ctx, pipe_ctx->inner_cipher_data); in dasync_cipher_init_key_helper()
[all …]