Home
last modified time | relevance | path

Searched refs:held (Results 1 – 6 of 6) sorted by relevance

/mbedtls-latest/programs/test/
Dudp_proxy.c663 static unsigned char held[2048] = { 0 }; variable
690 id = cur.len % sizeof(held); in handle_message()
728 held[id] < HOLD_MAX && in handle_message()
730 ++held[id]; in handle_message()
739 held[id] < HOLD_MAX && in handle_message()
741 ++held[id]; in handle_message()
852 memset(held, 0, sizeof(held)); in main()
/mbedtls-latest/docs/
Duse-psa-crypto.md70 ### PSA-held (opaque) keys in the PK layer
91 ### PSA-held (opaque) keys for TLS pre-shared keys (PSK)
104 ### PSA-held (opaque) keys for TLS 1.2 EC J-PAKE key exchange
/mbedtls-latest/docs/architecture/psa-migration/
Dstrategy.md194 function also allows for key isolation (the key is only held by PSA,
200 allows use of PSA-held private ECDSA keys in TLS and X.509 with no change to
432 parsing on-demand" (#2478), and then the public key data would be held as
/mbedtls-latest/
DLICENSE424 If any portion of this section is held invalid or unenforceable under
DChangeLog607 * Support for "opaque" (PSA-held) ECC keys in the PK module has been
630 * Fix a case where potentially sensitive information held in memory would not
867 * It is now possible to use a PSA-held (opaque) password with the TLS 1.2
/mbedtls-latest/docs/architecture/psa-thread-safety/
Dpsa-thread-safety.md186 …l the access primitives described above must be called while the mutex is held; there is a conveni…