Searched refs:_RR (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | bignum.c | 1609 …bedtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbedtls_mpi *N, mbedtls_mpi *_RR ) in mbedtls_mpi_exp_mod() argument 1660 if( _RR == NULL || _RR->p == NULL ) in mbedtls_mpi_exp_mod() 1666 if( _RR != NULL ) in mbedtls_mpi_exp_mod() 1667 memcpy( _RR, &RR, sizeof( mbedtls_mpi ) ); in mbedtls_mpi_exp_mod() 1670 memcpy( &RR, _RR, sizeof( mbedtls_mpi ) ); in mbedtls_mpi_exp_mod() 1808 if( _RR == NULL || _RR->p == NULL ) in mbedtls_mpi_exp_mod()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/ |
| H A D | bignum.h | 625 …edtls_mpi *X, const mbedtls_mpi *A, const mbedtls_mpi *E, const mbedtls_mpi *N, mbedtls_mpi *_RR );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/ |
| H A D | bignum.h | 857 mbedtls_mpi *_RR );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/ |
| H A D | bignum.h | 857 mbedtls_mpi *_RR );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/ |
| H A D | bignum.h | 857 mbedtls_mpi *_RR );
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/ |
| H A D | bignum.h | 857 mbedtls_mpi *_RR );
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-design-CFS.rst | 136 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by
|