Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
Dtest_suite_psa_crypto_metadata.data400 ECC key family: SECP K1
403 ECC key family: SECP R1
406 ECC key family: SECP R2
409 ECC key family: SECT K1
412 ECC key family: SECT R1
415 ECC key family: SECT R2
418 ECC key family: Brainpool P R1
421 ECC key family: Montgomery (Curve25519, Curve448)
424 ECC key family: Twisted Edwards (Ed25519, Ed448)
427 DH group family: RFC 7919
Dtest_suite_shax.function154 void mbedtls_sha3(int family, data_t *in, data_t *hash)
160 TEST_ASSERT(mbedtls_sha3(family, in->x, in->len, output, hash->len) == 0);
193 void mbedtls_sha3_multi(int family, data_t *in, data_t *hash)
202 mbedtls_sha3_starts(&ctx, family);
Dtest_suite_platform_printf.data2 # the printf function family, and they exercise the passing of integers
Dtest_suite_psa_crypto_pake.data13 PSA PAKE: invalid primitive family
Dtest_suite_psa_crypto.data1076 PSA key policy: asymmetric signature, wrong alg family (PSS std/any salt)
1080 PSA key policy: asymmetric signature, wrong alg family (PSS any/std salt)
1084 PSA key policy: asymmetric signature, wrong alg family (RSA v15/PSS)
1088 PSA key policy: asymmetric signature, wildcard in policy, wrong alg family
1128 PSA key policy: msg asymmetric signature, wrong alg family (PSS std/any salt)
1132 PSA key policy: msg asymmetric signature, wrong alg family (PSS any/std salt)
1136 PSA key policy: msg asymmetric signature, wrong alg family (RSA v15/PSS)
1140 PSA key policy: msg asymmetric signature, wildcard in policy, wrong alg family
7822 ECP group ID <-> PSA family - SECP192R1
7826 ECP group ID <-> PSA family - SECP224R1
[all …]
Dtest_suite_pk.data1520 PSA import into PSA: opaque ECC, different family (bad)
1539 PSA import into PSA: opaque ECC to public, different family (bad)
Dtest_suite_psa_crypto_se_driver_hal.function112 /* Return the exact bit size given a curve family and a byte length. */
Dtest_suite_pk.function140 * same family. For simplicity, we only handle a subset of configurations,
Dtest_suite_psa_crypto.function9978 /* Invalid PSA EC family. */
9980 /* Invalid bit-size for a valid EC family. */
/mbedtls-latest/include/psa/
Dcrypto_extra.h1731 psa_pake_family_t family; member
1756 return PSA_PAKE_PRIMITIVE(cipher_suite->type, cipher_suite->family, in psa_pake_cs_get_primitive()
1765 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive()
1772 return cipher_suite->family; in psa_pake_cs_get_family()
Dcrypto_values.h593 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) argument
/mbedtls-latest/library/
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()
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()
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()
Dpsa_crypto_pake.c226 cipher_suite.family != PSA_ECC_FAMILY_SECP_R1 || in mbedtls_psa_pake_setup()
Dpsa_crypto.c8512 cipher_suite->family, cipher_suite->bits);
/mbedtls-latest/docs/proposed/
Dpsa-driver-interface.md81 A list of **capabilities**. Each capability describes a family of functions that the driver impleme…
90 A capability declares a family of functions that the driver implements for a certain class of crypt…
94 …me of a [driver entry point](#driver-entry-points) or driver entry point family. An entry point is…
107 …points"` list either includes the entry point or includes an entry point family that includes the …
185 …ntry points. Refer to the reference section for each entry point or entry point family for details.
201 …s a whole. If a driver supports an entry point family, it must provide all the entry points in the…
240 …ion are grouped into a family. A driver that implements a multi-part operation must define all of …
243 1. The core calls the `xxx_setup` entry point for this operation family. If this fails, the core de…
245 …, the core calls the driver's `xxx_abort` entry point for this operation family, then destroys the…
250 #### Multi-part operation entry point family `"hash_multipart"`
[all …]
Dpsa-conditional-inclusion-c.md100 … fact that it is very common to wish to include only certain curves in a family, and that can lead…
/mbedtls-latest/include/mbedtls/
Dpsa_util.h102 mbedtls_ecp_group_id mbedtls_ecc_group_from_psa(psa_ecc_family_t family,
/mbedtls-latest/docs/
Dpsa-transition.md727 …oup__crypto__types_1gad54c03d3b47020e571a72cd01d978cf2) where `curve` is a curve family identifier.
729 …pto__types_1ga0b6f5d4d5037c54ffa850d8059c32df0) where `curve` is a curve family identifier. A key …
732 A curve is fully determined by a curve family identifier and the private key size in bits. You can …
733 …a99401cf81e164f99) converts from the legacy curve type identifier to PSA curve family and bit-size.
734 …ls__helpers_1ga6243eb619d5b2f5fe4667811adeb8a12) converts from PSA curve family and bit-size to th…
738 | Mbed TLS legacy curve identifier | PSA curve family | Curve bit-size |
762 …pto__types_1gab4f857c4cd56f5fe65ded421e61bcc8c) where `group` is a group family as explained below.
764 …pto__types_1gaa22f0f2ea89b929f2fadc19890cc5d5c) where `group` is a group family as explained below…
766 …e-Hellman with predefined groups. A group is fully determined by a group family identifier and the…
768 | Mbed TLS DH group P value | PSA DH group family | Bit-size |
[all …]
Ddriver-only-builds.md70 For each family listed above, all the mentioned alorithms/key types are also
76 in the "Limitations" sub-sections of the sections dedicated to each family
/mbedtls-latest/docs/architecture/
Dpsa-crypto-implementation-structure.md119 … ECC curve or DH group family that is not part of a current or upcoming PSA standard, define a ven…
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md333 `MBEDTLS_MD_CAN_xxx` family. For ECC algorithms, we have similar
Dpsa-legacy-bridges.md78 …on two topics: metadata and keys. This chapter explores the gaps in each family of cryptographic m…
/mbedtls-latest/
DChangeLog572 * Add SHA-3 family hash functions.
1814 * The library now uses the %zu format specifier with the printf() family of
2707 a curve family and the key size determines the exact curve (for example,
3735 algorithms family when encrypting private keys using PKCS#5 v2.0.
6069 Base64, MPI, SHA-family, MD-family, HMAC-SHA-family,