Searched refs:wrapper (Results 1 – 11 of 11) sorted by relevance
16 Generate random twice with PSA classic wrapper25 #PSA classic wrapper: PSA not active28 PSA classic wrapper: 0 bytes31 PSA classic wrapper: 1 byte34 PSA classic wrapper: 256 bytes41 PSA classic wrapper: external RNG large45 PSA classic wrapper: CTR_DRBG max49 PSA classic wrapper: HMAC_DRBG max53 PSA classic wrapper: ECDSA signature (SECP256R1)
122 * A test function wrapper decodes the parameters and passes them to the123 * underlying test function. Both the wrapper and the underlying function128 * which the wrapper casts to the correct type and129 * dereferences. Each wrapper function hard-codes the152 * It will be decoded by the #TestWrapper_t wrapper function.
562 ECP gen keypair wrapper
22 …wrapper 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 …27 …wrapper is supported for the operation entry points specified in the table below. Certain operatio…77 …wrapper 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 …]
616 ### Remove wrapper for libpkcs11-helper
116 def wrapper(data: bytes): function130 wrapper.__name__ = "{}.parser[{}]".format(type(self).__name__, tag)131 return wrapper
49 use. It is a thin wrapper around list_internal_identifiers.py.
33 (4) While the complete driver wrapper templating support is yet to come in, if the library user see…
363 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`…
138 - Provide a new definition (conditionally on `USE_PSA_CRYPTO`) of wrapper
1069 * The PSA driver wrapper generator generate_driver_wrappers.py now1836 * Remove PKCS#11 library wrapper. PKCS#11 has limited functionality,1839 More details on PCKS#11 wrapper removal can be found in the mailing list2680 * Deprecate for MBEDTLS_PKCS11_C, the wrapper around the pkcs11-helper5541 instead of the x509parse_crt() wrapper that can also parse PEM5730 instead of the x509parse_crt() wrapper that can also parse PEM5979 + Added generic message digest and cipher wrapper6155 * Preliminary openssl wrapper contributed by David Barrett