Searched refs:rep (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | bignum_mod.c | 70 if (N->rep.mont.rr != NULL) { in mbedtls_mpi_mod_modulus_free() 71 mbedtls_zeroize_and_free((mbedtls_mpi_uint *) N->rep.mont.rr, in mbedtls_mpi_mod_modulus_free() 73 N->rep.mont.rr = NULL; in mbedtls_mpi_mod_modulus_free() 75 N->rep.mont.mm = 0; in mbedtls_mpi_mod_modulus_free() 78 N->rep.ored.modp = NULL; in mbedtls_mpi_mod_modulus_free() 143 N->rep.mont.mm = mbedtls_mpi_core_montmul_init(N->p); in mbedtls_mpi_mod_modulus_setup() 144 ret = set_mont_const_square(&N->rep.mont.rr, N->p, N->limbs); in mbedtls_mpi_mod_modulus_setup() 159 N->rep.ored.modp = modp; in mbedtls_mpi_mod_optred_modulus_setup() 210 N->rep.mont.rr, in mbedtls_mpi_mod_inv_mont() 231 Nmont.rep.mont.mm, Nmont.rep.mont.rr, in mbedtls_mpi_mod_inv_non_mont() [all …]
|
| H A D | bignum_mod_raw.c | 130 N->rep.mont.mm, T); in mbedtls_mpi_mod_raw_mul() 136 (*N->rep.ored.modp)(T, T_limbs); in mbedtls_mpi_mod_raw_mul() 242 N->rep.mont.mm, N->rep.mont.rr, T); in mbedtls_mpi_mod_raw_to_mont_rep() 258 mbedtls_mpi_core_from_mont_rep(X, X, N->p, N->limbs, N->rep.mont.mm, T); in mbedtls_mpi_mod_raw_from_mont_rep()
|
| H A D | bignum_mod.h | 126 union rep { union 131 } rep; member
|
| /optee_os/scripts/ |
| H A D | get_maintainer.py | 172 rep = "^" + pattern 173 rep = rep.replace('*', '[^/]+') 174 rep = rep.replace('?', '[^/]') 175 if rep.endswith('/'): 176 rep += '.*' 177 rep += '$' 178 return not not re.match(rep, path)
|