Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dssl_msg.c1968 size_t increment = mbedtls_ct_size_if_else_0(a, 1); in mbedtls_ssl_decrypt_buf() local
1970 increment = mbedtls_ct_size_if_else_0(b, increment); in mbedtls_ssl_decrypt_buf()
1971 pad_count += increment; in mbedtls_ssl_decrypt_buf()
/mbedtls-3.6.0/docs/proposed/
Dpsa-driver-interface.md1162 … element or in the driver's persistent storage. To allocate a key slot, increment the counter and …
/mbedtls-3.6.0/
DChangeLog3204 increment was missed in 2.8.0 and later releases outside of the 2.7 branch.