Searched refs:R (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/sim/mcuboot-sys/src/ |
D | lib.rs | 40 pub fn invoke<F, R>(&self, act: F) -> R in invoke() 41 where F: FnOnce() -> R in invoke() argument
|
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/ |
D | ecp.h | 930 int mbedtls_ecp_mul( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, 964 int mbedtls_ecp_mul_restartable( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, 1005 int mbedtls_ecp_muladd( mbedtls_ecp_group *grp, mbedtls_ecp_point *R, 1050 mbedtls_ecp_group *grp, mbedtls_ecp_point *R,
|
D | bignum.h | 757 int mbedtls_mpi_div_mpi( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, 778 int mbedtls_mpi_div_int( mbedtls_mpi *Q, mbedtls_mpi *R, const mbedtls_mpi *A, 798 int mbedtls_mpi_mod_mpi( mbedtls_mpi *R, const mbedtls_mpi *A,
|
/mcuboot-latest/ext/tinycrypt/tests/ |
D | test_ecc_dsa.c | 299 char *R[] = { in cavp_sign() local 340 return sign_vectors(&sha256_ctx, d, k, Msg, Qx, Qy, R, S, 15, verbose); in cavp_sign() 538 char *R[] = { in cavp_verify() local 587 return vrfy_vectors(&sha256_ctx, Msg, Qx, Qy, R, S, Result, 15, verbose); in cavp_verify()
|
/mcuboot-latest/ext/fiat/src/ |
D | curve25519.c | 1141 ge_p2 R; in ED25519_verify() local 1142 ge_double_scalarmult_vartime(&R, h, &A, scopy.u8); in ED25519_verify() 1145 x25519_ge_tobytes(rcheck, &R); in ED25519_verify()
|
/mcuboot-latest/docs/ |
D | imgtool.md | 95 -R, --erased-val [0|0xff] The value that is read back from erased
|