Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmxsimage.c177 EVP_CIPHER_CTX *cipher_ctx; member
217 ictx->cipher_ctx = ctx; in sb_aes_init()
225 EVP_CIPHER_CTX *ctx = ictx->cipher_ctx; in sb_aes_crypt()
256 EVP_CIPHER_CTX *ctx = ictx->cipher_ctx; in sb_aes_reinit()
434 sb_aes_deinit(ictx->cipher_ctx); in sb_encrypt_image()
2122 sb_aes_deinit(ictx->cipher_ctx); in sb_build_tree_from_img()