Searched defs:s1 (Results 1 – 7 of 7) sorted by relevance
/net-tools-latest/tinydtls-0.8.2/aes/ |
D | rijndael.c | 866 aes_u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 1051 aes_u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
/net-tools-latest/tinydtls-0.8.2/ |
D | t_list.h | 84 #define LIST_CONCAT(s1, s2) s1##s2 argument
|
/net-tools-latest/libcoap/include/coap/ |
D | t_list.h | 82 #define LIST_CONCAT(s1, s2) s1##s2 argument
|
/net-tools-latest/mbedtls-2.4.0/programs/util/ |
D | pem2der.c | 76 const unsigned char *s1, *s2, *end = input + ilen; in convert_pem_to_der() local
|
/net-tools-latest/tinydtls-0.8.2/sha2/ |
D | sha2.c | 417 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 475 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local 745 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local 800 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
|
/net-tools-latest/mbedtls-2.4.0/library/ |
D | pem.c | 213 const unsigned char *s1, *s2, *end; in mbedtls_pem_read_buffer() local
|
D | x509_crt.c | 1722 static int x509_memcasecmp( const void *s1, const void *s2, size_t len ) in x509_memcasecmp()
|