Home
last modified time | relevance | path

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

/optee_os/core/pta/veraison_attestation/
H A Dsign.c125 key->curve = TEE_ECC_CURVE_NIST_P256; in generate_key()
144 pubkey->curve = TEE_ECC_CURVE_NIST_P256; in generate_key()
/optee_os/core/drivers/crypto/se050/core/
H A Decc.c79 case TEE_ECC_CURVE_NIST_P256: in cipher_tee2se050()
96 case TEE_ECC_CURVE_NIST_P256: in curve_tee2se050()
116 return TEE_ECC_CURVE_NIST_P256; in curve_se0502tee()
146 case TEE_ECC_CURVE_NIST_P256: in ecc_get_key_size()
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Decc.c26 case TEE_ECC_CURVE_NIST_P256: in get_ecc_key_size_bytes()
52 case TEE_ECC_CURVE_NIST_P256: in get_ecc_key_size_bits()
/optee_os/lib/libmbedtls/core/
H A Decc.c59 case TEE_ECC_CURVE_NIST_P256: in ecc_get_keysize()
94 case TEE_ECC_CURVE_NIST_P256: in curve_to_group_id()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h497 #define TEE_ECC_CURVE_NIST_P256 0x00000003 macro
/optee_os/core/lib/libtomcrypt/
H A Decc.c66 case TEE_ECC_CURVE_NIST_P256: in ecc_get_curve_info()
/optee_os/core/drivers/crypto/stm32/
H A Decc.c53 case TEE_ECC_CURVE_NIST_P256: in curve_to_pka_cid()
/optee_os/ta/pkcs11/src/
H A Dprocessing_ec.c290 ECC_CURVE(TEE_ECC_CURVE_NIST_P256, 256, prime256v1),
H A Dpkcs11_attributes.c977 case TEE_ECC_CURVE_NIST_P256: in create_ec_priv_key_hidden_attributes()
/optee_os/core/drivers/crypto/hisilicon/
H A Dhpre_ecc.c328 .id = TEE_ECC_CURVE_NIST_P256,
/optee_os/core/tee/
H A Dtee_svc_cryp.c1873 case TEE_ECC_CURVE_NIST_P256: in get_ec_key_size()
3798 case TEE_ECC_CURVE_NIST_P256: in syscall_cryp_derive_key()
/optee_os/lib/libutee/
H A Dtee_api_operations.c2688 element == TEE_ECC_CURVE_NIST_P256) in TEE_IsAlgorithmSupported()