Home
last modified time | relevance | path

Searched refs:room (Results 1 – 8 of 8) sorted by relevance

/mbedtls-3.6.0/library/
Dpsa_crypto_rsa.c426 int room = klen - 2 - hlen; in rsa_pss_expected_salt_len() local
427 if (room < 0) { in rsa_pss_expected_salt_len()
429 } else if (room > hlen) { in rsa_pss_expected_salt_len()
432 return room; in rsa_pss_expected_salt_len()
/mbedtls-3.6.0/docs/architecture/testing/
Dtest-framework.md20 …Rationale: 66 characters is what our various tools assume (leaving room for 14 more characters on …
/mbedtls-3.6.0/tests/suites/
Dtest_suite_ssl_decrypt.function79 * enough room for a MAC. */
Dtest_suite_pkcs1_v21.data1285 RSASSA-PSS Sign. RSA-528 SHA-512: Salt Len. 0, only room for empty salt
1289 RSASSA-PSS Sign. RSA-528 SHA-512: Salt Len. 1, only room for empty salt
Dtest_suite_psa_crypto_slot_management.function885 * is removed from the RAM key slots. This makes room to store its
Dtest_suite_bignum_core.function1077 /* Allocate an MPI with room for wanted_bytes plus extra_limbs.
/mbedtls-3.6.0/docs/architecture/
Dmbed-crypto-storage-specification.md164 …ngly non-uniform. For example, if we want to store non-key files, we have room in different ranges…
Dpsa-storage-resilience.md161 … point is potentially problematic because some secure elements don't have room to store key attrib…