Home
last modified time | relevance | path

Searched refs:part_len (Results 1 – 3 of 3) sorted by relevance

/mbedtls-3.6.0/library/
Dcipher.c1310 size_t part_len; in mbedtls_cipher_crypt() local
1348 &part_len); in mbedtls_cipher_crypt()
1353 *olen += part_len; in mbedtls_cipher_crypt()
Dssl_msg.c1258 size_t part_len; in mbedtls_ssl_encrypt_buf() local
1347 &part_len); in mbedtls_ssl_encrypt_buf()
1356 olen += part_len; in mbedtls_ssl_encrypt_buf()
1675 size_t part_len; in mbedtls_ssl_decrypt_buf() local
1886 &part_len); in mbedtls_ssl_decrypt_buf()
1894 olen += part_len; in mbedtls_ssl_decrypt_buf()
/mbedtls-3.6.0/tests/src/test_helpers/
Dssl_helpers.c1060 size_t part_len; in mbedtls_test_psa_cipher_encrypt_helper() local
1083 &part_len); in mbedtls_test_psa_cipher_encrypt_helper()
1089 *olen += part_len; in mbedtls_test_psa_cipher_encrypt_helper()