Searched refs:family (Results 1 – 17 of 17) sorted by relevance
/mbedtls-3.6.0/tests/suites/ |
D | test_suite_psa_crypto_metadata.data | 400 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
|
D | test_suite_shax.function | 154 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);
|
D | test_suite_platform_printf.data | 2 # the printf function family, and they exercise the passing of integers
|
D | test_suite_psa_crypto_pake.data | 13 PSA PAKE: invalid primitive family
|
D | test_suite_psa_crypto_se_driver_hal.function | 99 /* Return the exact bit size given a curve family and a byte length. */
|
D | test_suite_psa_crypto.data | 1082 PSA key policy: asymmetric signature, wrong alg family (PSS std/any salt) 1086 PSA key policy: asymmetric signature, wrong alg family (PSS any/std salt) 1090 PSA key policy: asymmetric signature, wrong alg family (RSA v15/PSS) 1094 PSA key policy: asymmetric signature, wildcard in policy, wrong alg family 1134 PSA key policy: msg asymmetric signature, wrong alg family (PSS std/any salt) 1138 PSA key policy: msg asymmetric signature, wrong alg family (PSS any/std salt) 1142 PSA key policy: msg asymmetric signature, wrong alg family (RSA v15/PSS) 1146 PSA key policy: msg asymmetric signature, wildcard in policy, wrong alg family
|
/mbedtls-3.6.0/include/psa/ |
D | crypto_extra.h | 1851 psa_pake_family_t family; member 1876 return PSA_PAKE_PRIMITIVE(cipher_suite->type, cipher_suite->family, in psa_pake_cs_get_primitive() 1885 cipher_suite->family = (psa_pake_family_t) (0xFF & (primitive >> 16)); in psa_pake_cs_set_primitive() 1892 return cipher_suite->family; in psa_pake_cs_get_family()
|
D | crypto_values.h | 588 #define PSA_ECC_FAMILY_IS_WEIERSTRASS(family) ((family & 0xc0) == 0) argument
|
/mbedtls-3.6.0/scripts/mbedtls_dev/ |
D | crypto_knowledge.py | 59 def from_family(family: str) -> 'EllipticCurveCategory': 60 if family == 'PSA_ECC_FAMILY_MONTGOMERY': 62 if family == 'PSA_ECC_FAMILY_TWISTED_EDWARDS':
|
/mbedtls-3.6.0/docs/proposed/ |
D | psa-driver-interface.md | 81 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 …]
|
D | psa-conditional-inclusion-c.md | 100 … fact that it is very common to wish to include only certain curves in a family, and that can lead…
|
/mbedtls-3.6.0/library/ |
D | psa_crypto_pake.c | 226 cipher_suite.family != PSA_ECC_FAMILY_SECP_R1 || in mbedtls_psa_pake_setup()
|
D | psa_crypto.c | 7719 cipher_suite->family, cipher_suite->bits);
|
/mbedtls-3.6.0/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 119 … ECC curve or DH group family that is not part of a current or upcoming PSA standard, define a ven…
|
/mbedtls-3.6.0/docs/ |
D | driver-only-builds.md | 62 in the "Limitations" sub-sections of the sections dedicated to each family
|
/mbedtls-3.6.0/docs/architecture/psa-migration/ |
D | strategy.md | 333 `MBEDTLS_MD_CAN_xxx` family. For ECC algorithms, we have similar
|
/mbedtls-3.6.0/ |
D | ChangeLog | 117 * Add SHA-3 family hash functions. 1359 * The library now uses the %zu format specifier with the printf() family of 2252 a curve family and the key size determines the exact curve (for example, 3280 algorithms family when encrypting private keys using PKCS#5 v2.0. 5614 Base64, MPI, SHA-family, MD-family, HMAC-SHA-family,
|