Home
last modified time | relevance | path

Searched refs:CRYPTO_CONFIG_H (Results 1 - 2 of 2) sorted by relevance

/third_party/mbedtls/tests/scripts/
H A Dall.sh139 CRYPTO_CONFIG_H='include/psa/crypto_config.h'
147 files_to_back_up="$CONFIG_H $CRYPTO_CONFIG_H $CONFIG_TEST_DRIVER_H"
927 # Helper returning the list of supported elliptic curves from CRYPTO_CONFIG_H,
932 for item in $(sed -n 's/^#define PSA_WANT_\(ECC_[0-9A-Z_a-z]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
939 # Helper returning the list of supported DH groups from CRYPTO_CONFIG_H,
944 for item in $(sed -n 's/^#define PSA_WANT_\(DH_RFC7919_[0-9]*\).*/\1/p' <"$CRYPTO_CONFIG_H"); do
951 # Get the list of uncommented PSA_WANT_KEY_TYPE_xxx_ from CRYPTO_CONFIG_H. This
957 for item in $(sed -n "s/^#define PSA_WANT_\(KEY_TYPE_${key_type}_[0-9A-Z_a-z]*\).*/\1/p" <"$CRYPTO_CONFIG_H"); do
1706 scripts/config.py -f $CRYPTO_CONFIG_H unset PSA_WANT_ALG_CCM_STAR_NO_TAG
1707 scripts/config.py -f $CRYPTO_CONFIG_H unse
[all...]
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py151 CRYPTO_CONFIG_H = 'include/psa/crypto_config.h' variable
220 dest=CRYPTO_CONFIG_H))
329 shutil.move(CRYPTO_CONFIG_H + BACKUP_SUFFIX, CRYPTO_CONFIG_H)
332 shutil.copy(CRYPTO_CONFIG_H, CRYPTO_CONFIG_H + BACKUP_SUFFIX)

Completed in 5 milliseconds