Home
last modified time | relevance | path

Searched refs:unwrap (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.4.0/tests/suites/
Dtest_suite_nist_kw.data213 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 3
217 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 0
221 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 7
225 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 8
229 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 4096 count 0
233 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 1
237 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 1
241 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 3
245 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 1
249 NIST KW unwrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 4096 count 4
[all …]
Dtest_suite_nist_kw.function33 * 1. Check wrap and unwrap with two separate contexts
/mbedtls-3.4.0/programs/psa/
Dkey_ladder_demo.sh47 "$program" unwrap master=master.key label=hello label=world \
54 …"$program" unwrap master=master.key input=hello_world.wrap output=hellow_orld.txt label=hellow lab…
61 "$program" unwrap master=hello.key label=world \
/mbedtls-3.4.0/library/
Dnist_kw.c276 static int unwrap( mbedtls_nist_kw_context *ctx, in unwrap() function
369 ret = unwrap( ctx, input, in_len / KW_SEMIBLOCK_LENGTH, in mbedtls_nist_kw_unwrap()
417 ret = unwrap( ctx, input, in_len / KW_SEMIBLOCK_LENGTH, in mbedtls_nist_kw_unwrap()