Home
last modified time | relevance | path

Searched refs:previous (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/lib/libtomcrypt/src/encauth/ocb3/
A Docb3_init.c88 unsigned char *previous, *current; in ocb3_init() local
147 previous = ocb->L_star; in ocb3_init()
151 previous = ocb->L_dollar; in ocb3_init()
155 previous = ocb->L_[x-1]; in ocb3_init()
157 m = previous[0] >> 7; in ocb3_init()
159 current[y] = ((previous[y] << 1) | (previous[y+1] >> 7)) & 255; in ocb3_init()
161 current[ocb->block_len-1] = (previous[ocb->block_len-1] << 1) & 255; in ocb3_init()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A Ddco.txt21 (b) The contribution is based upon previous work that, to the best
A DChangeLog61 * Fix incorrect documentation of mbedtls_x509_crt_profile. The previous
208 than the previous constant-flow implementation. Fixes #4814.
502 This was a regression introduced in the previous release. Reported in
744 countermeasure against Lucky 13 attacks. The previous countermeasure was
862 Completes a previous fix in Mbed TLS 2.19 that only fixed the build for
1544 previous settings for the number of rounds made it practical for an
1762 previous entry) by using a cache attack targeting the SSL input record
2024 * Fix implementation of the truncated HMAC extension. The previous
2414 * Send fatal alerts in more cases. The previous behaviour was to skip
2636 in the previous patch release. Found by Robert Scheck. #390 #391
[all …]
/optee_os-3.20.0/
A DCHANGELOG.md492 the previous one (2.6.0).
609 the previous one (2.5.0).
725 the previous one (2.4.0).
852 the previous one (2.3.0).
963 the previous one (2.2.0).
1091 the previous one (2.1.0).
1230 previous release.
1294 previous release.
1353 previous release.
1421 previous release.
[all …]

Completed in 11 milliseconds