Home
last modified time | relevance | path

Searched refs:mbedtls_sha1_update (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/linkkit/wrappers/platform/ssl/
A Diotx_hmac.c97 mbedtls_sha1_update(&ctx, k_ipad, KEY_IOPAD_SIZE); in iotx_hmac_sha1()
98 mbedtls_sha1_update(&ctx, (unsigned char *)msg, msg_len); in iotx_hmac_sha1()
104 mbedtls_sha1_update(&ctx, k_opad, KEY_IOPAD_SIZE); in iotx_hmac_sha1()
105 mbedtls_sha1_update(&ctx, out, SHA1_DIGEST_SIZE); in iotx_hmac_sha1()
/AliOS-Things-master/components/oss/src/auth/
A DHmacSha1Signer.cc103mbedtls_sha1_update(&sha1_ctx, reinterpret_cast<const unsigned char*>(secret.c_str()), secret.size… in generate()
104 mbedtls_sha1_update(&sha1_ctx, reinterpret_cast<const unsigned char*>(src.c_str()), src.size()); in generate()
/AliOS-Things-master/components/mbedtls/platform/yoc/include/
A Dsha1_alt.h77 void mbedtls_sha1_update(mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen);
/AliOS-Things-master/components/mbedtls/platform/yoc/
A Dsha1_alt.c95 void mbedtls_sha1_update(mbedtls_sha1_context *ctx, const unsigned char *input, size_t ilen) in mbedtls_sha1_update() function
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dsha1.h227 MBEDTLS_DEPRECATED void mbedtls_sha1_update( mbedtls_sha1_context *ctx,
A Dcompat-1.3.h2239 #define sha1_update mbedtls_sha1_update
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmpv3_mbedtls.c308 mbedtls_sha1_update(&SH, password_buf, 64); in snmpv3_password_to_key_sha()
324 mbedtls_sha1_update(&SH, password_buf, 40 + engineLength); in snmpv3_password_to_key_sha()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppcrypt.h114 #define lwip_sha1_update mbedtls_sha1_update
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppcrypt.h114 #define lwip_sha1_update mbedtls_sha1_update
/AliOS-Things-master/components/amp/main/
A Damp_defines.h107 #define amp_sha1_update mbedtls_sha1_update
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h113 #define amp_sha1_update mbedtls_sha1_update
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoduhashlib.c210 #define mbedtls_sha1_update_ret mbedtls_sha1_update
/AliOS-Things-master/components/mbedtls/library/
A Dsha1.c355 void mbedtls_sha1_update( mbedtls_sha1_context *ctx, in mbedtls_sha1_update() function

Completed in 25 milliseconds