TuyaOS
Public 成员函数

A struct containing all of the function pointers needed to implement secure element Authenticated Encryption with Additional Data operations 更多...

#include <crypto_se_driver.h>

Public 成员函数

psa_drv_se_aead_decrypt_t MBEDTLS_PRIVATE (p_decrypt)
 
psa_drv_se_aead_encrypt_t MBEDTLS_PRIVATE (p_encrypt)
 

详细描述

A struct containing all of the function pointers needed to implement secure element Authenticated Encryption with Additional Data operations

PSA Crypto API implementations should populate instances of the table as appropriate upon startup.

If one of the functions is not implemented, it should be set to NULL.

成员函数说明

◆ MBEDTLS_PRIVATE() [1/2]

psa_drv_se_aead_decrypt_t psa_drv_se_aead_t::MBEDTLS_PRIVATE ( p_decrypt  )

Function that performs the AEAD decrypt operation

◆ MBEDTLS_PRIVATE() [2/2]

psa_drv_se_aead_encrypt_t psa_drv_se_aead_t::MBEDTLS_PRIVATE ( p_encrypt  )

Function that performs the AEAD encrypt operation


该结构体的文档由以下文件生成: