Home
last modified time | relevance | path

Searched refs:family (Results 1 – 13 of 13) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_extra.h1060 psa_pake_family_t family; member
1879 return PSA_PAKE_PRIMITIVE(cipher_suite->type, cipher_suite->family, in psa_pake_cs_get_primitive()
1888 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive()
1895 return cipher_suite->family; in psa_pake_cs_get_family()
H A Dcrypto_values.h593 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) argument
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dpsa_util.h102 mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family,
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util.c262 mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family, in mbedtls_ecc_group_from_psa() argument
265 switch (family) { in mbedtls_ecc_group_from_psa()
H A Dpsa_crypto_ecp.c40 static int check_ecc_parameters(psa_ecc_family_t family, size_t *bits) in check_ecc_parameters() argument
42 switch (family) { in check_ecc_parameters()
H A Dpk.c464 psa_ecc_family_t family = pk->ec_family; in mbedtls_pk_get_psa_attributes() local
474 psa_ecc_family_t family = in mbedtls_pk_get_psa_attributes() local
505 PSA_KEY_TYPE_ECC_KEY_PAIR(family) : in mbedtls_pk_get_psa_attributes()
506 PSA_KEY_TYPE_ECC_PUBLIC_KEY(family))); in mbedtls_pk_get_psa_attributes()
H A Dpsa_crypto_pake.c226 cipher_suite.family != PSA_ECC_FAMILY_SECP_R1 || in mbedtls_psa_pake_setup()
H A Dpsa_crypto.c8712 cipher_suite->family, cipher_suite->bits); in psa_pake_setup()
/optee_os/
H A DMAINTAINERS157 Hisilicon Hi3519AV100 family
192 NXP (Freescale) i.MX family
/optee_os/core/arch/arm/dts/
H A Dsama5d2.dtsi3 * sama5d2.dtsi - Device Tree Include file for SAMA5D2 family SoC
17 model = "Atmel SAMA5D2 family SoC";
H A Dsama7g5.dtsi3 * sama7g5.dtsi - Device Tree Include file for SAMA7G5 family SoC
19 model = "Microchip SAMA7G5 family SoC";
H A Dfsl-lx2160a.dtsi3 // Device Tree Include file for Layerscape-LX2160A family SoC.
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog765 * Add SHA-3 family hash functions.
2007 * The library now uses the %zu format specifier with the printf() family of
2900 a curve family and the key size determines the exact curve (for example,
3928 algorithms family when encrypting private keys using PKCS#5 v2.0.
6262 Base64, MPI, SHA-family, MD-family, HMAC-SHA-family,