Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/
H 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/lib/libmbedtls/mbedtls/
H A Ddco.txt21 (b) The contribution is based upon previous work that, to the best
H A DChangeLog838 RSA OAEP decryption. With the previous implementation, some compilers
1236 provided by PSA drivers. (See previous entry for limitation on RSA-PSS
1583 * Fix incorrect documentation of mbedtls_x509_crt_profile. The previous
1825 than the previous constant-flow implementation. Fixes #4814.
2056 previous action. Fixes #4361.
2391 This was a regression introduced in the previous release. Reported in
2633 countermeasure against Lucky 13 attacks. The previous countermeasure was
2751 Completes a previous fix in Mbed TLS 2.19 that only fixed the build for
3433 previous settings for the number of rounds made it practical for an
3651 previous entry) by using a cache attack targeting the SSL input record
[all …]
/optee_os/
H A DCHANGELOG.md822 the previous one (2.6.0).
939 the previous one (2.5.0).
1055 the previous one (2.4.0).
1182 the previous one (2.3.0).
1184 Please note: this release is API-compatible with the previous one, but the
1293 the previous one (2.2.0).
1295 Please note: this release is API-compatible with the previous one, but the
1421 the previous one (2.1.0).
1423 Please note: this release is API-compatible with the previous one, but the
1560 previous release.
[all …]
/optee_os/core/lib/qcbor/
H A DREADME.md8 * [RFC7049](https://tools.ietf.org/html/rfc7049) The previous CBOR standard.