Home
last modified time | relevance | path

Searched defs:C (Results 1 – 11 of 11) sorted by relevance

/net-tools-3.6.0/mbedtls-2.4.0/library/
Dhavege.c166 int U1, U2, *A, *B, *C, *D; in havege_fill() local
Dmd5.c114 uint32_t X[16], A, B, C, D; in mbedtls_md5_process() local
Dmd4.c115 uint32_t X[16], A, B, C, D; in mbedtls_md4_process() local
Dsha1.c115 uint32_t temp, W[16], A, B, C, D, E; in mbedtls_sha1_process() local
Dsha512.c203 uint64_t A, B, C, D, E, F, G, H; in mbedtls_sha512_process() local
Dripemd160.c117 uint32_t A, B, C, D, E, Ap, Bp, Cp, Dp, Ep, X[16]; in mbedtls_ripemd160_process() local
Decp_curves.c956 static inline int fix_negative( mbedtls_mpi *N, signed char c, mbedtls_mpi *C, size_t bits ) in fix_negative()
Decjpake.c531 const mbedtls_ecp_point *C ) in ecjpake_ecp_add3()
Decp.c1513 mbedtls_mpi A, AA, B, BB, E, C, D, DA, CB; in ecp_double_add_mxz() local
/net-tools-3.6.0/tinydtls-0.8.2/
Dccm.c41 #define SET_COUNTER(A,L,cnt,C) { \ argument
/net-tools-3.6.0/libcoap/include/coap/
Dpdu.h99 #define COAP_RESPONSE_CLASS(C) (((C) >> 5) & 0xFF) argument