Searched refs:init (Results 1 – 25 of 26) sorted by relevance
12
| /mbedtls/tests/suites/ |
| A D | test_suite_cmac.data | 8 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 D | test_suite_psa_crypto_init.data | 4 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 D | test_suite_net.data | 1 Context init-free-free 4 Context init-free-init-free
|
| A D | test_suite_psa_crypto_se_driver_hal_mocks.data | 1 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 D | test_suite_entropy.data | 1 Entropy init-free-free 4 Entropy init-free-init-free
|
| A D | test_suite_block_cipher.function | 102 /* Intentionally no PSA init here! (Will be done later.) */ 106 /* Before PSA crypto init */ 119 /* After PSA Crypto init */
|
| A D | test_suite_md.function | 170 /* 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 D | test_suite_nist_kw.data | 7 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 D | test_suite_chacha20.function | 54 /* Don't free/init the context nor set the key again,
|
| A D | test_suite_poly1305.function | 46 /* Don't free/init the context, in order to test that starts() does the
|
| A D | test_suite_bignum_mod_raw.function | 55 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 D | test_suite_rsa.data | 4 RSA init-free-free 7 RSA init-free-init-free
|
| A D | test_suite_psa_crypto.function | 2142 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 D | test_suite_pk.function | 1459 /* init pk-rsa context */ 1477 /* init pk-rsa context */ 1536 /* init pk-rsa context */ 1601 /* init pk-rsa context */
|
| A D | test_suite_ccm.data | 4 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 D | threading_helpers.c | 139 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 | .pylintrc | 2 init-hook='import sys; sys.path.append("scripts")'
|
| A D | Makefile | 11 Run `git submodule update --init` to fetch the submodule contents.
|
| A D | CMakeLists.txt | 287 …URCE_DIR}/framework/CMakeLists.txt not found. Run `git submodule update --init` from the source tr…
|
| /mbedtls/scripts/ |
| A D | common.make | 12 Run `git submodule update --init` to fetch the submodule contents.
|
| /mbedtls/library/ |
| A D | Makefile | 17 Run `git submodule update --init` to fetch the submodule contents.
|
| /mbedtls/docs/proposed/ |
| A D | psa-driver-interface.md | 865 …init"` entry point in a capability with no algorithm, key type or key size. If so, the core calls … 867 …init 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 D | invasive-testing.md | 354 #### PSA crypto init failure
|
| /mbedtls/docs/architecture/psa-migration/ |
| A D | strategy.md | 91 splitting init between the parts that can fail and the parts that can't (see
|
| /mbedtls/docs/architecture/psa-thread-safety/ |
| A D | psa-thread-safety.md | 115 …ing `psa_crypto_init` followed by a call to any PSA key management function (if the init succeeds).
|
Completed in 50 milliseconds
12