Searched refs:hmac_out (Results 1 – 3 of 3) sorted by relevance
/third_party/mbedtls/library/ |
D | ssl_cookie.c | 129 unsigned char hmac_out[COOKIE_MD_OUTLEN]; in ssl_cookie_hmac() local 136 mbedtls_md_hmac_finish( hmac_ctx, hmac_out ) != 0 ) in ssl_cookie_hmac() 141 memcpy( *p, hmac_out, COOKIE_HMAC_LEN ); in ssl_cookie_hmac()
|
/third_party/lwip/src/apps/snmp/ |
D | snmpv3_priv.h | 61 … snmp_pbuf_stream *stream, u16_t length, const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out);
|
D | snmpv3_mbedtls.c | 53 const u8_t *key, snmpv3_auth_algo_t algo, u8_t *hmac_out) in snmpv3_auth() argument 93 if (mbedtls_md_hmac_finish(&ctx, hmac_out) != 0) { in snmpv3_auth()
|