Searched defs:S (Results 1 – 7 of 7) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/library/ |
D | md5.c | 88 #define S(x, n) \ in mbedtls_internal_md5_process() macro
|
D | sha1.c | 89 #define S(x, n) (((x) << (n)) | (((x) & 0xFFFFFFFF) >> (32 - (n)))) in mbedtls_internal_sha1_process() macro
|
D | ripemd160.c | 105 #define S(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) in mbedtls_internal_ripemd160_process() macro
|
D | ecjpake.c | 623 const mbedtls_mpi *S, in ecjpake_mul_secret()
|
D | ecp.c | 2500 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
|
/openthread-latest/tests/scripts/thread-cert/ |
D | test_ipv6.py | 229 def any_mpl_seed_id(S): argument
|
D | ipv6.py | 821 def __init__(self, S, M, V, sequence, seed_id): argument
|