Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 26) sorted by relevance

12

/mbedtls/tests/suites/
A Dtest_suite_cmac.data8 CMAC init #1 AES-128: OK
12 CMAC init #2 AES-192: OK
16 CMAC init #3 AES-256: OK
20 CMAC init #4 3DES: OK
24 CMAC init #5 AES-224: bad key size
28 CMAC init #6 AES-0: bad key size
32 CMAC init Camellia-128: wrong cipher
36 CMAC init Camellia-192: wrong cipher
44 CMAC init #8 ARIA-128: wrong cipher
48 CMAC init #8 ARIA-192: wrong cipher
[all …]
A Dtest_suite_psa_crypto_init.data4 PSA init/deinit
7 PSA deinit without init
13 PSA threaded init checks
16 No random without init
19 No key slot access without init
A Dtest_suite_net.data1 Context init-free-free
4 Context init-free-init-free
A Dtest_suite_psa_crypto_se_driver_hal_mocks.data1 SE init mock test: success
4 SE init mock test: failure
7 SE init mock test: invalid location (0)
10 SE init mock test: location not supported (INT_MAX)
A Dtest_suite_entropy.data1 Entropy init-free-free
4 Entropy init-free-init-free
A Dtest_suite_block_cipher.function102 /* Intentionally no PSA init here! (Will be done later.) */
106 /* Before PSA crypto init */
119 /* After PSA Crypto init */
A Dtest_suite_md.function170 /* Note: PSA Crypto init not needed for info functions */
432 /* Intentionally no PSA init here! (Will be done later.) */
439 /* Before PSA crypto init */
455 /* After PSA Crypto init */
A Dtest_suite_nist_kw.data7 NIST KW init #1 wrapping AES-128: OK
11 NIST KW init #2 unwrapping AES-128: OK
15 NIST KW init #3 CAMELLIA-256: unsupported cipher
19 NIST KW init #4 AES-224: bad key size
23 NIST KW init #5 3DES: bad cipher
A Dtest_suite_chacha20.function54 /* Don't free/init the context nor set the key again,
A Dtest_suite_poly1305.function46 /* Don't free/init the context, in order to test that starts() does the
A Dtest_suite_bignum_mod_raw.function55 mbedtls_mpi_uint init[sizeof(X) / sizeof(X[0])];
56 memset(init, 0xFF, sizeof(init));
57 int ret = mbedtls_mpi_mod_modulus_setup(&m, init, nx);
A Dtest_suite_rsa.data4 RSA init-free-free
7 RSA init-free-init-free
A Dtest_suite_psa_crypto.function2142 TEST_EQUAL(psa_get_key_type(&init), 0);
2146 TEST_EQUAL(psa_get_key_bits(&init), 0);
2150 TEST_EQUAL(psa_get_key_usage_flags(&init), 0);
2154 TEST_EQUAL(psa_get_key_algorithm(&init), 0);
2956 PSA_ASSERT(psa_hash_abort(&init));
3470 TEST_EQUAL(psa_mac_update(&init,
3479 PSA_ASSERT(psa_mac_abort(&init));
3897 TEST_EQUAL(psa_cipher_update(&init,
3910 PSA_ASSERT(psa_cipher_abort(&init));
8775 PSA_ASSERT(psa_key_derivation_abort(&init));
[all …]
A Dtest_suite_pk.function1459 /* init pk-rsa context */
1477 /* init pk-rsa context */
1536 /* init pk-rsa context */
1601 /* init pk-rsa context */
A Dtest_suite_ccm.data4 CCM init #1 AES-128: OK
8 CCM init #2 CAMELLIA-256: OK
12 CCM init #3 AES-224: bad key size
16 CCM init #4 DES: bad block size
/mbedtls/tests/src/
A Dthreading_helpers.c139 void (*init)(mbedtls_threading_mutex_t *); member
203 mutex_functions.init(mutex); in mbedtls_test_wrap_mutex_init()
306 mutex_functions.init = mbedtls_mutex_init; in mbedtls_test_mutex_usage_init()
315 mutex_functions.init(&mbedtls_test_mutex_mutex); in mbedtls_test_mutex_usage_init()
344 mbedtls_mutex_init = mutex_functions.init; in mbedtls_test_mutex_usage_end()
/mbedtls/
A D.pylintrc2 init-hook='import sys; sys.path.append("scripts")'
A DMakefile11 Run `git submodule update --init` to fetch the submodule contents.
A DCMakeLists.txt287 …URCE_DIR}/framework/CMakeLists.txt not found. Run `git submodule update --init` from the source tr…
/mbedtls/scripts/
A Dcommon.make12 Run `git submodule update --init` to fetch the submodule contents.
/mbedtls/library/
A DMakefile17 Run `git submodule update --init` to fetch the submodule contents.
/mbedtls/docs/proposed/
A Dpsa-driver-interface.md865init"` entry point in a capability with no algorithm, key type or key size. If so, the core calls …
867init entry point, the order in which they are called is unspecified. It is also unspecified whethe…
871 The init entry point does not take any parameter.
1217 The core loads the persistent state in memory before it calls the driver's [init entry point](#driv…
/mbedtls/docs/architecture/testing/
A Dinvasive-testing.md354 #### PSA crypto init failure
/mbedtls/docs/architecture/psa-migration/
A Dstrategy.md91 splitting init between the parts that can fail and the parts that can't (see
/mbedtls/docs/architecture/psa-thread-safety/
A Dpsa-thread-safety.md115 …ing `psa_crypto_init` followed by a call to any PSA key management function (if the init succeeds).

Completed in 50 milliseconds

12