Home
last modified time | relevance | path

Searched refs:stanza (Results 1 – 2 of 2) sorted by relevance

/mbedtls-development/tests/scripts/
A Dset_psa_test_dependencies.py206 if not stanza.lstrip('\n'):
208 return stanza
221 return stanza
226 text_before = stanza[:dependencies_location]
227 text_after = '\n' + stanza[dependencies_location:]
232 text_before = stanza[:dependencies_match.start()]
233 text_after = stanza[dependencies_match.end():]
243 stanza = (text_before +
249 stanza = text_before + text_after[1:]
250 return stanza
[all …]
A Dcurves.pl61 while (my $stanza = <CHECK_CONFIG>) {
62 if ($stanza =~ /\A#if defined\(MBEDTLS_ECDSA_C\)/) {
63 for my $curve ($stanza =~ /(?<=\()MBEDTLS_ECP_DP_\w+_ENABLED(?=\))/g) {

Completed in 3 milliseconds