Home
last modified time | relevance | path

Searched refs:opaque (Results 1 – 10 of 10) sorted by relevance

/optee_os/core/lib/zlib/
H A Dzutil.c218 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) in zcalloc() argument
223 (void)opaque; in zcalloc()
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
248 (void)opaque; in zcfree()
281 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) in zcalloc() argument
283 (void)opaque; in zcalloc()
287 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) in zcfree() argument
289 (void)opaque; in zcfree()
306 voidpf ZLIB_INTERNAL zcalloc (opaque, items, size) in zcalloc() argument
307 voidpf opaque; in zcalloc()
[all …]
H A Dzutil.h261 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
263 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
267 (*((strm)->zalloc))((strm)->opaque, (items), (size))
268 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dzlib.h82 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
83 typedef void (*free_func) OF((voidpf opaque, voidpf address));
101 voidpf opaque; /* private data object passed to zalloc and zfree */ member
H A Dinflate.c216 strm->opaque = (voidpf)0;
/optee_os/lib/libmbedtls/mbedtls/include/psa/
H A Dcrypto_platform.h88 uintptr_t MBEDTLS_PRIVATE(opaque)[2];
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dtiming.h30 uint64_t MBEDTLS_PRIVATE(opaque)[4];
/optee_os/core/kernel/
H A Dembedded_ts.c26 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc()
32 static void zfree(void *opaque __unused, void *address) in zfree()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c212 static void *zalloc(void *opaque __unused, unsigned int items, in zalloc()
218 static void zfree(void *opaque __unused, void *address) in zfree()
/optee_os/core/tee/
H A Dtadb.c55 uint8_t opaque[]; member
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog200 called on an opaque key, MBEDTLS_USE_PSA_CRYPTO is enabled,
203 when called on an opaque RSA key, MBEDTLS_USE_PSA_CRYPTO is enabled
274 Use PSA opaque drivers instead.
424 while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque
587 (psa_asymmetric_[en|de]crypt) with opaque keys.
601 mbedtls_pk_encrypt() on non-opaque RSA keys to honor the padding mode in
614 an opaque RSA context and specifying MBEDTLS_PK_RSASSA_PSS as key type.
615 * Fix RSA opaque keys always using PKCS1 v1.5 algorithms instead of the
800 * Support for "opaque" (PSA-held) ECC keys in the PK module has been
803 mbedtls_pk_verify() with opaque ECC keys (provided the PSA attributes
[all …]