Searched refs:item (Results 1 – 7 of 7) sorted by relevance
945 for item in $(sed -n 's/^#define PSA_WANT_\(ECC_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do946 loc_list="$loc_list $item"957 for item in $(sed -n 's/^#define PSA_WANT_\(DH_RFC7919_[0-9]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do958 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" ]; then974 loc_list="$loc_list $item"
139 def __getitem__(self, item): argument140 return self.parsers[item]
260 for item in items:261 for i in map_table[item]:
1075 for item in $(sed -n 's/^#define PSA_WANT_\(ECC_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do1076 case $item in1078 loc_weierstrass_list="$loc_weierstrass_list $item"1081 loc_non_weierstrass_list="$loc_non_weierstrass_list $item"
653 sort_by_k = lambda item: item[0].lower() argument
185 # Remove the last item if there are more than one
211 …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 …