Home
last modified time | relevance | path

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

/mbedtls-development/tests/suites/
A Dtest_suite_cmac.data7 CMAC init #1 AES-128: OK
11 CMAC init #2 AES-192: OK
15 CMAC init #3 AES-256: OK
19 CMAC init #4 3DES : OK
23 CMAC init #5 AES-224: bad key size
27 CMAC init #6 AES-0: bad key size
31 CMAC init #7 Camellia: wrong cipher
A Dtest_suite_net.data1 Context init-free-free
4 Context init-free-init-free
A Dtest_suite_psa_crypto_init.data4 PSA init/deinit
7 PSA deinit without init
13 No random without init
16 No key slot access without init
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_chacha20.function53 /* 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_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_rsa.data4 RSA init-free-free
7 RSA init-free-init-free
A Dtest_suite_psa_crypto.function1096 TEST_EQUAL( psa_get_key_type( &init ), 0 );
1100 TEST_EQUAL( psa_get_key_bits( &init ), 0 );
1104 TEST_EQUAL( psa_get_key_usage_flags( &init ), 0 );
1108 TEST_EQUAL( psa_get_key_algorithm( &init ), 0 );
1795 PSA_ASSERT( psa_hash_abort( &init ) );
2197 psa_mac_operation_t init = PSA_MAC_OPERATION_INIT;
2206 TEST_EQUAL( psa_mac_update( &init,
2215 PSA_ASSERT( psa_mac_abort( &init ) );
2592 TEST_EQUAL( psa_cipher_update( &init,
2605 PSA_ASSERT( psa_cipher_abort( &init ) );
[all …]
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
A Dtest_suite_pk.function763 /* init pk-rsa context */
A Dtest_suite_ssl.function1436 * Choose dummy values, mostly non-0 to distinguish from the init default.
/mbedtls-development/tests/src/
A Dthreading_helpers.c87 void (*init)( mbedtls_threading_mutex_t * ); member
116 mutex_functions.init( mutex ); in mbedtls_test_wrap_mutex_init()
190 mutex_functions.init = mbedtls_mutex_init; in mbedtls_test_mutex_usage_init()
/mbedtls-development/
A D.pylintrc2 init-hook='import sys; sys.path.append("scripts")'
A DChangeLog2939 should generally be the first function called on this context after init:
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md428init"` entry point in a capability with no algorithm, key type or key size. If so, the core calls …
430init entry point, the order in which they are called is unspecified. It is also unspecified whethe…
434 The init entry point does not take any parameter.
780 The core loads the persistent state in memory before it calls the driver's [init entry point](#driv…
/mbedtls-development/docs/architecture/testing/
A Dinvasive-testing.md354 #### PSA crypto init failure

Completed in 37 milliseconds