Home
last modified time | relevance | path

Searched refs:st (Results 1 – 4 of 4) sorted by relevance

/mbedtls-3.4.0/tests/suites/
Dtest_suite_pkcs7.function47 struct stat st;
71 res = stat( filetobesigned, &st );
77 datalen = st.st_size;
119 struct stat st;
150 res = stat( filetobesigned, &st );
156 datalen = st.st_size;
Dtest_suite_cipher.chachapoly.data117 ChaCha20+Poly1305 RFC 7539 Test Vector #1 Unauthentic (1st bit flipped)
Dtest_suite_psa_its.function262 /* Overwrite the 1st byte of the file, the ITS magic number */
/mbedtls-3.4.0/scripts/
Dgenerate_ssl_debug_helpers.py71 def _yield_objects(s, d, p, st, end): argument
87 for instance in cls.extract(s, st, end):