Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dpsa_crypto_se.c64 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 Dpsa_crypto_driver_wrappers.c86 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 Dpsa_crypto_se.h188 psa_status_t psa_destroy_se_persistent_data( psa_key_location_t location );
/mbedtls-development/tests/suites/
A Dtest_suite_psa_crypto_se_driver_hal_mocks.function7 /** 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 Dtest_suite_psa_crypto_se_driver_hal.function595 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 Dtest_suite_psa_crypto_se_driver_hal_mocks.data7 SE init mock test: invalid location (0)
10 SE init mock test: location not supported (INT_MAX)
A Dtest_suite_psa_crypto_se_driver_hal.data9 Register SE driver: invalid location (0)
12 Register SE driver: invalid location (local)
A Dtest_suite_psa_crypto_slot_management.data135 Create failure: invalid location for a persistent key
139 Create failure: invalid location for a volatile key
A Dtest_suite_psa_crypto_metadata.function727 psa_key_location_t location = location_arg;
737 TEST_EQUAL( PSA_KEY_LIFETIME_GET_LOCATION( lifetime ), location );
A Dtest_suite_psa_crypto.data1436 Copy fail: AES, invalid lifetime (unknown location) in attributes
/mbedtls-development/include/psa/
A Dcrypto_se_driver.h138 psa_key_location_t location);
1387 psa_key_location_t location,
A Dcrypto_values.h2168 #define PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION(persistence, location) \ argument
2169 ((location) << 8 | (persistence))
/mbedtls-development/docs/proposed/
A Dpsa-driver-interface.md37 [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 …
864location. Keys in the default location (`PSA_KEY_LOCATION_LOCAL_STORAGE = 0`) are transparent: the…
910 #### Driver location values
[all …]
A Dpsa-driver-developer-guide.md21 …a secure enclave, etc. An opaque driver is invoked for the specific key location that the driver i…
/mbedtls-development/doxygen/
A Dmbedtls.doxyfile54 # 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 Dpsa-storage-format-testing.md93 * For alternative locations: have tests conditional on the presence of a driver for that location.
/mbedtls-development/
A DChangeLog642 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 D3.0-migration-guide.md491 ### Internal / alt-focused headers were moved to a private location

Completed in 50 milliseconds