Home
last modified time | relevance | path

Searched refs:item (Results 1 – 7 of 7) sorted by relevance

/mbedtls-latest/tests/scripts/
Dall.sh945 for item in $(sed -n 's/^#define PSA_WANT_\(ECC_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
946 loc_list="$loc_list $item"
957 for item in $(sed -n 's/^#define PSA_WANT_\(DH_RFC7919_[0-9]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
958 loc_list="$loc_list $item"
970 …for item in $(sed -n "s/^#define PSA_WANT_\(KEY_TYPE_${key_type}_[0-9A-Z_a-z]*\).*/\1/p" <"$CRYPTO…
973 if [ "$item" != "KEY_TYPE_ECC_KEY_PAIR_DERIVE" ]; then
974 loc_list="$loc_list $item"
Daudit-validity-dates.py139 def __getitem__(self, item): argument
140 return self.parsers[item]
Dgenerate_tls13_compat_tests.py260 for item in items:
261 for i in map_table[item]:
Dcomponents-configuration-crypto.sh1075 for item in $(sed -n 's/^#define PSA_WANT_\(ECC_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
1076 case $item in
1078 loc_weierstrass_list="$loc_weierstrass_list $item"
1081 loc_non_weierstrass_list="$loc_non_weierstrass_list $item"
/mbedtls-latest/scripts/
Dcode_size_compare.py653 sort_by_k = lambda item: item[0].lower() argument
/mbedtls-latest/
DCMakeLists.txt185 # Remove the last item if there are more than one
/mbedtls-latest/docs/architecture/
Dpsa-storage-resilience.md211 …the transaction list, and ignoring any failure of a removal action if the item to remove does not …
236 …the transaction list, and ignoring any failure of a removal action if the item to remove does not …