Searched refs:hmac (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/ |
A D | build.mk | 29 source/hmac.c \
|
A D | Makefile | 12 obj-$(CONFIG_TINYCRYPT_SHA256_HMAC) += source/hmac.o
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | md.h | 202 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac );
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | md.c | 222 int mbedtls_md_setup( mbedtls_md_context_t *ctx, const mbedtls_md_info_t *md_info, int hmac ) in mbedtls_md_setup() argument 230 if( hmac != 0 ) in mbedtls_md_setup()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/ |
A D | snmp_msg.c | 772 u8_t hmac[LWIP_MAX(SNMP_V3_SHA_LEN, SNMP_V3_MD5_LEN)]; in snmp_parse_inbound_frame() local 785 IF_PARSE_EXEC(snmpv3_auth(&auth_stream, request->inbound_pbuf->tot_len, key, algo, hmac)); in snmp_parse_inbound_frame() 787 …IF_PARSE_EXEC(memcmp(request->msg_authentication_parameters, hmac, SNMP_V3_MAX_AUTH_PARAM_LENGTH)); in snmp_parse_inbound_frame() 1524 u8_t hmac[20]; in snmp_complete_outbound_frame() local 1529 …_EXEC(snmpv3_auth(&request->outbound_pbuf_stream, frame_size + outbound_padding, key, algo, hmac)); in snmp_complete_outbound_frame() 1531 MEMCPY(request->msg_authentication_parameters, hmac, SNMP_V3_MAX_AUTH_PARAM_LENGTH); in snmp_complete_outbound_frame()
|
Completed in 11 milliseconds