Home
last modified time | relevance | path

Searched defs:S (Results 1 – 5 of 5) sorted by relevance

/mbedtls-development/library/
A Dmd5.c107 #define S(x,n) \ in mbedtls_internal_md5_process() macro
A Dsha1.c123 #define S(x,n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() macro
A Dripemd160.c124 #define S( x, n ) ( ( (x) << (n) ) | ( (x) >> (32 - (n)) ) ) in mbedtls_internal_ripemd160_process() macro
A Decjpake.c641 const mbedtls_mpi *S, in ecjpake_mul_secret()
A Decp.c1367 mbedtls_mpi M, S, T, U; in ecp_double_jac() local
2324 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()

Completed in 38 milliseconds