Home
last modified time | relevance | path

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

/mbedtls-3.7.0/scripts/mbedtls_dev/
Dc_wrapper_generator.py237 wrapper: WrapperInfo,
246 wrapper.wrapper_name)
254 num, wrapper.argument_names[num], function.arguments[num])
268 wrapper = self._wrapper_info(function)
269 if wrapper is None:
275 if wrapper.guard is not None:
276 out.write('#if {}\n'.format(wrapper.guard))
277 self._write_function_prototype(out, function, wrapper, False)
279 self._write_function_body(out, function, wrapper.argument_names)
281 if wrapper.guard is not None:
[all …]
/mbedtls-3.7.0/tests/suites/
Dtest_suite_random.data16 Generate random twice with PSA classic wrapper
25 #PSA classic wrapper: PSA not active
28 PSA classic wrapper: 0 bytes
31 PSA classic wrapper: 1 byte
34 PSA classic wrapper: 256 bytes
41 PSA classic wrapper: external RNG large
45 PSA classic wrapper: CTR_DRBG max
49 PSA classic wrapper: HMAC_DRBG max
53 PSA classic wrapper: ECDSA signature (SECP256R1)
Dmain_test.function122 * A test function wrapper decodes the parameters and passes them to the
123 * underlying test function. Both the wrapper and the underlying function
128 * which the wrapper casts to the correct type and
129 * dereferences. Each wrapper function hard-codes the
152 * It will be decoded by the #TestWrapper_t wrapper function.
Dtest_suite_ecp.data562 ECP gen keypair wrapper
/mbedtls-3.7.0/docs/
Dpsa-driver-example-and-guide.md22wrapper layer). For each cryptographic operation that supports driver acceleration (or sub-part of…
25 …aining operations which do not yet support auto-generation of the driver wrapper, developers will …
27wrapper is supported for the operation entry points specified in the table below. Certain operatio…
77wrapper functions. For the entry points that have driver wrapper auto-generation implemented, the …
79 …unction has been provided then ensure it has the same signature as the driver wrapper function.** \
80 …th the entry point name. It should have the same signature as the driver wrapper function. The pur…
86 **6. Modify the driver wrapper function** \
87 Each driver wrapper function contains a `switch` statement which checks the location of the key. If…
92 The diagram below shows the layout of a driver wrapper function which can dispatch to two transpare…
123 …PSA macros, such as determining the key type or number of bits, must be done in the driver wrapper.
[all …]
D3.0-migration-guide.md616 ### Remove wrapper for libpkcs11-helper
/mbedtls-3.7.0/tests/scripts/
Daudit-validity-dates.py116 def wrapper(data: bytes): function
130 wrapper.__name__ = "{}.parser[{}]".format(type(self).__name__, tag)
131 return wrapper
Dlist-identifiers.sh49 use. It is a thin wrapper around list_internal_identifiers.py.
Dgenerate_test_code.py330 wrapper = '''
340 return wrapper
/mbedtls-3.7.0/docs/proposed/
Dpsa-driver-wrappers-codegen-migration-guide.md33 (4) While the complete driver wrapper templating support is yet to come in, if the library user see…
/mbedtls-3.7.0/docs/architecture/
Dpsa-shared-memory.md363 These issues may be solved by creating some kind of test wrapper around every PSA function call tha…
640 In order to implement transparent memory poisoning we require a wrapper around all PSA function cal…
642 The easiest way to do this is to create wrapper functions that poison the memory and then `#define`…
/mbedtls-3.7.0/docs/architecture/psa-migration/
Dstrategy.md138 - Provide a new definition (conditionally on `USE_PSA_CRYPTO`) of wrapper
/mbedtls-3.7.0/
DChangeLog874 * The PSA driver wrapper generator generate_driver_wrappers.py now
1641 * Remove PKCS#11 library wrapper. PKCS#11 has limited functionality,
1644 More details on PCKS#11 wrapper removal can be found in the mailing list
2485 * Deprecate for MBEDTLS_PKCS11_C, the wrapper around the pkcs11-helper
5346 instead of the x509parse_crt() wrapper that can also parse PEM
5535 instead of the x509parse_crt() wrapper that can also parse PEM
5784 + Added generic message digest and cipher wrapper
5960 * Preliminary openssl wrapper contributed by David Barrett