Lines Matching refs:element
2433 TEE_Result TEE_IsAlgorithmSupported(uint32_t alg, uint32_t element) in TEE_IsAlgorithmSupported() argument
2676 element == TEE_ECC_CURVE_NIST_P192) in TEE_IsAlgorithmSupported()
2682 element == TEE_ECC_CURVE_NIST_P224) in TEE_IsAlgorithmSupported()
2688 element == TEE_ECC_CURVE_NIST_P256) in TEE_IsAlgorithmSupported()
2694 element == TEE_ECC_CURVE_NIST_P384) in TEE_IsAlgorithmSupported()
2700 element == TEE_ECC_CURVE_NIST_P521) in TEE_IsAlgorithmSupported()
2704 if (alg == TEE_ALG_SM2_DSA_SM3 && element == TEE_ECC_CURVE_SM2) in TEE_IsAlgorithmSupported()
2708 if (alg == TEE_ALG_SM2_KEP && element == TEE_ECC_CURVE_SM2) in TEE_IsAlgorithmSupported()
2712 if (alg == TEE_ALG_SM2_PKE && element == TEE_ECC_CURVE_SM2) in TEE_IsAlgorithmSupported()
2716 if (alg == TEE_ALG_X25519 && element == TEE_ECC_CURVE_25519) in TEE_IsAlgorithmSupported()
2720 if (alg == TEE_ALG_ED25519 && element == TEE_ECC_CURVE_25519) in TEE_IsAlgorithmSupported()
2726 if (element == TEE_CRYPTO_ELEMENT_NONE) in TEE_IsAlgorithmSupported()