Searched refs:init (Results 1 – 18 of 18) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.data | 7 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 D | test_suite_net.data | 1 Context init-free-free 4 Context init-free-init-free
|
A D | test_suite_psa_crypto_init.data | 4 PSA init/deinit 7 PSA deinit without init 13 No random without init 16 No key slot access without init
|
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_chacha20.function | 53 /* 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_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_rsa.data | 4 RSA init-free-free 7 RSA init-free-init-free
|
A D | test_suite_psa_crypto.function | 1096 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 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
|
A D | test_suite_pk.function | 763 /* init pk-rsa context */
|
A D | test_suite_ssl.function | 1436 * Choose dummy values, mostly non-0 to distinguish from the init default.
|
/mbedtls-development/tests/src/ |
A D | threading_helpers.c | 87 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 | .pylintrc | 2 init-hook='import sys; sys.path.append("scripts")'
|
A D | ChangeLog | 2939 should generally be the first function called on this context after init:
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 428 …init"` entry point in a capability with no algorithm, key type or key size. If so, the core calls … 430 …init 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 D | invasive-testing.md | 354 #### PSA crypto init failure
|
Completed in 37 milliseconds