Searched refs:wrap (Results 1 – 18 of 18) sorted by relevance
1 KW AES-128 wrap - Decrypt empty buffer5 KWP AES-128 wrap - Decrypt empty buffer9 KW AES-128 wrap rfc 339413 KW AES-192 wrap rfc 339417 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 32157 KW AES-128 wrap CAVS 17.4 COUNT 0 PLEN 24161 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 16165 KW AES-192 wrap CAVS 17.4 COUNT 0 PLEN 32[all …]
93 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 797 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 11101 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8105 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 14113 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7121 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8453 KW AES-128 wrap rfc 3394457 KW AES-192 wrap rfc 3394461 KW AES-256 wrap rfc 3394477 KWP AES-192 wrap rfc 5649 [#1][all …]
33 * 1. Check wrap and unwrap with two separate contexts
597 * (to wrap around the buffer) */1044 * (to wrap around the buffer) */1107 * (to wrap around the buffer) both ways. */
11 wrap some data using an AEAD algorithm.29 "$program" wrap master=master.key label=hello label=world \30 input=input.txt output=hello_world.wrap35 input=hello_world.wrap output=hello_world.txt41 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…46 input=hello_world.wrap output=hello.key49 input=hello_world.wrap output=hello_world.txt
220 int wrap = 1; local238 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 …]
53 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()
80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
100 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member
193 -- this doesn't wrap214 -- for counters that wrap in less than one hour with only 32 bits
523 wrap in just over an hour."
740 cause a Counter32 to wrap in just over an hour."
237 u8_t wrap = 0; in mqtt_output_send() local253 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()
73 wrap a PSA key pair into a PK context. The key can be used for private-key78 **Limitations:** can only wrap a key pair, can only use it for private key
67 lines start with 5 spaces. Lines wrap at 79 characters.
67 …n (like `mbedtls_calloc` or `mbedtls_fopen`), which we replace to mock or wrap the system function…
37 while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque2697 codes to always wrap these codes into X.509 high level error codes before2765 * 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.
35 …accelerators that operate on keys in cleartext; cryptoprocessors that can wrap keys with a built-i…
Completed in 66 milliseconds