Searched defs:S (Results 1 – 5 of 5) sorted by relevance
107 #define S(x,n) \ in mbedtls_internal_md5_process() macro
123 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() macro
124 #define S( x, n ) ( ( (x) << (n) ) | ( (x) >> (32 - (n)) ) ) in mbedtls_internal_ripemd160_process() macro
641 const mbedtls_mpi *S, in ecjpake_mul_secret()
1367 mbedtls_mpi M, S, T, U; in ecp_double_jac() local2324 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
Completed in 38 milliseconds