Searched refs:location (Results 1 – 18 of 18) sorted by relevance
/mbedtls-development/library/ |
A D | psa_crypto_se.c | 64 psa_key_location_t location; member 84 if( location == 0 ) in psa_get_se_driver_entry() 88 if( driver_table[i].location == location ) in psa_get_se_driver_entry() 188 if( location > PSA_MAX_SE_LOCATION ) in psa_destroy_se_persistent_data() 205 if( driver->location != key_location ) in psa_find_se_slot_for_key() 279 if( driver->location == 0 ) in psa_init_all_se_drivers() 287 driver->location ); in psa_init_all_se_drivers() 305 psa_key_location_t location, in psa_register_se_driver() argument 321 if( location > PSA_MAX_SE_LOCATION ) in psa_register_se_driver() 331 if( driver_table[i].location == location ) in psa_register_se_driver() [all …]
|
A D | psa_crypto_driver_wrappers.c | 86 switch( location ) in psa_driver_wrapper_sign_message() 160 switch( location ) in psa_driver_wrapper_verify_message() 247 switch( location ) in psa_driver_wrapper_sign_hash() 331 switch( location ) in psa_driver_wrapper_verify_hash() 406 switch( location ) in psa_driver_wrapper_get_key_buffer_size_from_key_data() 448 switch( location ) in psa_driver_wrapper_get_key_buffer_size() 504 switch( location ) in psa_driver_wrapper_generate_key() 589 switch( location ) in psa_driver_wrapper_import_key() 659 switch( location ) in psa_driver_wrapper_export_key() 717 switch( location ) in psa_driver_wrapper_export_public_key() [all …]
|
A D | psa_crypto_se.h | 188 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location );
|
/mbedtls-development/tests/suites/ |
A D | test_suite_psa_crypto_se_driver_hal_mocks.function | 7 /** The location and lifetime used for tests that use a single driver. */ 16 psa_key_location_t location; 92 psa_key_location_t location; 103 for( location = 0; location < PSA_MAX_SE_LOCATION; location++ ) 104 psa_destroy_se_persistent_data( location ); 123 psa_key_location_t location ) 129 mock_init_data.location = location; 295 psa_key_location_t location = location_arg; 307 TEST_EQUAL( psa_register_se_driver( location, &driver ), 315 TEST_EQUAL( mock_init_data.location, location ); [all …]
|
A D | test_suite_psa_crypto_se_driver_hal.function | 595 if( location > PSA_MAX_SE_LOCATION ) 597 return( 0xfffffe00 + location ); 775 psa_key_location_t location; 779 for( location = 0; location < PSA_MAX_SE_LOCATION; location++ ) 813 psa_key_location_t location; 819 for( location = MIN_DRIVER_LOCATION; location < max; location++ ) 821 for( location = MIN_DRIVER_LOCATION; location < max; location++ ) 836 psa_key_location_t location; 842 for( location = MIN_DRIVER_LOCATION; location < max; location++ ) 969 if( ! check_persistent_data( location, [all …]
|
A D | test_suite_psa_crypto_se_driver_hal_mocks.data | 7 SE init mock test: invalid location (0) 10 SE init mock test: location not supported (INT_MAX)
|
A D | test_suite_psa_crypto_se_driver_hal.data | 9 Register SE driver: invalid location (0) 12 Register SE driver: invalid location (local)
|
A D | test_suite_psa_crypto_slot_management.data | 135 Create failure: invalid location for a persistent key 139 Create failure: invalid location for a volatile key
|
A D | test_suite_psa_crypto_metadata.function | 727 psa_key_location_t location = location_arg; 737 TEST_EQUAL( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ), location );
|
A D | test_suite_psa_crypto.data | 1436 Copy fail: AES, invalid lifetime (unknown location) in attributes
|
/mbedtls-development/include/psa/ |
A D | crypto_se_driver.h | 138 psa_key_location_t location); 1387 psa_key_location_t location,
|
A D | crypto_values.h | 2168 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument 2169 ((location) << 8 | (persistence))
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-interface.md | 37 [Req.location] Applications can tell which location values correspond to which secure element drive… 106 …* either the key is transparent (its location is `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver … 107 … is opaque (its location is not `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver is an opaque driv… 119 If multiple opaque drivers have the same location, the list of driver specifications is invalid. 663 …y()`, or by `psa_copy_key()` when copying a key from or to a different [location](#lifetimes-and-l… 665 …y"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from another location. 668 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes… 839 …s assigned a [location](#lifetimes-and-locations). The driver is invoked for all actions that use … 864 …location. Keys in the default location (`PSA_KEY_LOCATION_LOCAL_STORAGE = 0`) are transparent: the… 910 #### Driver location values [all …]
|
A D | psa-driver-developer-guide.md | 21 …a secure enclave, etc. An opaque driver is invoked for the specific key location that the driver i…
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 54 # If a relative path is entered, it will be relative to the location 1041 # be used to specify the location (absolute path including file name) of 1117 # be used to specify the location of Qt's qhelpgenerator. 1210 # When MathJax is enabled you need to specify the location relative to the 1287 # of to a relative location where the documentation can be found. 1647 # tag file the location of the external documentation should be added. The 1648 # format of a tag file without this location is as follows: 1651 # Adding location for the tag files is done as follows: 1734 # the font, which can be done by putting it in a standard location or by setting
|
/mbedtls-development/docs/architecture/testing/ |
A D | psa-storage-format-testing.md | 93 * For alternative locations: have tests conditional on the presence of a driver for that location.
|
/mbedtls-development/ |
A D | ChangeLog | 642 execution depending on the location of the output buffer. 862 key lifetimes to encode a persistence level and the location. Although C 864 psa_register_se_driver() must be modified to pass the driver's location 4436 * Fixed include location of endian.h on FreeBSD (found by 4438 * Fixed include location of endian.h and name clash on
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 491 ### Internal / alt-focused headers were moved to a private location
|
Completed in 50 milliseconds