TuyaOS
Public 成员函数
psa_drv_se_key_derivation_t结构体 参考

A struct containing all of the function pointers needed to for secure element key derivation and agreement 更多...

#include <crypto_se_driver.h>

Public 成员函数

size_t MBEDTLS_PRIVATE (context_size)
 
psa_drv_se_key_derivation_collateral_t MBEDTLS_PRIVATE (p_collateral)
 
psa_drv_se_key_derivation_derive_t MBEDTLS_PRIVATE (p_derive)
 
psa_drv_se_key_derivation_export_t MBEDTLS_PRIVATE (p_export)
 
psa_drv_se_key_derivation_setup_t MBEDTLS_PRIVATE (p_setup)
 

详细描述

A struct containing all of the function pointers needed to for secure element key derivation and agreement

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/5]

size_t psa_drv_se_key_derivation_t::MBEDTLS_PRIVATE ( context_size  )

The driver-specific size of the key derivation context

◆ MBEDTLS_PRIVATE() [2/5]

psa_drv_se_key_derivation_collateral_t psa_drv_se_key_derivation_t::MBEDTLS_PRIVATE ( p_collateral  )

Function that sets key derivation collateral

◆ MBEDTLS_PRIVATE() [3/5]

psa_drv_se_key_derivation_derive_t psa_drv_se_key_derivation_t::MBEDTLS_PRIVATE ( p_derive  )

Function that performs a final key derivation step

◆ MBEDTLS_PRIVATE() [4/5]

psa_drv_se_key_derivation_export_t psa_drv_se_key_derivation_t::MBEDTLS_PRIVATE ( p_export  )

Function that perforsm a final key derivation or agreement and exports the key

◆ MBEDTLS_PRIVATE() [5/5]

psa_drv_se_key_derivation_setup_t psa_drv_se_key_derivation_t::MBEDTLS_PRIVATE ( p_setup  )

Function that performs a key derivation setup


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