Home
last modified time | relevance | path

Searched refs:TEE_ECC_CURVE_NIST_P192 (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/drivers/crypto/se050/core/
H A Decc.c77 case TEE_ECC_CURVE_NIST_P192: in cipher_tee2se050()
92 case TEE_ECC_CURVE_NIST_P192: in curve_tee2se050()
112 return TEE_ECC_CURVE_NIST_P192; in curve_se0502tee()
138 case TEE_ECC_CURVE_NIST_P192: in ecc_get_key_size()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c20 case TEE_ECC_CURVE_NIST_P192: in get_ecc_key_size_bytes()
50 case TEE_ECC_CURVE_NIST_P192: in get_ecc_key_size_bits()
/optee_os/lib/libmbedtls/core/
H A Decc.c51 case TEE_ECC_CURVE_NIST_P192: in ecc_get_keysize()
90 case TEE_ECC_CURVE_NIST_P192: in curve_to_group_id()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h495 #define TEE_ECC_CURVE_NIST_P192 0x00000001 macro
/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_ecc.c129 tee_curve < CAAM_ECC_MAX + TEE_ECC_CURVE_NIST_P192) { in get_caam_curve()
134 caam_curve = tee_curve - TEE_ECC_CURVE_NIST_P192 in get_caam_curve()
/optee_os/core/lib/libtomcrypt/
H A Decc.c50 case TEE_ECC_CURVE_NIST_P192: in ecc_get_curve_info()
/optee_os/core/drivers/crypto/stm32/
H A Decc.c47 case TEE_ECC_CURVE_NIST_P192: in curve_to_pka_cid()
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c288 ECC_CURVE(TEE_ECC_CURVE_NIST_P192, 192, prime192v1),
H A Dpkcs11_attributes.c971 case TEE_ECC_CURVE_NIST_P192: in create_ec_priv_key_hidden_attributes()
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.c308 .id = TEE_ECC_CURVE_NIST_P192,
/optee_os/core/tee/
H A Dtee_svc_cryp.c1867 case TEE_ECC_CURVE_NIST_P192: in get_ec_key_size()
3792 case TEE_ECC_CURVE_NIST_P192: in syscall_cryp_derive_key()
/optee_os/lib/libutee/
H A Dtee_api_operations.c2676 element == TEE_ECC_CURVE_NIST_P192) in TEE_IsAlgorithmSupported()