TF-M Reference Manual  1.2.0
TrustedFirmware-M
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
crypto_cipher.c File Reference
#include <stddef.h>
#include <stdint.h>
#include "tfm_mbedcrypto_include.h"
#include "tfm_crypto_api.h"
#include "tfm_crypto_defs.h"
#include "tfm_crypto_private.h"
Include dependency graph for crypto_cipher.c:

Go to the source code of this file.

Functions

psa_status_t tfm_crypto_cipher_generate_iv (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_set_iv (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_encrypt_setup (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_decrypt_setup (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_update (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_finish (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_abort (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_encrypt (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)
 
psa_status_t tfm_crypto_cipher_decrypt (psa_invec in_vec[], size_t in_len, psa_outvec out_vec[], size_t out_len)