Home
last modified time | relevance | path

Searched refs:internal (Results 1 – 22 of 22) sorted by relevance

/mbedtls-development/library/
A Dpsa_crypto_se.c68 psa_drv_se_internal_context_t internal; member
133 if( driver->u.internal.persistent_data_size > UINT32_MAX ) in psa_get_se_driver_its_file_uid()
162 driver->u.internal.persistent_data, in psa_load_se_persistent_data()
181 driver->u.internal.persistent_data, in psa_save_se_persistent_data()
242 driver->u.internal.persistent_data, in psa_find_se_slot_for_key()
267 driver->u.internal.persistent_data, in psa_destroy_se_key()
286 driver->u.internal.persistent_data, in psa_init_all_se_drivers()
339 driver_table[i].u.internal.persistent_data_size = in psa_register_se_driver()
344 driver_table[i].u.internal.persistent_data = in psa_register_se_driver()
346 if( driver_table[i].u.internal.persistent_data == NULL ) in psa_register_se_driver()
[all …]
/mbedtls-development/tests/scripts/
A Dlist-identifiers.sh39 -i|--internal)
57 Sorry, this script has to be called with --internal.
60 iteration of list-identifiers.sh, of which only the --internal option remains in
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md32 ### Reliance on internal details
73 In unit test code that needs to modify the internal behavior:
125 Sometimes it is useful to peek or poke internal data.
127 * Check consistency of internal data (e.g. output of key generation).
162internal interfaces, mostly intended for cross-module abstraction leakage rather than for testing.…
178internal interfaces need to be used correctly. We may accidentally rely on internal details in the…
184 | Coverage | ~ Many useful tests require additional internal interfaces |
189 | | ~ Doesn't work if the users rewrite an internal module |
218 | | ~ Doesn't work if the users rewrite an internal module |
330 Solution ([internal interface](#internal-interfaces)): call `psa_its` functions to modify the stora…
[all …]
/mbedtls-development/docs/architecture/
A Dmbed-crypto-storage-specification.md41 The code uses the following constant in an internal header (note that despite the name, this value …
131 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t…
160 …-bit owner, with a nonzero value, and thus reserve the range 0–0xffffffff for internal library use.
215 * Files 0xffff0000 through 0xffffffff: reserved for internal use of the crypto library or crypto se…
226 * Files 0xffff0000 through 0xffffffff: reserved for internal use of the crypto library or crypto se…
231 File identifiers in the range 0xffff0000 through 0xffffffff are reserved for internal use in Mbed C…
272 * key identifier (4 bytes in a library integration, 8 bytes on a PSA platform): the internal repres…
A Dpsa-crypto-implementation-structure.md60 Key creation implementation in Mbed TLS PSA core is articulated around three internal functions: ps…
A Dtls13-experimental.md242 internal to C modules.
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal.data150 Key registration: invalid lifetime (volatile internal storage)
153 Key registration: invalid lifetime (internal storage)
A Dtest_suite_entropy.function52 * are internal changes to how entropy sources are registered.
477 // Determine what should have happened with manual entropy internal logic
A Dtest_suite_psa_crypto_persistent_key.function4 * access internal key storage functions directly. Some of the tests depend
A Dtest_suite_x509write.function51 /* Note: this can't happen except after an internal error */
A Dtest_suite_md.function23 * indeed do the right thing whould require messing with the internal
A Dtest_suite_cipher.function16 /* Check the internal consistency of a cipher info structure, and
A Dtest_suite_x509parse.data1480 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, inv internal bitstring length)
1484 X509 CRT ASN1 (TBS, inv SubPubKeyInfo, inv internal bitstring tag)
A Dtest_suite_ssl.function451 * The capacites of the internal buffers are set to \p bufsize. Setting this to
/mbedtls-development/docs/
A Duse-psa-crypto.md33 Some of these APIs are mostly meant for internal use by the TLS (and X.509)
111 All of these internal changes are active as soon as `MBEDTLS_USE_PSA_CRYPTO`
A D3.0-migration-guide.md466 configuration options) may have their own internal and are free to ignore the
494 were documented as internal, despite being in the public include directory.
/mbedtls-development/
A DREADME.md263 * The API distinguishes caller memory from internal memory, which allows the library to be implemen…
264 * The structure of internal data is hidden to the application, which allows substituting alternativ…
A DChangeLog27 * Move internal headers.
28 Header files that were only meant for the library's internal use and
404 effect on Mbed TLS's internal use of mbedtls_mpi_gcd(), but may affect
481 as always 0. It is now reserved for internal purposes and may take
533 * Fix an errorneous estimation for an internal buffer in
1152 structures, which was exposed only in an internal header.
1802 targeting an internal MD/SHA buffer. With TLS or if
1955 chosen by the server. This could lead to corruption of internal data
1973 internal message buffers.
2484 This involved exposing parts of the internal interface to enable
[all …]
A DCMakeLists.txt114 #mklink is an internal command of cmd.exe it can only work with \
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md344 * The size of the key data buffer `key_buffer` is sufficient for the internal representation of the…
527 …supply entropy to the driver. The driver must mix this entropy into its internal state. The driver…
613 …esent application keys as wrapped key material, but built-in keys by an internal identifier that t…
692 * `"allocate_key"`: this function obtains an internal identifier for the key. This may be, for exam…
693 * `"destroy_key"`: this function invalidates the internal identifier and destroys the associated ke…
707 …er's `"allocate_key"` entry point. This function typically allocates an internal identifier for th…
722 …nd is not accessible to drivers. Some typical strategies to allocate an internal key identifier ar…
A Dpsa-conditional-inclusion-c.md156 #### Visibility of internal symbols
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile371 # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal
432 # that is typed after a \internal command is included. If the tag is set
434 # Set it to YES to include the internal documentation.

Completed in 38 milliseconds