Home
last modified time | relevance | path

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

/mbedtls-latest/library/
Dcipher.c1329 size_t part_len; in mbedtls_cipher_crypt() local
1367 &part_len); in mbedtls_cipher_crypt()
1372 *olen += part_len; in mbedtls_cipher_crypt()
Dssl_msg.c1254 size_t part_len; in mbedtls_ssl_encrypt_buf() local
1343 &part_len); in mbedtls_ssl_encrypt_buf()
1352 olen += part_len; in mbedtls_ssl_encrypt_buf()
1670 size_t part_len; in mbedtls_ssl_decrypt_buf() local
1881 &part_len); in mbedtls_ssl_decrypt_buf()
1889 olen += part_len; in mbedtls_ssl_decrypt_buf()
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c1097 size_t part_len; in mbedtls_test_psa_cipher_encrypt_helper() local
1120 &part_len); in mbedtls_test_psa_cipher_encrypt_helper()
1126 *olen += part_len; in mbedtls_test_psa_cipher_encrypt_helper()