Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/include/mbedtls/
Dblowfish.h59 uint32_t S[4][256]; /*!< key dependent S-boxes */ member
/net-tools-latest/tinydtls-0.8.2/
Dccm.c186 unsigned char S[DTLS_CCM_BLOCKSIZE]; /* S_i = encrypted A_i blocks */ in dtls_ccm_encrypt_message() local
251 unsigned char S[DTLS_CCM_BLOCKSIZE]; /* S_i = encrypted A_i blocks */ in dtls_ccm_decrypt_message() local
/net-tools-latest/mbedtls-2.4.0/library/
Dblowfish.c79 static const uint32_t S[4][256]; variable
396 static const uint32_t S[4][256] = { variable
Dmd5.c133 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in mbedtls_md5_process() macro
Dmd4.c134 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in mbedtls_md4_process() macro
Dsha1.c134 #define S(x,n) ((x << n) | ((x & 0xFFFFFFFF) >> (32 - n))) in mbedtls_sha1_process() macro
Dripemd160.c148 #define S( x, n ) ( ( x << n ) | ( x >> (32 - n) ) ) in mbedtls_ripemd160_process() macro
Decp.c909 mbedtls_mpi M, S, T, U; in ecp_double_jac() local
1508 mbedtls_ecp_point *R, mbedtls_ecp_point *S, in ecp_double_add_mxz()
Decjpake.c611 const mbedtls_mpi *S, in ecjpake_mul_secret()