Home
last modified time | relevance | path

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

/openthread-latest/third_party/mbedtls/repo/library/
Dcipher.c1326 size_t part_len; in mbedtls_cipher_crypt() local
1364 &part_len); in mbedtls_cipher_crypt()
1369 *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()
/openthread-latest/third_party/mbedtls/repo/tests/src/test_helpers/
Dssl_helpers.c1094 size_t part_len; in mbedtls_test_psa_cipher_encrypt_helper() local
1117 &part_len); in mbedtls_test_psa_cipher_encrypt_helper()
1123 *olen += part_len; in mbedtls_test_psa_cipher_encrypt_helper()