Home
last modified time | relevance | path

Searched refs:hmac (Results 1 – 4 of 4) sorted by relevance

/net-tools-3.5.0/tinydtls-0.8.2/
DMakefile.tinydtls24 tinydtls_src = dtls.c crypto.c hmac.c rijndael.c sha2.c ccm.c netq.c ecc.c dtls_time.c peer.c sessi…
DMakefile.in45 SOURCES:= dtls.c crypto.c ccm.c hmac.c netq.c peer.c dtls_time.c session.c
51 HEADERS:=dtls.h hmac.h debug.h dtls_config.h uthash.h numeric.h crypto.h global.h ccm.h \
/net-tools-3.5.0/mbedtls-2.4.0/include/mbedtls/
Dmd.h159 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
/net-tools-3.5.0/mbedtls-2.4.0/library/
Dmd.c225 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac ) in mbedtls_md_setup() argument
233 if( hmac != 0 ) in mbedtls_md_setup()