Skip to main content

TEE_IsAlgorithmSupported

Function TEE_IsAlgorithmSupported 

Source
#[unsafe(no_mangle)]
pub extern "C" fn TEE_IsAlgorithmSupported( alg: u32, element: u32, ) -> u32
Expand description

检查算法是否受支持

§参数

  • alg - 算法标识符
  • element - 算法元素(如椭圆曲线)

§返回值

  • TEE_SUCCESS - 算法受支持
  • TEE_ERROR_NOT_SUPPORTED - 算法不受支持