Searched refs:mbedtls_buffer_offset (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_crypto_cipher.c | 510 mbedtls_buffer_offset(output, update_output_length), in mbedtls_psa_cipher_encrypt() 571 mbedtls_buffer_offset(output, accumulated_length), in mbedtls_psa_cipher_decrypt()
|
H A D | common.h | 134 static inline unsigned char *mbedtls_buffer_offset( in mbedtls_buffer_offset() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_crypto_cipher.c | 644 mbedtls_buffer_offset(output, update_output_length), in mbedtls_psa_cipher_encrypt() 705 mbedtls_buffer_offset(output, accumulated_length), in mbedtls_psa_cipher_decrypt()
|
H A D | common.h | 138 static inline unsigned char *mbedtls_buffer_offset( in mbedtls_buffer_offset() function
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_psa_crypto.function | 3968 mbedtls_buffer_offset(output, output_length), 3986 mbedtls_buffer_offset(output, output_length),
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_psa_crypto.function | 4309 mbedtls_buffer_offset(output, output_length), 4327 mbedtls_buffer_offset(output, output_length),
|