Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 18 of 18) sorted by relevance

/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_cipher.nist_kw.data1 KW AES-128 wrap - Decrypt empty buffer
5 KWP AES-128 wrap - Decrypt empty buffer
9 KW AES-128 wrap rfc 3394
13 KW AES-192 wrap rfc 3394
17 KW AES-256 wrap rfc 3394 [#1]
21 KW AES-256 wrap rfc 3394 [#2]
153 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 32
157 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 24
161 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 16
165 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 32
[all …]
A Dtest_suite_nist_kw.data93 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
97 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 11
101 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
105 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 14
113 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
121 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
453 KW AES-128 wrap rfc 3394
457 KW AES-192 wrap rfc 3394
461 KW AES-256 wrap rfc 3394
477 KWP AES-192 wrap rfc 5649 [#1]
[all …]
A Dtest_suite_nist_kw.function33 * 1. Check wrap and unwrap with two separate contexts
A Dtest_suite_ssl.function597 * (to wrap around the buffer) */
1044 * (to wrap around the buffer) */
1107 * (to wrap around the buffer) both ways. */
/lib/mbedtls/external/mbedtls/programs/psa/
A Dkey_ladder_demo.sh11 wrap some data using an AEAD algorithm.
29 "$program" wrap master=master.key label=hello label=world \
30 input=input.txt output=hello_world.wrap
35 input=hello_world.wrap output=hello_world.txt
41 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
46 input=hello_world.wrap output=hello.key
49 input=hello_world.wrap output=hello_world.txt
/lib/zlib/
A Ddeflate.c220 int wrap = 1; local
238 wrap = 0;
258 s->wrap = wrap;
352 strm->state->wrap == 2 ||
357 if (s->wrap)
401 if (s->wrap < 0) {
402 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
534 switch (s->wrap) {
637 if (s->wrap == 2) {
898 if (s->wrap == 2) {
[all …]
A Dinflate.c53 state->wrap = 0; in inflateInit2_()
57 state->wrap = (windowBits >> 4) + 1; in inflateInit2_()
361 if (state->wrap == 0) { in inflate()
367 if ((state->wrap & 2) && hold == 0x8b1f) { /* gzip header */ in inflate()
377 if (!(state->wrap & 1) || /* check if zlib header allowed */ in inflate()
870 if (state->wrap) { in inflate()
895 if (state->wrap && state->flags) { in inflate()
940 if (state->wrap && out) in inflate()
A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
A Ddeflate.h100 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/Mibs/
A DSNMPv2-SMI193 -- this doesn't wrap
214 -- for counters that wrap in less than one hour with only 32 bits
A DUDP-MIB523 wrap in just over an hour."
A DTCP-MIB740 cause a Counter32 to wrap in just over an hour."
/lib/lwip/lwip/src/apps/mqtt/
A Dmqtt.c237 u8_t wrap = 0; in mqtt_output_send() local
253 wrap = (mqtt_ringbuf_len(rb) > ringbuf_lin_len); in mqtt_output_send()
255 …err = altcp_write(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY | (wrap ? TCP_WRIT… in mqtt_output_send()
256 if ((err == ERR_OK) && wrap) { in mqtt_output_send()
/lib/mbedtls/external/mbedtls/docs/
A Duse-psa-crypto.md73 wrap a PSA key pair into a PK context. The key can be used for private-key
78 **Limitations:** can only wrap a key pair, can only use it for private key
/lib/mbedtls/external/mbedtls/ChangeLog.d/
A D00README.md67 lines start with 5 spaces. Lines wrap at 79 characters.
/lib/mbedtls/external/mbedtls/docs/architecture/testing/
A Dinvasive-testing.md67 …n (like `mbedtls_calloc` or `mbedtls_fopen`), which we replace to mock or wrap the system function…
/lib/mbedtls/external/mbedtls/
A DChangeLog37 while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque
2697 codes to always wrap these codes into X.509 high level error codes before
2765 * It is now possible to use NIST key wrap mode via the mbedtls_cipher API.
3609 64 KiB to the address of the SSL buffer and causing a wrap around.
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-driver-interface.md35 …accelerators that operate on keys in cleartext; cryptoprocessors that can wrap keys with a built-i…

Completed in 66 milliseconds