Home
last modified time | relevance | path

Searched refs:before (Results 1 – 8 of 8) sorted by relevance

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dx509.c935 if( before->year > after->year ) in x509_check_time()
938 if( before->year == after->year && in x509_check_time()
939 before->mon > after->mon ) in x509_check_time()
942 if( before->year == after->year && in x509_check_time()
943 before->mon == after->mon && in x509_check_time()
944 before->day > after->day ) in x509_check_time()
947 if( before->year == after->year && in x509_check_time()
948 before->mon == after->mon && in x509_check_time()
950 before->hour > after->hour ) in x509_check_time()
957 before->min > after->min ) in x509_check_time()
[all …]
/optee_os-3.20.0/ldelf/
A Dsyscalls_a32.S31 @ Point just before the push (4 registers) above on the first argument
/optee_os-3.20.0/lib/libutee/arch/arm/
A Dutee_syscalls_a32.S41 @ Point just before the push (4 registers) above on the first argument
/optee_os-3.20.0/core/drivers/crypto/caam/utils/
A Dutils_dmaobj.c256 struct dmaentry *before, in dmalist_insert_before_entry() argument
267 if (TAILQ_FIRST(&priv->list) == before) in dmalist_insert_before_entry()
270 TAILQ_INSERT_BEFORE(before, entry, link); in dmalist_insert_before_entry()
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DChangeLog19 module before freeing them. These buffers contain secret key material, and
74 * Encode X.509 dates before 1/1/2000 as UTCTime rather than
1104 before).
1803 * Fix compiler warning of 'use before initialisation' in
2368 before they are pushed.
2896 ssl_config structure before calling it.
3518 * crypt_and_hash app checks MAC before final decryption
3756 * crypt_and_hash app checks MAC before final decryption
4158 before version numbers
4230 before parsing a key or keyfile!
[all …]
A DCONTRIBUTING.md10 …pment/mbedtls-coding-standards), and that contributions are fully tested before submission, as men…
/optee_os-3.20.0/lib/libutils/isoc/
A Dbget.doc127 release storage as before. You can supply an initial buffer pool with
/optee_os-3.20.0/
A DCHANGELOG.md1153 * Aarch64: mask all maskable exceptions before doing a normal return from call.
1625 needs to do encrypt files on their own before storing the files.

Completed in 30 milliseconds